团队管理和下级用户抽佣明细的输入框搜索功能
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) {
|
||||
// 失败的回调
|
||||
|
@ -37,6 +37,7 @@
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.text_3 {
|
||||
width: 90%;
|
||||
margin-left: 27.52rpx;
|
||||
}
|
||||
.font {
|
||||
@ -60,13 +61,14 @@
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.text_12 {
|
||||
width: 90%;
|
||||
margin-left: 25.8rpx;
|
||||
}
|
||||
.group_4 {
|
||||
line-height: 28.09rpx;
|
||||
}
|
||||
.text_1 {
|
||||
width: 400rpx;
|
||||
width: 90%;
|
||||
margin-left: 27.82rpx;
|
||||
}
|
||||
.group_5 {
|
||||
@ -76,6 +78,7 @@
|
||||
line-height: 28.21rpx;
|
||||
}
|
||||
.text_5 {
|
||||
width: 90%;
|
||||
margin-left: 26.74rpx;
|
||||
}
|
||||
.font_4 {
|
||||
@ -98,5 +101,6 @@
|
||||
width: 248.09rpx;
|
||||
}
|
||||
.text_8 {
|
||||
line-height: 100%;
|
||||
color: #ffffff;
|
||||
}
|
Reference in New Issue
Block a user