diff --git a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue index c7a4004..2aab162 100644 --- a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue +++ b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue @@ -323,10 +323,10 @@ + v-for="(chend,i) in item.children" :key='i' @click="argece(chend)"> {{chend.text}} - {{chend.text}} @@ -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){ //进搜索页面