| @@ -323,10 +323,10 @@ | |||||
| </view> | </view> | ||||
| <view style="width: 690rpx;margin: 0 auto;display: flex;flex-wrap: wrap;" v-if="item.isshow==true"> | <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" | <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 class="jiangshang sdfsaf">{{chend.text}}</view> | ||||
| </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'> | v-for="(chend,i) in item.children" :key='i'> | ||||
| <view class="jiangshang1 sdfsaf" >{{chend.text}}</view> | <view class="jiangshang1 sdfsaf" >{{chend.text}}</view> | ||||
| </view> | </view> | ||||
| @@ -530,6 +530,18 @@ | |||||
| this.innerAudioContext.destroy(); | this.innerAudioContext.destroy(); | ||||
| }, | }, | ||||
| methods: { | 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){ | tapbadge(item){ | ||||
| //进搜索页面 | //进搜索页面 | ||||