This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
xx
yun
corala
2 years ago
parent
2f01e976dc
commit
bc829dd266
2 changed files
with
7 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
pages/center/consumer/consumerDetail.vue
+5
-0
pages/mine/details2.vue
+ 2
- 3
pages/center/consumer/consumerDetail.vue
View File
@@ -536,10 +536,9 @@
},
//评分点击
clickaudeopal(item) {
if (item.selected == 0) {
if (item.selected == 0
&& item.viewFlag !=1
) {
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'
})
}
},
+ 5
- 0
pages/mine/details2.vue
View File
@@ -818,7 +818,11 @@
this.wajueshow = true
return;
}
let flag = true
this.wajueshow = true
if(flag){
flag = false
}
uni.request({
url: config.service.addWordMining,
method: "post",
@@ -835,6 +839,7 @@
},
success: (res) => {
// console.log(res)
flag = true;
if (res.data.code == 10000) {
uni.showToast({
title: '添加成功',
Write
Preview
Loading…
Cancel
Save