diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 9ad0797..79bf1a5 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -1573,7 +1573,7 @@ wrongWord: this.thewrongword, //错误词 correctWord: this.reswrongword, //正确词 translateHtmlContent: this.messagelisy, - + id:uni.getStorageSync('buildingID').id } this.isshow2 = false; @@ -1749,10 +1749,10 @@ }, // 获取评分 getRatelist() { - if (this.ratelist.length == 0) { - uni.showLoading({ - title: '加载中' - }); + // if (this.ratelist.length == 0) { + // uni.showLoading({ + // title: '加载中' + // }); this.$u.get("/customer/findzkMByCusId", { cusId: this.customerId }).then(res => { @@ -1820,7 +1820,7 @@ uni.hideLoading(); }, 1000); }) - } + // } }, //--------------------------------- 获取转义后的对话结果 diff --git a/utils/domain.js b/utils/domain.js index 1c917a3..e927a88 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -7,12 +7,12 @@ // const baseUrl = 'http://192.168.31.92:8080/api';// 测试站 // const baseUrl = 'http://127.0.0.1:8080/autoSR/api';// 本地 // const baseUrl = 'http://192.168.31.244:8080/autoSR/api';// 本地 -// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站 +const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站 // const baseUrl = 'http://192.168.31.210:8080/api'; // 泽明 // const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 -const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式