mine.wxml
3.1 KB
<view><view class="absTop"></view><view class="mainBox"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="exit flexA" style="{{(token?'visibility: visible':'visibility: hidden')}}" bindtap="__e"><image src="/static/exit.png" mode></image>退出登录</view><view class="topInfo flexA"><image src="{{userInfo.avatar}}" mode></image><view class="right"><view>{{userInfo.nickname||'未登录'}}</view><view>{{userInfo.mobile||''}}</view></view></view><view class="money"><view class="item"><view class="qian"><text style="font-size:32rpx;">¥</text>{{allMoney.money||0}}</view><view class="yue">账户余额</view><view data-event-opts="{{[['tap',[['totackMoney',[1]]]]]}}" class="tixian flexC" bindtap="__e">提现</view></view><view class="item"><view class="qian"><text style="font-size:32rpx;">¥</text>{{allMoney.score||0}}</view><view class="yue">保证金</view><view data-event-opts="{{[['tap',[['totackMoney',[2]]]]]}}" class="tixian flexC" bindtap="__e">提现</view></view><view class="item"><image src="/static/bill.png" mode></image><view data-event-opts="{{[['tap',[['totackMoney',[3]]]]]}}" class="tixian flexC" bindtap="__e">账户流水</view></view></view></view><view style="height:462rpx;"></view><view class="cenBox"><view data-event-opts="{{[['tap',[['toMyPage',[1]]]]]}}" class="item" bindtap="__e"><image src="/static/center1.png" mode></image>我买入的</view><view data-event-opts="{{[['tap',[['toMyPage',[2]]]]]}}" class="item" bindtap="__e"><image src="/static/center2.png" mode></image>我卖出的</view><view data-event-opts="{{[['tap',[['toMyPage',[3]]]]]}}" class="item" bindtap="__e"><image src="/static/center3.png" mode></image>我的发布</view><view data-event-opts="{{[['tap',[['toMyPage',[4]]]]]}}" class="item" bindtap="__e"><image src="/static/center4.png" mode></image>我的收藏</view></view><view class="botBox"><view class="title">更多服务</view><view class="group"><block wx:for="{{serviceList}}" wx:for-item="item" wx:for-index="idx" wx:key="idx"><view data-event-opts="{{[['tap',[['openService',[idx]]]]]}}" class="item" bindtap="__e"><image src="{{'/static/bot'+(idx+1)+'.png'}}" mode></image>{{''+item.name+''}}</view></block></view></view><u-modal vue-id="bae1c640-1" show="{{showCancel}}" showCancelButton="{{true}}" content="您确定要退出登录吗" data-event-opts="{{[['^confirm',[['confirmCancel']]],['^cancel',[['e1']]]]}}" bind:confirm="__e" bind:cancel="__e" bind:__l="__l"></u-modal><u-popup vue-id="bae1c640-2" show="{{showService}}" mode="center" bgColor="transparent" round="{{15}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="centerBox"><image class="potImg" src="/static/codeBg.png" mode></image><view class="popTitle">{{''+(Service==1?'我的客服':'品牌入驻')+''}}</view><image class="code" src="{{qrCode}}" mode></image><view class="dashed"></view><view class="botText">长按识别二维码</view></view><view data-event-opts="{{[['tap',[['e2',['$event']]]]]}}" class="close" bindtap="__e"><image class="wh100" src="/static/close.png" mode></image></view></u-popup><botton vue-id="bae1c640-3" flag="{{2}}" bind:__l="__l"></botton></view>