@@ -40,7 +40,7 @@ function handleClick() {
</view>
<view class="box-border w-full px-14rpx text-24rpx">
<view class="truncate">
- {{ item.storeName }}
+ {{ item.productName }}
<view class="flex items-center justify-between">
<view class="text-24rpx text-#FF334A font-bold">
@@ -511,7 +511,7 @@ onShow(() => {
<view class="px-24rpx">
<view class="mb-16rpx flex items-center gap-24rpx border-b-1 border-b-color-#E1E1E1 border-b-solid py-24rpx">
<image
- :src="matchedAttrValue.image"
+ :src="matchedAttrValue.image || detail?.image"
class="h-160rpx w-160rpx shrink-0"
/>
<view class="flex-1">