Commit 884141bc by yuzhenWang

解决冲突

parents 387280ba f0fb19d5
...@@ -185,7 +185,6 @@ ...@@ -185,7 +185,6 @@
}, },
onShow() { onShow() {
this.loginType = uni.getStorageSync('loginType') this.loginType = uni.getStorageSync('loginType')
console.log('this.loginType',this.loginType);
if(this.companyType == '1'){ if(this.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png'; this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){ }else if(this.companyType == '2'){
...@@ -203,6 +202,7 @@ ...@@ -203,6 +202,7 @@
this.queryInfo(); this.queryInfo();
}else { }else {
this.msgTotal = 0 this.msgTotal = 0
this.customerBasicInfo = {}
} }
uni.$on("handClick", res => { uni.$on("handClick", res => {
this.customerBasicInfo = res.data this.customerBasicInfo = res.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment