页面
This commit is contained in:
parent
9273a731c6
commit
be1226886d
@ -147,7 +147,7 @@
|
|||||||
>
|
>
|
||||||
<view class="py-2">
|
<view class="py-2">
|
||||||
<wd-card custom-class="card-content">
|
<wd-card custom-class="card-content">
|
||||||
<view style="height: 200rpx; width: 300rpx">
|
<view style="height: 300rpx; width: 300rpx">
|
||||||
<wd-img
|
<wd-img
|
||||||
radius="20rpx"
|
radius="20rpx"
|
||||||
:width="'100%'"
|
:width="'100%'"
|
||||||
@ -161,10 +161,10 @@
|
|||||||
{{ item.store_name }}
|
{{ item.store_name }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<!-- <view>
|
||||||
<view class="ps-2 pt-1 font-size-3 ellipsis">{{ item.store_info }}</view>
|
<view class="ps-2 pt-1 font-size-3 ellipsis">{{ item.store_info }}</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="ps-2 pt-1 pb-2">
|
<view class="ps-2 pb-2">
|
||||||
<view class="text-sm text-gray-500 text-left">
|
<view class="text-sm text-gray-500 text-left">
|
||||||
<wd-text size="32rpx" color="red" :text="item.price" mode="price" prefix="¥" />
|
<wd-text size="32rpx" color="red" :text="item.price" mode="price" prefix="¥" />
|
||||||
<!-- <wd-text size="20rpx" color="red" text="券后价" mode="text" prefix=" " />
|
<!-- <wd-text size="20rpx" color="red" text="券后价" mode="text" prefix=" " />
|
||||||
@ -275,11 +275,11 @@
|
|||||||
>
|
>
|
||||||
<view class="py-2">
|
<view class="py-2">
|
||||||
<wd-card custom-class="card-content">
|
<wd-card custom-class="card-content">
|
||||||
<view style="height: 200rpx">
|
<view style="height: 300rpx">
|
||||||
<wd-img
|
<wd-img
|
||||||
radius="20rpx"
|
radius="20rpx"
|
||||||
:width="'100%'"
|
:width="'100%'"
|
||||||
mode="aspectFill"
|
mode="widthFix"
|
||||||
:height="'100%'"
|
:height="'100%'"
|
||||||
:src="item.cover"
|
:src="item.cover"
|
||||||
/>
|
/>
|
||||||
@ -370,12 +370,12 @@
|
|||||||
<view class="p-1" v-if="index < 4">
|
<view class="p-1" v-if="index < 4">
|
||||||
<view class="py-2" @click="goPage(item)">
|
<view class="py-2" @click="goPage(item)">
|
||||||
<wd-card custom-class="card-content">
|
<wd-card custom-class="card-content">
|
||||||
<view style="height: 200rpx">
|
<view style="height: 300rpx">
|
||||||
<wd-img
|
<wd-img
|
||||||
radius="20rpx"
|
radius="20rpx"
|
||||||
:width="'100%'"
|
:width="'100%'"
|
||||||
:height="'100%'"
|
:height="'100%'"
|
||||||
mode="aspectFill"
|
mode="widthFix"
|
||||||
:src="item.cover"
|
:src="item.cover"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user