init
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user