------
This commit is contained in:
@ -78,7 +78,6 @@ Page({
|
||||
icon: 'success',
|
||||
duration: 1000
|
||||
});
|
||||
wx.hideLoading()
|
||||
setTimeout(() => {
|
||||
wx.navigateBack();
|
||||
}, 1000);
|
||||
@ -87,7 +86,6 @@ Page({
|
||||
title: res.data.message || '申请失败',
|
||||
icon: 'none'
|
||||
});
|
||||
wx.hideLoading()
|
||||
}
|
||||
},
|
||||
fail: () => {
|
||||
|
Reference in New Issue
Block a user