| 1 |
- <view class="bg"><view class="content"><view class="header"><view class="head_image"><block wx:if="{{userId}}"><button style="background-color:rgba(255, 255, 255, 0) !important;border:none !important;margin-top:30rpx;" open-type="chooseAvatar" data-event-opts="{{[['chooseavatar',[['onChooseAvatar',['$event']]]]]}}" bindchooseavatar="__e"><image style="border-radius:50%;" src="{{avatar?avatar:'../../static/logo.png'}}"></image></button></block><block wx:else><image style="border-radius:50%;" src="{{avatar?avatar:'../../static/logo.png'}}"></image></block></view><block wx:if="{{userId}}"><view class="head_name"><view data-event-opts="{{[['tap',[['upNickName']]]]}}" class="name" bindtap="__e">{{nickName}}</view><block wx:if="{{XCXIsSelect!='否'}}"><view><block wx:if="{{checkCertification=='0'}}"><view class="approve">实名认证审核中</view></block><block wx:if="{{checkCertification=='1'}}"><view class="approve">已实名</view></block><block wx:if="{{checkCertification=='2'}}"><view data-event-opts="{{[['tap',[['bindapprove',['$event']]]]]}}" class="approve" bindtap="__e">实名认证未通过</view></block><block wx:if="{{checkCertification==null}}"><view data-event-opts="{{[['tap',[['bindapprove',['$event']]]]]}}" class="approve" bindtap="__e">未实名认证</view></block></view></block></view></block><block wx:if="{{!userId}}"><view class="head_name"><button data-event-opts="{{[['tap',[['goLogin',['$event']]]]]}}" class="logins" bindtap="__e">登录</button></view></block></view></view><block wx:if="{{XCXIsSelect!='否'}}"><view style="border-radius:24rpx;overflow:hidden;width:93%;margin:0 auto;background:#ffffff;"><view class="user_box"><view class="box"><view class="user_name"><u-section vue-id="6ff7721c-1" title="今日收入" right="{{false}}" line-color="#FE3B27" bind:__l="__l"></u-section></view><view class="user_price">{{(indent.incomeday?indent.incomeday:0)+''}}<text>元</text></view><view class="user_tit">今日收入金额</view></view><view class="box"><view class="user_name"><u-section vue-id="6ff7721c-2" title="本月收入" right="{{false}}" line-color="#009C66" bind:__l="__l"></u-section></view><view class="user_price">{{(indent.incomemonth?indent.incomemonth:0)+''}}<text>元</text></view><view class="user_tit">本月收入金额</view></view></view><view class="user_box"><view class="box"><view class="user_name"><u-section vue-id="6ff7721c-3" title="累计收入" right="{{false}}" line-color="#FE3B27" bind:__l="__l"></u-section></view><view class="user_price">{{(indent.incomesum?indent.incomesum:0)+''}}<text>元</text></view><view class="user_tit">累计收入金额</view></view><view data-event-opts="{{[['tap',[['myOrders']]]]}}" class="box" bindtap="__e"><view class="user_name"><u-section vue-id="6ff7721c-4" title="订单统计" right="{{false}}" line-color="#009C66" bind:__l="__l"></u-section></view><view class="user_price">{{(indent.indentCount?indent.indentCount:0)+''}}<text>单</text></view><view class="user_tit">今日完成单量</view></view></view></view></block><view class="mylist"><block wx:for="{{mylist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{XCXIsSelect!='否'}}"><view data-event-opts="{{[['tap',[['bindmy',['$0'],[[['mylist','',index,'name']]]]]]]}}" class="list_box" bindtap="__e"><view class="list_left"><view class="list_img"><image src="{{item.image}}" mode="scaleToFill"></image></view><view class="list_name">{{item.name}}</view></view><view class="list_right"><block wx:if="{{item.messageCount}}"><view class="bott">{{item.messageCount}}</view></block><image src="../../static/my/icon_go.png"></image></view></view></block></block><block wx:for="{{datalist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{XCXIsSelect=='否'}}"><view data-event-opts="{{[['tap',[['bindmy',['$0'],[[['datalist','',index,'name']]]]]]]}}" class="list_box" bindtap="__e"><view class="list_left"><view class="list_img"><image src="{{item.image}}"></image></view><view class="list_name">{{item.name}}</view></view><view class="list_right"><image src="../../static/my/icon_go.png"></image></view></view></block></block></view></view>
|