From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:08:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
app/pages/withdraw/withdraw.vue | 38 +++++++++++++++++++++-----------------
1 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/app/pages/withdraw/withdraw.vue b/app/pages/withdraw/withdraw.vue
index e063ba4..d6729f8 100644
--- a/app/pages/withdraw/withdraw.vue
+++ b/app/pages/withdraw/withdraw.vue
@@ -1,5 +1,5 @@
<template>
- <view class="box">
+ <view class="box" v-if="countData">
<view class="bg">
<view class="bg-a">鍙彁鐜颁綑棰�(鍏�)</view>
<view class="bg-b">
@@ -8,13 +8,17 @@
</view>
<view class="form">
<view class="form-a">
- <view class="form-a-label">鎻愮幇鑷�</view>
+ <view class="form-a-label">鎻愮幇鑷虫敮浠樺疂璐﹀彿</view>
<view class="form-a-val">
- <image src="/static/image/ic_alipay@2x.png" mode="widthFix"></image>
- <text>鏀粯瀹� {{form.aliAccount}}</text>
+ <input type="text" placeholder="璇疯緭鍏ユ彁鐜拌处鍙�" v-model="form.aliAccount" />
</view>
</view>
- <view class="form-xian"></view>
+ <view class="form-a">
+ <view class="form-a-label">璐﹀彿濮撳悕</view>
+ <view class="form-a-val">
+ <input type="text" placeholder="璇疯緭鍏ヨ处鍙峰鍚�" v-model="form.aliName" />
+ </view>
+ </view>
<view class="form-title">鎻愮幇閲戦</view>
<view class="form-input">
<view class="form-input-dw">锟�</view>
@@ -52,7 +56,7 @@
focus:false,
valid:false,
bankList:[],
- form: { amount: null, aliAccount: null },
+ form: { amount: null, aliAccount: null, aliName: null },
shop:{},
info:{},
countData: null
@@ -61,6 +65,7 @@
onLoad(options) {
this.focus = false
this.form.aliAccount = this.userInfo.aliAccount
+ this.form.aliName = this.userInfo.aliName
this.getShopStatistics()
},
methods:{
@@ -158,8 +163,11 @@
box-sizing: border-box;
.form-a {
width: 100%;
+ height: 102rpx;
+ border-bottom: 1rpx solid #E5E5E5;
display: flex;
align-items: center;
+ justify-content: space-between;
.form-a-label {
flex-shrink: 0;
margin-right: 30rpx;
@@ -168,19 +176,14 @@
color: #666666;
}
.form-a-val {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- text {
- font-weight: 400;
+ height: 100%;
+ input {
+ width: 300rpx;
+ height: 100%;
+ text-align: right;
+ font-weight: 500;
font-size: 28rpx;
color: #333333;
- }
- image {
- width: 32rpx;
- height: 32rpx;
- margin-right: 10rpx;
}
}
}
@@ -194,6 +197,7 @@
font-weight: 500;
font-size: 34rpx;
color: #111111;
+ margin-top: 40rpx;
}
.form-input {
width: 100%;
--
Gitblit v1.9.3