init
This commit is contained in:
1
pages_tool/member/info.wxml
Normal file
1
pages_tool/member/info.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<page-meta page-style="{{themeColor}}"></page-meta><view><block wx:if="{{indent=='all'&&memberInfo}}"><view class="info-wrap"><view class="info-list-cell info-item info-list-con" hover-class="cell-hover"><text class="cell-tit">头像</text><view class="info-list-head cell-tip"><image src="{{memberInfo.headimg?$root.g0:$root.g1.head}}" mode="aspectFill" data-event-opts="{{[['error',[['e0',['$event']]]]]}}" binderror="__e"></image></view><text style="margin-right:20rpx;"></text></view><view class="info-list-cell info-list-con" hover-class="cell-hover" data-event-opts="{{[['tap',[['modifyInfo',['name']]]]]}}" bindtap="__e"><text class="cell-tit">昵称</text><text class="cell-tip">{{memberInfoformData.nickName}}</text><text class="cell-more"></text></view><view class="info-list-cell info-list-con" hover-class="cell-hover" data-event-opts="{{[['tap',[['modifyInfo',['realName']]]]]}}" bindtap="__e"><text class="cell-tit">姓名</text><text class="cell-tip">{{memberInfoformData.realName}}</text><text class="cell-more"></text></view><view class="info-list-cell info-list-con" hover-class="cell-hover" data-event-opts="{{[['tap',[['modifyInfo',['sex']]]]]}}" bindtap="__e"><text class="cell-tit">性别</text><text class="cell-tip">{{memberInfoformData.sex}}</text><text class="cell-more"></text></view><view class="info-list-cell info-list-con" hover-class="cell-hover" data-event-opts="{{[['tap',[['modifyInfo',['birthday']]]]]}}" bindtap="__e"><text class="cell-tit">生日</text><text class="cell-tip">{{memberInfoformData.birthday}}</text><text class="cell-more"></text></view><view data-event-opts="{{[['tap',[['modifyInfo',['mobile']]]]]}}" class="info-list-cell info-list-con" bindtap="__e"><text class="cell-tit">手机号</text><block wx:if="{{memberInfoformData.user_tel==''}}"><text class="cell-tip">密码</text></block><block wx:else><text class="cell-tip">{{memberInfoformData.mobile}}</text></block><text class="cell-more"></text></view><view class="info-list-cell info-list-con" hover-class="cell-hover" data-event-opts="{{[['tap',[['cancellation']]]]}}" bindtap="__e"><text class="cell-tit">注销账号</text><text class="cell-more"></text></view><view data-event-opts="{{[['tap',[['logout',['$event']]]]]}}" class="save-item" bindtap="__e"><button type="primary">退出登录</button></view></view></block><ns-login class="vue-ref" vue-id="34b87bf1-1" data-ref="login" bind:__l="__l"></ns-login></view>
|
||||
Reference in New Issue
Block a user