gjy 2 yıl önce
ebeveyn
işleme
7aecefbf9a
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      pages/user/user.vue

+ 5 - 5
pages/user/user.vue

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