Commit 9142a179 authored by 李智书's avatar 李智书

1.提交更新;

parent c83e98f3
...@@ -116,7 +116,14 @@ ...@@ -116,7 +116,14 @@
验证校园卡开卡手机号 验证校园卡开卡手机号
</view> </view>
<van-field label-class="openCardPhonTxt" label="手机号:" maxlength="11" v-model="openCardPhon" <van-field label-class="openCardPhonTxt" label="手机号:" maxlength="11" v-model="openCardPhon"
placeholder="校园卡开卡手机号" center :border="false" /> placeholder="校园卡开卡手机号" center :border="false">
<view slot="right-icon" v-if="bankInfo_.accountType==4">
<view class="changPhone" style="display: flex;justify-content: center;"
@click="BackToMini('AssignChangPhone')">变更手机号
<van-icon name="arrow" />
</view>
</view>
</van-field>
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view> <view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
<van-field v-model="openCardPhonSms" label-class="openCardPhonSmsTxt" maxlength="6" label="验证码:" <van-field v-model="openCardPhonSms" label-class="openCardPhonSmsTxt" maxlength="6" label="验证码:"
placeholder="输入短信验证码" center clearable :border="false"> placeholder="输入短信验证码" center clearable :border="false">
...@@ -933,6 +940,13 @@ ...@@ -933,6 +940,13 @@
} }
.changPhone {
font-size: 14px;
color: #39F;
text-align: right;
}
.showBindCardList { .showBindCardList {
.choiceBox { .choiceBox {
text-align: center; text-align: center;
......
...@@ -55,7 +55,14 @@ ...@@ -55,7 +55,14 @@
验证校园卡开卡手机号 验证校园卡开卡手机号
</view> </view>
<van-field label-class="openCardPhonTxt" label="手机号:" maxlength="11" v-model="openCardPhon" <van-field label-class="openCardPhonTxt" label="手机号:" maxlength="11" v-model="openCardPhon"
placeholder="校园卡开卡手机号" center :border="false" /> placeholder="校园卡开卡手机号" center :border="false">
<view slot="right-icon" v-if="bankInfo_.accountType==3">
<view class="changPhone" style="display: flex;justify-content: center;"
@click="BackToMini('AssignChangPhone')">变更手机号
<van-icon name="arrow" />
</view>
</view>
</van-field>
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view> <view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
<van-field v-model="openCardPhonSms" label-class="openCardPhonSmsTxt" maxlength="6" label="验证码:" <van-field v-model="openCardPhonSms" label-class="openCardPhonSmsTxt" maxlength="6" label="验证码:"
placeholder="输入短信验证码" center clearable :border="false"> placeholder="输入短信验证码" center clearable :border="false">
...@@ -679,6 +686,11 @@ ...@@ -679,6 +686,11 @@
background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%); background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
} }
.changPhone {
font-size: 14px;
color: #39F;
text-align: right;
}
.BankBohai { .BankBohai {
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment