123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <view class="container">
- <view class="user-section">
- <view class="bg"></view>
- <view class="user-info-box ">
- <view bindtap="__e" class="detail flex" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/set/userinfo'] ] ] ] ]}}">
- <view class="portrait-box">
- <image class="portrait" src="{{userInfo.avatar||'/static/error/missing-face.png'}}"></image>
- </view>
- <view class="info-box">
- <view class="username flex">{{(userInfo.nickname||'游客')+''}}<view class="vipTip flex margin-l-20" wx:if="{{userInfo.level>0}}">
- <image mode=" heightFix" src="{{levelData.icon}}"></image>{{''+levelData.name}}</view>
- </view>
- <view class="font-size-sm" wx:if="{{userInfo.uid}}">{{'邀请码:'+userInfo.uid}}</view>
- </view>
- </view>
- <view class="config iconfont">
- <text bindtap="__e" class="setting iconsetting" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/set/set'] ] ] ] ]}}"></text>
- </view>
- </view>
- </view>
- <view class="cover-container">
- <view class="item-box">
- <view class="box-title flex borde-b">
- <view class="title">
- <text>我的订单</text>
- </view>
- <view bindtap="__e" class="link" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/order/order?state=0'] ] ] ] ]}}" hoverClass="common-hover">
- <text>全部</text>
- <text class="iconfont iconenter"></text>
- </view>
- </view>
- <view class="order-section">
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/order/order?state=1'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/i2.png"></image>
- <view class="corner" wx:if="{{orderInfo.unshipped_count>0}}">
- <text>{{orderInfo.unshipped_count}}</text>
- </view>
- </view>
- <text>待发货</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/order/order?state=2'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class="icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/i3.png"></image>
- <view class="corner" wx:if="{{orderInfo.received_count>0}}">
- <text>{{orderInfo.received_count}}</text>
- </view>
- </view>
- <text>待收货</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/order/order?state=3'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class="icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/i4.png"></image>
- <view class="corner" wx:if="{{orderInfo.evaluated_count>0}}">
- <text>{{orderInfo.evaluated_count}}</text>
- </view>
- </view>
- <text>待评价</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/order/order?state=4'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class="icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/i1.png"></image>
- <view class="corner" wx:if="{{orderInfo.evaluated_count>0}}">
- <text>{{orderInfo.evaluated_count}}</text>
- </view>
- </view>
- <text>已完成</text>
- </view>
- </view>
- </view>
- <view class="item-box" wx:if="{{isShowIllegality}}">
- <view class="box-title flex borde-b">
- <view class="title">
- <text>我的资产</text>
- </view>
- </view>
- <view class="order-section">
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/wallet/wallet'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/ic3.png"></image>
- </view>
- <text>我的余额</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/award/award'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/ic5.png"></image>
- </view>
- <text>我的佣金</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/favorites/favorites'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/ic2.png"></image>
- </view>
- <text>我的收藏</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/address/address'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/ic1.png"></image>
- </view>
- <text>收货地址</text>
- </view>
- </view>
- <view class="order-section">
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['./myteam'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/ic7.png"></image>
- </view>
- <text>我的推广</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['./share'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/ic6.png"></image>
- </view>
- <text>推广海报</text>
- </view>
- </view>
- </view>
- <view class="item-box" wx:if="{{userInfo.level==6}}">
- <view class="box-title flex borde-b">
- <view class="title">
- <text>应用功能</text>
- </view>
- </view>
- <view class="order-section">
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/app/productAll'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/t1.png"></image>
- </view>
- <text>商品汇总</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/app/orderManage'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/t2.png"></image>
- </view>
- <text>订单管理</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/app/spreadRank'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/t3.png"></image>
- </view>
- <text>分销排行</text>
- </view>
- <view bindtap="__e" class="order-item" data-event-opts="{{[ [ 'tap',[ [ 'navTo',['/pages/app/tjfh'] ] ] ] ]}}" hoverClass="common-hover" hoverStayTime="{{50}}">
- <view class=" icon position-relative">
- <image class="icon-img" mode="aspectFit" src="/static/icon/t5.png"></image>
- </view>
- <text>推荐分红</text>
- </view>
- </view>
- </view>
- <view class="history-section icon">
- <uni-list bind:__l="__l" vueId="380011e0-1" vueSlots="{{['default']}}">
- <uni-list-item bind:__l="__l" bind:click="__e" data-event-opts="{{[ [ '^click',[ [ 'navTo',['/pages/set/about'] ] ] ] ]}}" thumb="/static/icon/img09.png" title="关于我们" vueId="{{'380011e0-2'+','+'380011e0-1'}}"></uni-list-item>
- </uni-list>
- </view>
- </view>
- </view>
|