guhongwei 2 anni fa
parent
commit
7788730e88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/home/index.vue

+ 1 - 1
pages/home/index.vue

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