|
@@ -396,10 +396,10 @@
|
|
this.scrollTop = e.scrollTop;
|
|
this.scrollTop = e.scrollTop;
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
- uni.showLoading({
|
|
|
|
- title: '加载中',
|
|
|
|
- mask: true
|
|
|
|
- })
|
|
|
|
|
|
+ // uni.showLoading({
|
|
|
|
+ // title: '加载中',
|
|
|
|
+ // mask: true
|
|
|
|
+ // })
|
|
// console.log(111111111)
|
|
// console.log(111111111)
|
|
if (uni.getStorageSync('pcUserInfo')) {
|
|
if (uni.getStorageSync('pcUserInfo')) {
|
|
// console.log(2222222)
|
|
// console.log(2222222)
|
|
@@ -495,7 +495,7 @@
|
|
phone: that.userInfo.phone
|
|
phone: that.userInfo.phone
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.data.data) {
|
|
if (res.data.data) {
|
|
- uni.hideLoading()
|
|
|
|
|
|
+ // uni.hideLoading()
|
|
that.companyList = res.data.data
|
|
that.companyList = res.data.data
|
|
// uni.setStorageSync('companyList', that.companyList)
|
|
// uni.setStorageSync('companyList', that.companyList)
|
|
console.log("that.3333")
|
|
console.log("that.3333")
|