9.23提交
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
uni.hideLoading();
|
||||
uni.showToast({ title: '注销申请已提交', icon: 'success' });
|
||||
uni.showToast({ title: '注销申请已提交', icon: 'none' });
|
||||
setTimeout(() => {
|
||||
uni.navigateBack();
|
||||
}, 1500);
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
uni.hideLoading();
|
||||
uni.showToast({ title: '提交成功', icon: 'success' });
|
||||
uni.showToast({ title: '提交成功', icon: 'none' });
|
||||
});
|
||||
uni.navigateBack();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user