Browse Source

bug 修复

lilei 4 years ago
parent
commit
e743017504
1 changed files with 1 additions and 1 deletions
  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>