Browse Source

添加常错词加项目id

dev
jyt 2 years ago
parent
commit
1097e19a61
2 changed files with 8 additions and 8 deletions
  1. +6
    -6
      pages/mine/details2.vue
  2. +2
    -2
      utils/domain.js

+ 6
- 6
pages/mine/details2.vue View File

@@ -1573,7 +1573,7 @@
wrongWord: this.thewrongword, //错误词 wrongWord: this.thewrongword, //错误词
correctWord: this.reswrongword, //正确词 correctWord: this.reswrongword, //正确词
translateHtmlContent: this.messagelisy, translateHtmlContent: this.messagelisy,
id:uni.getStorageSync('buildingID').id
} }
this.isshow2 = false; this.isshow2 = false;
@@ -1749,10 +1749,10 @@
}, },
// 获取评分 // 获取评分
getRatelist() { getRatelist() {
if (this.ratelist.length == 0) {
uni.showLoading({
title: '加载中'
});
// if (this.ratelist.length == 0) {
// uni.showLoading({
// title: '加载中'
// });
this.$u.get("/customer/findzkMByCusId", { this.$u.get("/customer/findzkMByCusId", {
cusId: this.customerId cusId: this.customerId
}).then(res => { }).then(res => {
@@ -1820,7 +1820,7 @@
uni.hideLoading(); uni.hideLoading();
}, 1000); }, 1000);
}) })
}
// }
}, },
//--------------------------------- 获取转义后的对话结果 //--------------------------------- 获取转义后的对话结果


+ 2
- 2
utils/domain.js View File

@@ -7,12 +7,12 @@
// const baseUrl = 'http://192.168.31.92:8080/api';// 测试站 // const baseUrl = 'http://192.168.31.92:8080/api';// 测试站
// const baseUrl = 'http://127.0.0.1:8080/autoSR/api';// 本地 // const baseUrl = 'http://127.0.0.1:8080/autoSR/api';// 本地
// const baseUrl = 'http://192.168.31.244: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.210:8080/api'; // 泽明
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134: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 = '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'; // 数智正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式






Loading…
Cancel
Save