Procházet zdrojové kódy

1.修改提现弹窗

306132416@qq.com před 5 roky
rodič
revize
5db58da069

+ 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
 							});