|
|
@@ -17,7 +17,7 @@
|
|
|
</My_GreyRectangleForm>
|
|
|
|
|
|
<My_GreyRectangleForm title="是否设置为主账号">
|
|
|
- <van-switch style="position: absolute; margin-left: -110rpx; margin-top: 10rpx;" size="24px" active-color="#4CBECF" checked="{{ checked }}" bind:change="onChange" />
|
|
|
+ <van-switch style="position: absolute; margin-left: -110rpx; margin-top: 10rpx;" size="24px" active-color="#4CBECF" checked="{{ makeOver }}" bind:change="makeOverChange" />
|
|
|
</My_GreyRectangleForm>
|
|
|
|
|
|
</view>
|
|
|
@@ -26,4 +26,13 @@
|
|
|
<!-- 提交按钮 -->
|
|
|
<view class="submit_but">
|
|
|
<van-button bindtap="submit" custom-class="custom-class" round color="linear-gradient(180deg, #82E0E9 0%, #4BBECF 100%);">保存</van-button>
|
|
|
-</view>
|
|
|
+</view>
|
|
|
+
|
|
|
+<My_showModel isShow='{{showModel}}' transition=" " content="已将验证码发送到对方手机号">
|
|
|
+ <view class="showModelCon" style="margin-top: 5rpx;">
|
|
|
+ <view class="input-box">
|
|
|
+ <input type="text" placeholder-class="index" placeholder="请输入验证码" bindinput="codeChange" />
|
|
|
+ </view>
|
|
|
+ <view class="gain">获取验证码</view>
|
|
|
+ </view>
|
|
|
+</My_showModel>
|