This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Acher
/
newEdition
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交
test
douzhuo
3 years ago
parent
40983a8bd5
commit
1420560862
4 changed files
with
19 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
manifest.json
+7
-7
pages/index/customer.vue
+10
-0
pages/mine/details.vue
+1
-0
pages/mine/details2.vue
+ 1
- 1
manifest.json
View File
@@ -1,5 +1,5 @@
{
"name" : "AI
营销辅助
",
"name" : "AI
销管
",
"appid" : "__UNI__D88F14A",
"description" : "AI销管",
"versionName" : "1.1.0",
+ 7
- 7
pages/index/customer.vue
View File
@@ -337,13 +337,13 @@
} = uni.getStorageSync("weapp_session_userInfo_data");
if (dataCode == 6) {
if (addAccount != 0) {
uni.showToast({
title: '不允许自建客户!',
duration: 2000
});
return
}
//
if (addAccount != 0) {
//
uni.showToast({
//
title: '不允许自建客户!',
//
duration: 2000
//
});
//
return
//
}
if (this.waitCustomList.length == 0) {
uni.navigateTo({
url: '/pages/mine/reception/addreception'
+ 10
- 0
pages/mine/details.vue
View File
@@ -589,9 +589,14 @@ onPlay(){
qwe.isshow = false;
})
})
uni.hideLoading();
}
}
},
fail: () => {
uni.hideLoading();
}
})
}
},
@@ -640,9 +645,14 @@ onPlay(){
qwe.isshow = false;
})
})
uni.hideLoading();
}
}
},
fail: () => {
uni.hideLoading();
}
})
}
},
+ 1
- 0
pages/mine/details2.vue
View File
@@ -1059,6 +1059,7 @@
'Authorization': 'Bearer ' + uni.getStorageSync('weapp_session_login_data').token
},
success: (data) => {
console.log(data)
this.tablist = [];
let jsonInfo = JSON.parse(data.data.data.audioContent);
for (var i = 0; i <= data.data.data.speakerNum; i++) {
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save