|
|
|
@@ -323,10 +323,10 @@ |
|
|
|
</view> |
|
|
|
<view style="width: 690rpx;margin: 0 auto;display: flex;flex-wrap: wrap;" v-if="item.isshow==true"> |
|
|
|
<view class="sdfsaf" v-if="chend.showType==0" |
|
|
|
v-for="(chend,i) in item.children" :key='i'> |
|
|
|
v-for="(chend,i) in item.children" :key='i' @click="argece(chend)"> |
|
|
|
<view class="jiangshang sdfsaf">{{chend.text}}</view> |
|
|
|
</view> |
|
|
|
<view class="sdfsaf" v-if="chend.showType==1" @click="argece(chend)" |
|
|
|
<view class="sdfsaf" v-if="chend.showType==1" @click="argece(chend)" |
|
|
|
v-for="(chend,i) in item.children" :key='i'> |
|
|
|
<view class="jiangshang1 sdfsaf" >{{chend.text}}</view> |
|
|
|
</view> |
|
|
|
@@ -530,6 +530,18 @@ |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
// 跳转详情 |
|
|
|
argece(item) { |
|
|
|
console.log(item) |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
if (item.selected == 0) { |
|
|
|
console.log(item) |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item |
|
|
|
.keywordsId + "&type=" + 1 |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
//关键词点击 |
|
|
|
tapbadge(item){ |
|
|
|
//进搜索页面 |
|
|
|
|