zs 2 年之前
父节点
当前提交
e2916fb9e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/store/index.vue

+ 1 - 1
pages/store/index.vue

@@ -24,7 +24,7 @@
 								</view>
 							</view>
 							<view class="list_2">
-								<view class="market" v-for="(tag,indexs) in item.market" :key="indexs" @tap="toBuy(tag)">
+								<view class="market" v-for="(tag,indexs) in item.market" :key="indexs" @tap.stop="toBuy(tag)">
 									<image class="image" :src="tag.file&&tag.file.length>0?tag.file[0].url:''" mode=""></image>
 									<view class="money">
 										¥{{tag.sell_money}}