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 +++++++++++++++---------------
 pages/quanyi/components/agreement/index.vue |    4 ++++
 2 files changed, 19 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>
 
diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 10a5c03..9370ede 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -11,6 +11,10 @@
     const _this = this;
     uni.request( {
       url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
+	  data: {
+	    customerId: uni.getStorageSync('ygxLogin').customerId,
+	    appId: uni.getStorageSync('ygxLogin').appId
+	  },
       method: 'GET',
       success(res) {
         console.log(res.data.data);

--
Gitblit v1.9.3