lion 6 days ago
parent b1f696e750
commit b14669f79e

@ -22,6 +22,7 @@
// }
// });
// })
console.log("wx.getDeviceInfo().platform",wx.getDeviceInfo())
const updateManager = uni.getUpdateManager();
updateManager.onCheckForUpdate(function(res) {
console.log(res.hasUpdate)

@ -1,7 +1,7 @@
const mode = 'production'; //devLocal本地测试、devOnline线上测试、production生产环境
let ROOTPATH = ''; //域名
// let baseUrl = "https://suzhoukeji-test.ali251.langye.net"
let baseUrl = "https://wx.sstbc.com"
let baseUrl = "https://wx.sstbc.com"
switch (mode) {
case 'devLocal':
ROOTPATH = baseUrl

@ -243,9 +243,9 @@
if (item1.field === 'company_date') {
this.$set(item1,'value',company.startDate||'')
}
if (item1.field === 'company_product') {
this.$set(item1,'value',company.businessScope||'')
}
// if (item1.field === 'company_product') {
// this.$set(item1,'value',company.businessScope||'')
// }
if (item1.field === 'company_type') {
const company_type = company.tagList && Array.isArray(company.tagList)?company.tagList.join(','):''
const _arr = company_type.split(',')

@ -379,7 +379,7 @@
console.log('选中的公司:', company);
this.form.company_name = company.enterpriseName||'';
this.form.company_date = company.startDate||'';
this.form.company_product = company.businessScope||'';
// this.form.company_product = company.businessScope||'';
if(company.tagList && Array.isArray(company.tagList)){
this.form.company_type = company.tagList.join(',');
}

Loading…
Cancel
Save