1 |
- <view class="container"><view class="vheigh"></view><view class="top-image"><image src="../../static/img/userBg.png" mode></image></view><view style="height:142rpx;"></view><view class="user-box"><block wx:if="{{userInfo.avatar}}"><image class="avatar" src="{{userInfo.avatar}}" mode></image></block><block wx:else><image class="avatar" src="../../static/error/missing-face.png" mode></image></block><view class="user-name">{{userInfo.nickname||'游客'}}</view><view class="user-phone">{{userInfo.phone||'******'}}</view><view class="user-money flex"><view data-event-opts="{{[['tap',[['navTo',['/pages/money/balance']]]]]}}" class="user-money-item" bindtap="__e"><view class="user-money-num">{{userInfo.now_money||0}}</view><view class="user-money-font">我的余额</view></view><view class="user-xian"></view><view data-event-opts="{{[['tap',[['navTo',['/pages/money/wallet']]]]]}}" class="user-money-item" bindtap="__e"><view class="user-money-num">{{userInfo.commissionCount||0}}</view><view class="user-money-font">我的佣金</view></view><view class="user-xian"></view><view data-event-opts="{{[['tap',[['navTo',['/pages/user/extension']]]]]}}" class="user-money-item" bindtap="__e"><view class="user-money-num">{{userInfo.spread_count||0}}</view><view class="user-money-font">我的推广</view></view></view></view><block wx:if="{{userInfo.is_receiver==0}}"><view data-event-opts="{{[['tap',[['becomeVip']]]]}}" class="shop flex" bindtap="__e"><view class="shop-bg"><image src="../../static/img/usertitle.png" mode></image></view><view class="shop-left">{{"申请成为接单员"+(type==0?'(审核中)':type==-1?'(审核失败)':'')}}</view><view class="shop-right">立即申请</view></view></block><block wx:if="{{userInfo.is_receiver==1}}"><view><view data-event-opts="{{[['tap',[['navTo',['/pages/jdr/center']]]]]}}" class="shop flex" bindtap="__e"><view class="shop-bg"><image src="../../static/img/usertitle.png" mode></image></view><view class="shop-left">接单中心</view><view class="shop-right">立即进入</view></view><view class="main-box"><view data-event-opts="{{[['tap',[['navTo',['/pages/jdr/order?state=0']]]]]}}" class="title flex" bindtap="__e"><view class="title-left"><image class="title-icon" src="../../static/icon/user2.png" mode></image><view class="title-font">我的接单</view></view><image class="title-right" src="../../static/icon/jt.png" mode></image></view><view class="main flex"><view data-event-opts="{{[['tap',[['navTo',['/pages/jdr/order?state=0']]]]]}}" class="oitem" bindtap="__e"><image class="oitem-image" src="../../static/icon/user3.png" mode></image><view class="oitem-font">进行中</view></view><view data-event-opts="{{[['tap',[['navTo',['/pages/jdr/order?state=1']]]]]}}" class="oitem" bindtap="__e"><image class="oitem-image" src="../../static/icon/user4.png" mode></image><view class="oitem-font">待确认</view></view><view data-event-opts="{{[['tap',[['navTo',['/pages/jdr/order?state=2']]]]]}}" class="oitem" bindtap="__e"><image class="oitem-image" src="../../static/icon/user5.png" mode></image><view class="oitem-font">已完成</view></view></view></view></view></block><view data-event-opts="{{[['tap',[['navTo',['/pages/user/shareQrCode']]]]]}}" class="my-tool flex" bindtap="__e"><view class="my-tool-left"><image class="my-tool-image1" src="../../static/icon/u1.png" mode></image><view class="my-tool-font">推广海报</view></view><image class="my-tool-right" src="../../static/icon/jt.png" mode></image></view><view data-event-opts="{{[['tap',[['navTo',['/pages/user/coupon']]]]]}}" class="my-tool flex" bindtap="__e"><view class="my-tool-left"><image class="my-tool-image2" src="../../static/icon/u2.png" mode></image><view class="my-tool-font">我的卡券</view></view><image class="my-tool-right" src="../../static/icon/jt.png" mode></image></view><view data-event-opts="{{[['tap',[['openPopup',['$event']]]]]}}" class="my-tool flex" bindtap="__e"><view class="my-tool-left"><image class="my-tool-image4" src="../../static/icon/u3.png" mode></image><view class="my-tool-font">意见反馈</view></view><image class="my-tool-right" src="../../static/icon/jt.png" mode></image></view><view data-event-opts="{{[['tap',[['navTo',['/pages/set/userinfo']]]]]}}" class="my-tool flex" bindtap="__e"><view class="my-tool-left"><image class="my-tool-image5" src="../../static/icon/u4.png" mode></image><view class="my-tool-font">设置</view></view><image class="my-tool-right" src="../../static/icon/jt.png" mode></image></view><uni-popup class="vue-ref" vue-id="7de4b042-1" type="center" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-box"><view class="img"><image src="../../static/img/img009.png" mode></image></view><view class="mian"><view class="delivery"><view class="title">已经为您定制专属客服</view><image src="../../static/img/img010.png" mode></image></view><view class="nocancel">{{"客服VX:"+text}}</view><view class="comfirm-box"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="cancel" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['comfirm',['$0'],['text']]]]]}}" class="comfirm" bindtap="__e">复制微信</view></view></view></view></uni-popup></view>
|