From f3bfb5ea8bd31f5db957551036142312e48c138f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 26 May 2026 11:51:51 +0800
Subject: [PATCH] feat:星享购 绑卡+权收
---
pages/quanyi/add.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index 273c1d8..6969cf4 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -993,7 +993,7 @@
<text>身份证号</text>
</view>
<view class="inp_box">
- <input maxlength="18" v-model="idCardNo" class="inp" placeholder="请输入身份证号" />
+ <input maxlength="18" v-model="idCardNo" class="inp" placeholder="请输入身份证号码" />
</view>
</view>
@@ -1001,16 +1001,6 @@
<!-- <view style="background: #F7F7F7;height: 20rpx;"></view>-->
<view class="form-item-title" style="margin: 40rpx;font-size: 32rpx;color: #333333;font-weight: 600;">请输入您的银行卡信息</view>
<view class="form-item-ct">
- <view class="clo">
- <view class="label">
- <text>银行卡名称</text>
- </view>
- <view class="inp_box" style="z-index: 1" >
- <view style="width: 606rpx;height: 100rpx;border-radius: 30rpx;padding-left: 20rpx;line-height: 100rpx;background-color: #F7F7F7;" :class="bankName?'':'a3'">{{bankName?bankName:'请输入银行卡名称'}}</view>
-
- </view>
-
- </view>
<view class="clo">
<view class="label">
<text>银行卡号</text>
@@ -1023,10 +1013,20 @@
</view>
<view class="clo">
<view class="label">
+ <text>银行卡名称</text>
+ </view>
+ <view class="inp_box" style="z-index: 1" >
+ <view style="width: 606rpx;height: 100rpx;border-radius: 30rpx;padding-left: 20rpx;line-height: 100rpx;background-color: #F7F7F7;" :class="bankName?'':'a3'">{{bankName?bankName:'请输入银行卡名称'}}</view>
+
+ </view>
+
+ </view>
+ <view class="clo">
+ <view class="label">
<view>预留手机号</view>
</view>
<view class="inp_box" style="position: relative;">
- <input maxlength="11" v-model="cardPhone" class="inp" placeholder="请输入预留手机号" />
+ <input maxlength="11" v-model="cardPhone" class="inp" placeholder="请输入银行预留手机号" />
<!-- <view class="code" style="position: absolute;top: 30rpx;right: 0;" @click="getSmsCode">-->
<!-- <text :class="isCounting?'code_k':'code_a'">{{ isCounting ? countText : '获取验证码' }}</text>-->
<!-- </view>-->
@@ -1038,7 +1038,7 @@
<text>短信验证码</text>
</view>
<view class="inp_box" style="position: relative;">
- <input maxlength="6" v-model="verificationCode" class="inp" type="number" placeholder="请输入短信验证码" />
+ <input maxlength="6" v-model="verificationCode" class="inp" type="number" placeholder="请输入手机短信验证码" />
<view class="code" style="position: absolute;top: 30rpx;right: 0;" @click="getSmsCode">
<text :class="isCounting?'code_k':'code_a'">{{ isCounting ? countText : '获取验证码' }}</text>
@@ -1067,7 +1067,7 @@
<text>收件人姓名</text>
</view>
<view class="inp_box">
- <input maxlength="8" v-model="addressDetail.consignee" class="inp" placeholder="请输入收件人姓名" />
+ <input maxlength="20" v-model="addressDetail.consignee" class="inp" placeholder="请输入收件人姓名" />
</view>
</view>
<view class="clo">
@@ -1396,7 +1396,7 @@
<provincesCity ref="provincesCity" @confirm="provincesCityChange" />
- <!-- <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box> -->
+ <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box>
</view>
</template>
--
Gitblit v1.9.3