添加功能(用户申请提现)
This commit is contained in:
@ -47,7 +47,9 @@ Page({
|
||||
title: '更新成功',
|
||||
icon: 'success',
|
||||
});
|
||||
wx.navigateBack({});
|
||||
setTimeout(() => {
|
||||
wx.navigateBack({});
|
||||
}, 1000)
|
||||
}
|
||||
},
|
||||
fail(err) {
|
||||
|
@ -80,8 +80,8 @@
|
||||
</view>
|
||||
|
||||
<!-- 保存按钮 -->
|
||||
<view wx:if="{{ isUpdate }}" class="flex-col justify-start items-center self-center text-wrapper_3">
|
||||
<text class="font_2 text_8" bindtap="updateInfo" >更新</text>
|
||||
<view wx:if="{{ isUpdate }}" class="flex-col justify-start items-center self-center text-wrapper_3" bindtap="updateInfo">
|
||||
<text class="font_2 text_8">更新</text>
|
||||
</view>
|
||||
<view wx:else="{{ isUpdate }}" class="flex-col justify-start items-center self-center text-wrapper_3">
|
||||
<text class="font_2 text_8" bindtap="saveInfo" >保存</text>
|
||||
|
@ -11,7 +11,7 @@
|
||||
.font_2 {
|
||||
font-size: 30.53rpx;
|
||||
font-family: SourceHanSansCN;
|
||||
line-height: 28.09rpx;
|
||||
line-height: 30.53rpx;
|
||||
color: #000000;
|
||||
}
|
||||
.text_2 {
|
||||
@ -95,12 +95,11 @@
|
||||
}
|
||||
.text-wrapper_3 {
|
||||
margin-top: 57.25rpx;
|
||||
padding: 25.84rpx 0 20.5rpx;
|
||||
padding: 26.25rpx 0;
|
||||
background-color: #ff8d1a;
|
||||
border-radius: 19.08rpx;
|
||||
width: 248.09rpx;
|
||||
width: 243.75rpx;
|
||||
}
|
||||
.text_8 {
|
||||
line-height: 100%;
|
||||
color: #ffffff;
|
||||
}
|
Reference in New Issue
Block a user