- <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="email_con">
- <image src="/img/email_img.png"></image>
- <view>已绑定邮箱</view>
- <text>{{email}}</text>
- </view>
- <view class="phone_btm">
- <navigator url="/pages/user/emailEdit?userId={{userId}}" class="phone_btn1">更换邮箱</navigator>
- </view>
|