|
@@ -18,7 +18,7 @@
|
|
<text>{{item.sellGold}}</text>
|
|
<text>{{item.sellGold}}</text>
|
|
<u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image>
|
|
<u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image>
|
|
</view>
|
|
</view>
|
|
- <view @click.stop="addCart(item)" v-if="item.inventoryQty > 0">
|
|
|
|
|
|
+ <view @click="addCart(item)" v-if="item.inventoryQty > 0">
|
|
<u-image mode="scaleToFill" width="45rpx" height="45rpx" src="/static/addCart.png"></u-image>
|
|
<u-image mode="scaleToFill" width="45rpx" height="45rpx" src="/static/addCart.png"></u-image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|