Commit bd53b1cb authored by 黄奎's avatar 黄奎

购物车修改

parent d4934b74
...@@ -121,12 +121,12 @@ ...@@ -121,12 +121,12 @@
</u-number-box> </u-number-box>
</view> </view>
<!-- 新增绑定物品 --> <!-- 新增绑定物品 -->
<view v-shpw='u.TenantId==27'> <view v-if='u.TenantId==27' v-for="(attr2, inde4x) in item.GoodsRelevanceList" :key="inde4x" >
<Text style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;"> <Text v-if='attr2.RelevanceName' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;">
已选物品:{{ attr}} 已选物品:{{attr2.RelevanceName}}
</Text> </Text>
<view style="font-size: 30rpx;" :style="{ color: pricecolor }"> <view v-if='attr2.RelevancePrice' style="font-size: 30rpx;" :style="{ color: pricecolor }">
<Text style="40rpx">{{ item.Price }}</Text> <Text style="40rpx">{{attr2.RelevancePrice}}</Text>
</view> </view>
</view> </view>
<!-- 新增绑定物品 --> <!-- 新增绑定物品 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment