| @@ -536,10 +536,9 @@ | |||||
| }, | }, | ||||
| //评分点击 | //评分点击 | ||||
| clickaudeopal(item) { | clickaudeopal(item) { | ||||
| if (item.selected == 0) { | |||||
| if (item.selected == 0 && item.viewFlag !=1) { | |||||
| uni.navigateTo({ | uni.navigateTo({ | ||||
| url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item | |||||
| .marketingId + '&type=0' | |||||
| url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item.marketingId + '&type=0' | |||||
| }) | }) | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -818,7 +818,11 @@ | |||||
| this.wajueshow = true | this.wajueshow = true | ||||
| return; | return; | ||||
| } | } | ||||
| let flag = true | |||||
| this.wajueshow = true | this.wajueshow = true | ||||
| if(flag){ | |||||
| flag = false | |||||
| } | |||||
| uni.request({ | uni.request({ | ||||
| url: config.service.addWordMining, | url: config.service.addWordMining, | ||||
| method: "post", | method: "post", | ||||
| @@ -835,6 +839,7 @@ | |||||
| }, | }, | ||||
| success: (res) => { | success: (res) => { | ||||
| // console.log(res) | // console.log(res) | ||||
| flag = true; | |||||
| if (res.data.code == 10000) { | if (res.data.code == 10000) { | ||||
| uni.showToast({ | uni.showToast({ | ||||
| title: '添加成功', | title: '添加成功', | ||||