master
xy 1 year ago
parent c1940e57f9
commit 10687618a0

@ -90,7 +90,7 @@
<view class="cart__info--price"> <view class="cart__info--price">
<text>¥</text> <text>¥</text>
<text>{{ <text>{{
item.product_sku ? item.product_sku.price : "" item.total_price || (item.product_sku ? item.product_sku.price : "")
}}</text> }}</text>
</view> </view>
</view> </view>

Loading…
Cancel
Save