| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "name" : "AI营销辅助", | |||||
| "name" : "AI销管", | |||||
| "appid" : "__UNI__D88F14A", | "appid" : "__UNI__D88F14A", | ||||
| "description" : "AI销管", | "description" : "AI销管", | ||||
| "versionName" : "1.1.0", | "versionName" : "1.1.0", | ||||
| @@ -337,13 +337,13 @@ | |||||
| } = uni.getStorageSync("weapp_session_userInfo_data"); | } = uni.getStorageSync("weapp_session_userInfo_data"); | ||||
| if (dataCode == 6) { | 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) { | if (this.waitCustomList.length == 0) { | ||||
| uni.navigateTo({ | uni.navigateTo({ | ||||
| url: '/pages/mine/reception/addreception' | url: '/pages/mine/reception/addreception' | ||||
| @@ -589,9 +589,14 @@ onPlay(){ | |||||
| qwe.isshow = false; | qwe.isshow = false; | ||||
| }) | }) | ||||
| }) | }) | ||||
| uni.hideLoading(); | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| fail: () => { | |||||
| uni.hideLoading(); | |||||
| } | |||||
| }) | }) | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -640,9 +645,14 @@ onPlay(){ | |||||
| qwe.isshow = false; | qwe.isshow = false; | ||||
| }) | }) | ||||
| }) | }) | ||||
| uni.hideLoading(); | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| fail: () => { | |||||
| uni.hideLoading(); | |||||
| } | |||||
| }) | }) | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -1059,6 +1059,7 @@ | |||||
| 'Authorization': 'Bearer ' + uni.getStorageSync('weapp_session_login_data').token | 'Authorization': 'Bearer ' + uni.getStorageSync('weapp_session_login_data').token | ||||
| }, | }, | ||||
| success: (data) => { | success: (data) => { | ||||
| console.log(data) | |||||
| this.tablist = []; | this.tablist = []; | ||||
| let jsonInfo = JSON.parse(data.data.data.audioContent); | let jsonInfo = JSON.parse(data.data.data.audioContent); | ||||
| for (var i = 0; i <= data.data.data.speakerNum; i++) { | for (var i = 0; i <= data.data.data.speakerNum; i++) { | ||||