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.
86 lines
4.3 KiB
86 lines
4.3 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"><!--框1-->
|
|
<view class="sms"></view>
|
|
</view>
|
|
<view class="circle k2" bindtap="go2Device"><!--框2-->
|
|
<view class="sq"></view>
|
|
</view>
|
|
<view class="circle k3" bindtap="go2Sq"><!--框3-->
|
|
<view class="sb"></view>
|
|
</view>
|
|
</view><!--功能操作框-->
|
|
<view class="mycell" bindtap="ljXzjl" ><!--cell菜单单元格-->
|
|
<t-cell hover arrow bindtap="go2Gw">
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/xzjl.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >了解星座精灵</text>
|
|
</t-cell>
|
|
<t-cell hover bindtap="doBdsjh" >
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/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://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/cjwt.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >常见问题</text>
|
|
</t-cell>
|
|
<t-cell hover arrow bindtap="go2Yjfk">
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/yjfk.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >意见反馈</text>
|
|
</t-cell>
|
|
<t-cell hover arrow bindtap="go2Yhsyxy">
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/yhsyxy.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >用户使用协议</text>
|
|
</t-cell>
|
|
<t-cell hover arrow bindtap="go2Ysxy">
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/ysxy.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >隐私协议</text>
|
|
</t-cell>
|
|
<t-cell hover>
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/xcxbb.png" size="50rpx"/>
|
|
<text slot="title" class="mycelltext" >小程序版本</text>
|
|
<text slot="note" >V1.0</text>
|
|
</t-cell>
|
|
<t-cell hover arrow bindtap="logout">
|
|
<t-icon slot="left-icon" name="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/logout.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 value="{{userInfo.phone}}" placeholder="请输入手机号" />
|
|
</view>
|
|
<view class="input-example sjhminput2">
|
|
<t-input placeholder="请输入验证码" />
|
|
</view>
|
|
<view class="sjhbkx"></view>
|
|
<view class="yzmbkx"></view>
|
|
<view class="cxhq">{{isCxHq?'重新获取':'立即获取'}}</view>
|
|
<view class="qxSjh" bindtap="doCancelSjh">取消</view>
|
|
<view class="wcSjh" bindtap="doEXecSjh">完成</view>
|
|
</view>
|
|
</t-popup>
|