@@ -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
}