123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <view>
- <view class="groupCenter">
- <view class="basicInform">
- <view class="user-avatar">
- <image class="userAvatarUrl" src="{{member_info.avatar}}"></image>
- </view>
- <view class="userInfo">
- <view class="user-name">
- <text>{{community_info.head_name}}</text>
- <view bindtap="goEdit" class="edit-name">
- <image class="icon-edit" src="../../images/icon-edit.png"></image>
- <text>编辑</text>
- </view>
- </view>
- <view class="userId">
- <text>ID:{{community_info.re_id}}</text>
- <view bindtap="goScan" class="scan-code">
- <image class="icon-scan" src="../../images/scan.png"></image>
- </view>
- </view>
- <view class="address">
- <text>绑定{{groupInfo.group_name}}:{{community_info.community_name}}</text>
- </view>
- </view>
- </view>
- <view class="distributionCon">
- <view class="distribution">
- <view class="myDistribution">
- <text>{{groupInfo.owner_name}}概况</text>
- </view>
- <view class="incomeCon">
- <view class="income">
- <text class="incomeTop">{{commission_info.mix_total_money}}</text>
- <text class="incomeBottom">总收入(元)</text>
- </view>
- <view class="income">
- <text class="incomeTop">{{total_order_count}}</text>
- <text class="incomeBottom">总订单</text>
- </view>
- <view class="income" bindtap='goLink' data-url='/lionfish_comshop/pages/groupCenter/memberList'>
- <text class="incomeTop">{{total_member_count}}</text>
- <text class="incomeBottom">会员数</text>
- </view>
- </view>
- </view>
- </view>
- <view class="effectData">
- <view class="effect">
- <view class="myEffect">
- <text>今日详情</text>
- </view>
- <view class="incomeCon">
- <view class="income">
- <text class="incomeTop">{{today_order_count}}</text>
- <view class="incomeBottom" data-type="1">
- <text>订单总数</text>
- </view>
- </view>
- <view class="income">
- <text class="incomeTop">{{today_effect_order_count}}</text>
- <view class="incomeBottom" data-type="2">
- <text>有效订单</text>
- </view>
- </view>
- <view class="income">
- <text class="incomeTop">{{today_pay_order_count}}</text>
- <view class="incomeBottom" data-type="3">
- <text>付款人数</text>
- </view>
- </view>
- <view class="income">
- <text class="incomeTop">{{today_pre_total_money}}</text>
- <view class="incomeBottom" data-type="3">
- <text>预估收入</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="groupCenterCon">
- <view class="order" wx:if="{{isShow}}">
- <view class="myOrders">
- <text>我的团单</text>
- <view bindtap="goOrder" class="allGroupOrder" data-status="0">
- <text>查看全部</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </view>
- <view class="orderTab">
- <view bindtap="goOrder" class="order_status" data-status="1">
- <text class="num" wx:if="{{waitSendNum!=0}}">{{waitSendNum}}</text>
- <image class="distributionIcon" src="../../images/distributionIcon-order.png"></image>
- <text>待配送</text>
- </view>
- <view bindtap="goOrder" class="order_status" data-status="2">
- <text class="num" wx:if="{{waitSignNum!=0}}">{{waitSignNum}}</text>
- <image class="receiveIcon" src="../../images/receiveIcon-order.png"></image>
- <text>待签收</text>
- </view>
- <view bindtap="goOrder" class="order_status" data-status="3">
- <text class="num" wx:if="{{waitPickNum!=0}}">{{waitPickNum}}</text>
- <image class="needPickIcon" src="../../images/needPickIcon-order.png"></image>
- <text>待提货</text>
- </view>
- <view bindtap="goOrder" class="order_status" data-status="4">
- <text class="num" wx:if="{{completeNum!=0}}">{{completeNum}}</text>
- <image class="completeIcon" src="../../images/completeIcon-order.png"></image>
- <text>已完成</text>
- </view>
- </view>
- </view>
- <view class="record">
- <navigator hoverClass="none" url="/lionfish_comshop/pages/groupCenter/communityMembers" wx:if="{{isShow}}">
- <view class="recordList">
- <text class="recordListTit">{{groupInfo.group_name}}用户</text>
- <view class="rightText">待核销 <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image></view>
- </view>
- </navigator>
- <navigator hoverClass="none" url="/lionfish_comshop/pages/groupCenter/distributionList">
- <view class="recordList">
- <text class="recordListTit">分销记录</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </navigator>
- <navigator hoverClass="none" url="/lionfish_comshop/pages/groupCenter/wallet">
- <view class="recordList">
- <text class="recordListTit">我的钱包</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </navigator>
- <navigator style="display:none;" hoverClass="none" url="/lionfish_comshop/pages/groupCenter/settlementList">
- <view class="recordList borNone">
- <text class="recordListTit">结算记录</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </navigator>
- <navigator hoverClass="none" url="/lionfish_comshop/pages/groupCenter/list">
- <view class="recordList">
- <text class="recordListTit">清单列表</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </navigator>
- <navigator hoverClass="none" url="/lionfish_comshop/pages/groupCenter/closure" wx:if="{{open_community_addhexiaomember==1}}">
- <view class="recordList">
- <text class="recordListTit">核销管理</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </navigator>
- <navigator hoverClass="none" url="/lionfish_comshop/pages/groupCenter/gruopInfo" wx:if="{{open_community_head_leve>0}}">
- <view class="recordList borNone">
- <text class="recordListTit">{{groupInfo.owner_name}}分销</text>
- <image class="rightArrowImg" src="../../images/rightArrowImg.png"></image>
- </view>
- </navigator>
- </view>
- <navigator class="distributionInstr" style="display:none;" hoverClass="none" url="/lionfish_comshop/pages/groupCenter/distributionInstruct">
- <view class="disInstr">
- <image class="distributionInstrIcon" src="../../images/question.png"></image>
- <text>分销说明</text>
- </view>
- </navigator>
- </view>
- </view>
- <view bindtap="confirmMessage" class="hide-dialog" wx:if="{{dialogShow}}"></view>
- <view class="dialog-tips" wx:if="{{dialogShow}}">
- <view class="dialog-title">
- <text>{{explainTitle}}</text>
- </view>
- <view class="dialog-content">
- <text>{{explainContent}}</text>
- </view>
- <button bindtap="confirmMessage" class="dialog-btn">
- <text>我知道了</text>
- </button>
- </view>
- </view>
|