This commit is contained in:
quantulr
2024-06-14 17:23:16 +08:00
parent a1307443ed
commit 3560654b8e

View File

@ -76,7 +76,7 @@
</view> </view>
<view class="cont display_J_B" wx:for='{{item.goods}}' wx:key="specId" wx:for-item="goodsItem" catchtap=""> <view class="cont display_J_B" wx:for='{{item.goods}}' wx:key="specId" wx:for-item="goodsItem" catchtap="">
<view class="cont-l"> <view class="cont-l">
<image src="{{ findGoods.findGoods(goods.goodsList,goodsItem.id).goodsPhoto }}"></image> <image src="{{ goods.orderPayWay == 3? goods.goodsList[0].goodsPhoto: findGoods.findGoods(goods.goodsList,goodsItem.id).goodsPhoto }}"></image>
</view> </view>
<view class="cont-m"> <view class="cont-m">
<view class="name GStitleOne">{{goodsItem.name}}</view> <view class="name GStitleOne">{{goodsItem.name}}</view>