guhongwei %!s(int64=2) %!d(string=hai) anos
pai
achega
7788730e88
Modificáronse 1 ficheiros con 1 adicións e 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>