本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
liumin
/
NewZkgj
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'master' of
http://git.2weisou.com/liumin/NewZkgj
yun
douzhuo
2 年之前
父節點
c762f55a70
bc829dd266
當前提交
1c3781bcad
共有
2 個檔案被更改
,包括
7 行新增
和
3 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存