Sfoglia il codice sorgente

1.修改提现弹窗

306132416@qq.com 5 anni fa
parent
commit
5db58da069
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  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
 							});