306132416@qq.com пре 6 година
родитељ
комит
1df2554cc8
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

@@ -184,6 +184,7 @@
 						})
 					},
 			getHistory(isShow) {
+				       uni.showLoading({})
 						let that = this;
 						uni.request({
 							url: getApp().globalData.shareUrl, //需要设置为全局
@@ -200,7 +201,7 @@
 								pageSize: 10,
 							},
 							success: res => {
-								that.userHeadUrl = getApp().globalData.user_headUrl;
+                                uni.hideLoading()								
 								if(isShow){
 									res.data.msg[0].isRecharge = 1
 								}