phone.wxml 549 B

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