guhongwei 2 năm trước cách đây
mục cha
commit
7788730e88
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/home/index.vue

+ 1 - 1
pages/home/index.vue

@@ -22,7 +22,7 @@
 				</view>
 				<view class="zero four">
 					<view class="recomList" v-for="(item,index) in recomList" :key="index">
-						<view class="list" v-for="(tag,indexs) in item.list" :key="indexs">
+						<view class="list" v-for="(tag,indexs) in item.list" :key="indexs" @tap="toBuy(tag)">
 							<view class="title">
 								<text>{{tag.title||'&nbsp;'}}</text>
 							</view>