- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <cu-custom bgColor="bg-color" isBack="{{true}}" title="手机号">
- <!-- <view slot="content">手机号</view> -->
- </cu-custom>
- <view class="phone_top">
- <text>当前绑定手机号</text>
- <view>{{mobile}}</view>
- </view>
- <view class="phone_btm">
- <navigator url="/pages/userinfo/editPhone?userId={{userId}}" class="phone_btn1">修改手机号</navigator>
- <navigator open-type="navigateBack" class="phone_btn2">返回</navigator>
- </view>
|