diff --git a/pages.json b/pages.json index 75ce294..1678371 100644 --- a/pages.json +++ b/pages.json @@ -45,8 +45,8 @@ "path": "pages/index/personal", "style": { "navigationBarTitleText": "我的", - "navigationBarBackgroundColor": "#2671E2", - "navigationBarTextStyle": "white" + "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarTextStyle": "black" } } ], @@ -472,7 +472,7 @@ "pagePath": "pages/index/index", "iconPath": "/static/images/tabBar/works.png", "selectedIconPath": "/static/images/tabBar/worksActive.png", - "text": "首页" + "text": "工作台" }, { "pagePath": "pages/index/learning", @@ -484,7 +484,7 @@ "pagePath": "pages/index/personal", "iconPath": "/static/images/tabBar/user.png", "selectedIconPath": "/static/images/tabBar/userActive.png", - "text": "个人" + "text": "我的" } ] }, 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){ //进搜索页面 diff --git a/pages/index/personal.vue b/pages/index/personal.vue index b9307a6..13a6138 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -1,7 +1,5 @@ @@ -87,15 +87,16 @@ } }; -