|
|
@@ -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' |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|