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