| | |
| | | <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> |
| | |
| | | <!-- <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> |
| | |
| | | </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>--> |
| | |
| | | <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> |
| | |
| | | <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"> |
| | |
| | | |
| | | <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> |
| | | |