From 2a050adb4d741a7dffc627538b6e581075df885d Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 25 Jan 2022 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Customerportrait/Receivedetailabout.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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){ //进搜索页面