|
|
@@ -60,23 +60,23 @@ function clearSearch() {
|
|
|
<view>
|
|
|
<image
|
|
|
class="h-342rpx w-342rpx rounded-16rpx"
|
|
|
- :src="`${StaticUrl}/list-page-img.png`"
|
|
|
+ :src="item.productImg ? item.productImg : `${StaticUrl}/list-page-img.png`"
|
|
|
/>
|
|
|
</view>
|
|
|
<view class="mx20rpx my-24rpx">
|
|
|
<view class="text-28rpx font-bold">
|
|
|
{{ item.productName }}
|
|
|
</view>
|
|
|
- <view class="mt-30rpx flex items-center gap-18rpx">
|
|
|
+ <view class="mt-30rpx flex items-center justify-between">
|
|
|
<view class="text-#FF4D3A">
|
|
|
<text class="text-22rpx font-500">
|
|
|
¥
|
|
|
</text>
|
|
|
- <text class="text-36rpx font-800">
|
|
|
+ <text class="text-34rpx font-800">
|
|
|
{{ item.price }}
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view class="text-24rpx text-#AAA decoration-line-through">
|
|
|
+ <view class="text-22rpx text-#AAA decoration-line-through">
|
|
|
市场价¥{{ item.faceValue }}
|
|
|
</view>
|
|
|
</view>
|