lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
e743017504
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/uni-coods/uni-coods.vue

+ 1 - 1
components/uni-coods/uni-coods.vue

@@ -18,7 +18,7 @@
 					<text>{{item.sellGold}}</text>
 					<u-image mode="scaleToFill" width="40rpx" height="40rpx" src="/static/ledou.png"></u-image>
 				</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>
 				</view>
 			</view>