页面
Some checks are pending
Auto Merge Main to Other Branches / Merge main into i18n (push) Waiting to run
Auto Merge Main to Other Branches / Merge main into base-sard-ui (push) Waiting to run

This commit is contained in:
sjeam 2025-09-06 18:27:37 +08:00
parent 9273a731c6
commit be1226886d

View File

@ -147,7 +147,7 @@
>
<view class="py-2">
<wd-card custom-class="card-content">
<view style="height: 200rpx; width: 300rpx">
<view style="height: 300rpx; width: 300rpx">
<wd-img
radius="20rpx"
:width="'100%'"
@ -161,10 +161,10 @@
{{ item.store_name }}
</view>
</view>
<view>
<!-- <view>
<view class="ps-2 pt-1 font-size-3 ellipsis">{{ item.store_info }}</view>
</view>
<view class="ps-2 pt-1 pb-2">
</view> -->
<view class="ps-2 pb-2">
<view class="text-sm text-gray-500 text-left">
<wd-text size="32rpx" color="red" :text="item.price" mode="price" prefix="¥" />
<!-- <wd-text size="20rpx" color="red" text="券后价" mode="text" prefix=" " />
@ -275,11 +275,11 @@
>
<view class="py-2">
<wd-card custom-class="card-content">
<view style="height: 200rpx">
<view style="height: 300rpx">
<wd-img
radius="20rpx"
:width="'100%'"
mode="aspectFill"
mode="widthFix"
:height="'100%'"
:src="item.cover"
/>
@ -370,12 +370,12 @@
<view class="p-1" v-if="index < 4">
<view class="py-2" @click="goPage(item)">
<wd-card custom-class="card-content">
<view style="height: 200rpx">
<view style="height: 300rpx">
<wd-img
radius="20rpx"
:width="'100%'"
:height="'100%'"
mode="aspectFill"
mode="widthFix"
:src="item.cover"
/>
</view>