feat:处理部分 todo 逻辑

This commit is contained in:
YunaiV
2025-04-28 21:17:18 +08:00
parent 08e7b32fc3
commit 997404dfb4
12 changed files with 47 additions and 67 deletions
+1 -2
View File
@@ -78,7 +78,7 @@
limit="1"
mode="grid"
:imageStyles="{ width: '168rpx', height: '168rpx' }"
@success="(payload) => state.accountInfo.accountQrCodeUrl = payload.tempFilePaths[0]"
@success="(payload) => (state.accountInfo.accountQrCodeUrl = payload.tempFilePaths[0])"
/>
</view>
</view>
@@ -206,7 +206,6 @@
// 提交提现
const onConfirm = async () => {
// 参数校验
//debugger;
if (
!state.accountInfo.price ||
state.accountInfo.price > state.brokerageInfo.price ||