forked from lsl/xzjl-ui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
4.6 KiB
92 lines
4.6 KiB
<!--pages/home/me/indexx.wxml-->
|
|
<t-avatar class="avatar" size="large" image="{{userInfo.avatar}}" />
|
|
<view class="xxt"></view><!--星星背景图片-->
|
|
<view class="txk" bindtap="go2Grzl"></view><!--头像框-->
|
|
<view class="txkx" bindtap="go2Grzl"> </view><!--头像框里面的图标-->
|
|
<view class="nickname">{{userInfo.nick}}</view><!--用户昵称-->
|
|
<view class="unhybs" wx:if="{{!userInfo.isChatVip}}" bindtap="go2Member"> </view><!--非会员图标-->
|
|
<view class="hybs" wx:if="{{userInfo.isChatVip}}" bindtap="go2Member2"> </view><!--会员图标-->
|
|
<view class="hydqr" wx:if="{{userInfo.isChatVip}}"> 还有21天到期</view><!--会员图标-->
|
|
|
|
<view class="gnk">
|
|
<!-- <view class="smst" >说明书</view> -->
|
|
<!-- <view class="jrsqt">加入社群</view> -->
|
|
<view class="wdsbt">我的设备</view>
|
|
<view class="sx"></view>
|
|
<!-- <view class="circle k1" bindtap="go2Manual"> -->
|
|
<!-- <view class="sms"></view>
|
|
</view> -->
|
|
<view class="circle k2" bindtap="go2Device">
|
|
<view class="sq"></view>
|
|
</view>
|
|
<!-- <view class="circle k3" bindtap="go2Sq">
|
|
<view class="sb"></view>
|
|
</view> -->
|
|
</view>
|
|
<!--功能操作框-->
|
|
<view class="mycell" bindtap="ljXzjl" >
|
|
<!-- <t-cell hover arrow bindtap="go2Gw">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-triangles.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >了解星座精灵</text>
|
|
</t-cell> -->
|
|
<t-cell hover bindtap="doBdsjh" >
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-phone.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >绑定手机号</text>
|
|
<text slot="note" wx:if="{{userInfo.hasPhone}}">{{userInfo.phone}}</text>
|
|
</t-cell>
|
|
<!-- <t-cell hover arrow bindtap="go2Cjwt">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-help%402x.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >常见问题</text>
|
|
</t-cell> -->
|
|
<t-cell hover arrow bindtap="go2Yjfk">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-edit%402x.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >意见反馈</text>
|
|
</t-cell>
|
|
<!-- <t-cell hover arrow bindtap="go2Yhsyxy">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-editor%402x.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >用户使用协议</text>
|
|
</t-cell> -->
|
|
<!-- <t-cell hover arrow bindtap="go2Ysxy">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-audit%402x.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >隐私协议</text>
|
|
</t-cell> -->
|
|
<t-cell hover>
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-layers%402x.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >小程序版本</text>
|
|
<text slot="note" >V1.0</text>
|
|
</t-cell>
|
|
<t-cell hover arrow bindtap="go2Jcjb" wx:if="{{userInfo.loverId}}">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/myqcloud.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >解除羁绊</text>
|
|
</t-cell>
|
|
<t-cell hover arrow bindtap="logout">
|
|
<t-icon slot="left-icon" name="https://wish-assets.windymuse.com.cn/xy/iconPark-logout%402x.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >退出登录</text>
|
|
</t-cell>
|
|
<view class="meempty"></view>
|
|
<t-toast id="t-toast" />
|
|
|
|
<t-dialog id="t-dialog" />
|
|
</view>
|
|
|
|
|
|
<t-popup visible="{{bdsjhVisible}}" placement="center">
|
|
<view class="bdsjh">
|
|
<view class="bdsjhm1">绑定手机号码</view>
|
|
<view class="bdsjhm2">如设备丢失,可凭手机号码找回账号</view>
|
|
<view class="sjhm1">手机号码</view>
|
|
<view class="yzm1">验证码</view>
|
|
<view class="input-example sjhminput1">
|
|
<t-input model:value="{{phone}}" bindblur="getPhone" placeholder="请输入手机号" />
|
|
</view>
|
|
<view class="input-example sjhminput2">
|
|
<t-input model:value="{{phoneVerificationCode}}" bindblur="getVerificationCode" placeholder="请输入验证码" />
|
|
</view>
|
|
<view class="sjhbkx"></view>
|
|
<view class="yzmbkx"></view>
|
|
<view class="cxhq" bindtap="getCode">{{isCxHq?countdown:'立即获取'}}</view>
|
|
<view class="qxSjh" bindtap="doCancelSjh">取消</view>
|
|
<view class="wcSjh" bindtap="doEXecSjh">完成</view>
|
|
</view>
|
|
</t-popup>
|