@@ -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||' '}}</text>