添加功能(用户申请提现)

This commit is contained in:
2025-06-10 12:18:44 +08:00
parent 4d40d86061
commit a20fbe81e3
8 changed files with 119 additions and 29 deletions

View File

@ -47,7 +47,9 @@ Page({
title: '更新成功',
icon: 'success',
});
wx.navigateBack({});
setTimeout(() => {
wx.navigateBack({});
}, 1000)
}
},
fail(err) {

View File

@ -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>

View File

@ -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;
}