Files
2021-07-04 18:09:48 +08:00

14 lines
825 B
Plaintext

<lcb-msg isShow="{{isShow}}">
<view slot="content" class="inner40">
<input class="bg-f7 wp100 pl30 pr30 font-42 ulib-r10" placeholder-class='color-ccc' style="height:90rpx;" maxlength='-1' type='number' placeholder='请输入您的手机号' bindinput='inputTx' data-key='mobileNumber' value="{{mobileNumber}}"></input>
<view class="mt30 font-26 color-666">请务必将号码修改成当前使用的手机号,否则将无法接通。</view>
<view class="mt40 fn-flex text-center font-32">
<view class="fn-flex-item pr20">
<view class="bds-1-eb pt20 pb20 ulib-r10" bindtap="onClose">取消</view>
</view>
<view class="fn-flex-item pl20">
<view class="btn-36afa2 pt20 pb20 color-fff ulib-r10" bindtap="putAppUserTel">保存</view>
</view>
</view>
</view>
</lcb-msg>