306132416@qq.com 5 роки тому
батько
коміт
5db58da069
1 змінених файлів з 1 додано та 5 видалено
  1. 1 5
      pages/selfCenter/cashoutPage/applyPage/index.vue

+ 1 - 5
pages/selfCenter/cashoutPage/applyPage/index.vue

@@ -35,9 +35,6 @@ export default {
 	},
 	methods: {
 		getUserInfo(){
-				 uni.showLoading({
-					title: '加载中',
-				});
 				  let that = this;
 					 uni.request({
 						url: getApp().globalData.shareUrl, //需要设置为全局
@@ -53,7 +50,6 @@ export default {
 						},
 						success: res => {
 							if (res.data.code === 200) {
-								uni.hideLoading();
 								that.userInfoObj = res.data.msg
 							}
 						}
@@ -78,7 +74,7 @@ export default {
 					success: res => {
 						if (res.data.code === 200) {
 							uni.showToast({
-								title: '递交已申请',
+								title:'递交已申请',
 								icon: 'none',
 								duration:2000
 							});