guhongwei hace 2 años
padre
commit
7788730e88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>