rk
2026-04-28 a59ff44b2eaa7020f0529632d9ec064c4dc38e27
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%;