|
@@ -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,
|