Merge branch 'feature-xxx' into dev
This commit is contained in:
@ -88,7 +88,6 @@ Page({
|
||||
icon: 'success',
|
||||
duration: 1000
|
||||
});
|
||||
wx.hideLoading()
|
||||
setTimeout(() => {
|
||||
wx.navigateBack();
|
||||
}, 1000);
|
||||
@ -97,7 +96,6 @@ Page({
|
||||
title: res.data.message || '申请失败',
|
||||
icon: 'none'
|
||||
});
|
||||
wx.hideLoading()
|
||||
}
|
||||
},
|
||||
fail: () => {
|
||||
|
Reference in New Issue
Block a user