团队管理和下级用户抽佣明细的输入框搜索功能
This commit is contained in:
@ -42,14 +42,13 @@ Page({
|
||||
success(res) {
|
||||
// console.log('后端返回---->',res.data);
|
||||
// 成功的回调
|
||||
wx.showToast({
|
||||
title: '更新成功',
|
||||
icon: 'success',
|
||||
});
|
||||
// 这里可以跳转到其他页面
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/withdrawalAccount/withdrawalAccount',
|
||||
});
|
||||
if (res.data.code === 1) {
|
||||
wx.showToast({
|
||||
title: '更新成功',
|
||||
icon: 'success',
|
||||
});
|
||||
wx.navigateBack({});
|
||||
}
|
||||
},
|
||||
fail(err) {
|
||||
// 失败的回调
|
||||
|
Reference in New Issue
Block a user