zhaoyun 14 小时之前
父节点
当前提交
0bfc29bb18
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      mer_uniapp/pages/users/settled/index.vue
  2. 3 3
      mer_uniapp/pages/users/user_rider/index.vue

+ 3 - 3
mer_uniapp/pages/users/settled/index.vue

@@ -36,7 +36,7 @@
 
 
               </view>
               </view>
             </view>
             </view>
-            <view class="item rel"
+           <!-- <view class="item rel"
                   v-if="(isKey&&parseFloat(merchantData.auditStatus)>2) || (!isKey&&!merchantData.auditStatus)">
                   v-if="(isKey&&parseFloat(merchantData.auditStatus)>2) || (!isKey&&!merchantData.auditStatus)">
               <view class="acea-row row-middle required">
               <view class="acea-row row-middle required">
                 <text class="item-name">验证码</text>
                 <text class="item-name">验证码</text>
@@ -48,7 +48,7 @@
                   {{ text }}
                   {{ text }}
                 </button>
                 </button>
               </view>
               </view>
-            </view>
+            </view> -->
             <view class="item">
             <view class="item">
               <view class="uni-list">
               <view class="uni-list">
                 <view class="uni-list-cell">
                 <view class="uni-list-cell">
@@ -215,7 +215,7 @@
 					name: "",
 					name: "",
 					realName: "",
 					realName: "",
 					phone: "",
 					phone: "",
-					captcha: '',
+					captcha: '000000',
 					categoryId: 0,
 					categoryId: 0,
 					handlingFee: '',
 					handlingFee: '',
 					keywords: '',
 					keywords: '',

+ 3 - 3
mer_uniapp/pages/users/user_rider/index.vue

@@ -22,13 +22,13 @@
 							<view class="title required" style="width: 147rpx;">手机号</view>
 							<view class="title required" style="width: 147rpx;">手机号</view>
 							<input class="uni-input" type='number' v-model="phone" focus placeholder="请输入你的手机号" />
 							<input class="uni-input" type='number' v-model="phone" focus placeholder="请输入你的手机号" />
 						</view>
 						</view>
-						<view class="item-box">
+						<!-- <view class="item-box">
 							<view class="title required" style="width: 147rpx;">短信验证</view>
 							<view class="title required" style="width: 147rpx;">短信验证</view>
 							<input class="uni-input" type='number' maxlength="6" v-model="bindingCaptcha" focus placeholder="请输入验证码" />
 							<input class="uni-input" type='number' maxlength="6" v-model="bindingCaptcha" focus placeholder="请输入验证码" />
 							<button class="code" :class="disabled === true ? 'on' : ''" :disabled='disabled' @click="code">
 							<button class="code" :class="disabled === true ? 'on' : ''" :disabled='disabled' @click="code">
 								{{ text }}
 								{{ text }}
 							</button>
 							</button>
-						</view>
+						</view> -->
 						<view class="item-box" style="justify-content: space-between;">
 						<view class="item-box" style="justify-content: space-between;">
 							<view class="title required">是否有过配送经验</view>
 							<view class="title required">是否有过配送经验</view>
 							<switch :value="isSwitch" :checked="isSwitch" @change="isSwitch = !isSwitch" color="#12CA00" style="transform:scale(0.9)">
 							<switch :value="isSwitch" :checked="isSwitch" @change="isSwitch = !isSwitch" color="#12CA00" style="transform:scale(0.9)">
@@ -176,7 +176,7 @@
 				isSwitch: false,
 				isSwitch: false,
 				name: '',
 				name: '',
 				phone: '',
 				phone: '',
-				bindingCaptcha: '',
+				bindingCaptcha: '000000',
 				disabled: false,
 				disabled: false,
 				text: '发送验证码',
 				text: '发送验证码',
 				nums: 60,
 				nums: 60,