123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <wxs src='../../../utils/format.wxs' module="utils"></wxs>
- <view>
- <image src="/static/images/csr.png"
- style="width: 70px;height: 70px;position: fixed;z-index: 9;top: 800rpx;right: 20rpx;"></image>
- <contact-button class="csr" type="default-dark"
- style="opacity: 0;position: fixed;z-index: 99999;right: 16rpx; width: 100rpx;height: 100rpx;top:826rpx"
- session-from="weapp" size="27">
- </contact-button>
- </view>
- <view>
- <!-- 用户信息 -->
- <view class="user-info">
- <image class="user-img" src="{{homeInfo.workerInfo.headPic}}" mode="aspectFill"></image>
- <view class="user-right">
- <view class="user-name">
- <view> {{homeInfo.workerInfo.workerName}} {{homeInfo.workerInfo.gender}}</view>
- <view class="job-year">在线时长 {{homeInfo.onPositionYear}}年</view>
- </view>
- <view class="city-station">
- {{homeInfo.workerInfo.cityName}} {{homeInfo.workerInfo.postStation}} {{homeInfo.workerInfo.station}}
- </view>
- <view class="user-bottom">
- <view class="user-tag" >
- <block wx:if="{{labelName.length>0}}">
- <view wx:for="{{labelName}}" wx:key="index">{{item}}</view>
- <!-- <view>师傅</view> -->
- </block>
-
- </view>
- <view class="health" bindtap="goNucleicList">
- <image mode="aspectFit" src="https://jzmall.lifejingzhi.com/file/wx-servant/icon-jkdk.png"></image>
- <text>健康打卡</text>
- </view>
- </view>
- </view>
- </view>
- <!-- 模块 -->
- <view class="module-nav">
- <view class="nav-item" bindtap="getPerfect">
- <image mode="aspectFit" src="/static/images/upgrade/icon-wsxx.png" class="nav-img"></image>
- <view class="nav-text" >完善信息</view>
- </view>
- <view class="nav-item" bindtap='goBookIndex' data-route='/pages/mall/catalog/catalog' data-index='4' >
- <image mode="aspectFit" src="/static/images/upgrade/icon-wlsc.png" class="nav-img"></image>
- <view class="nav-text">物料商城</view>
- </view>
- <view class="nav-item" data-route='/pages/mall/order/order' data-index='1' bindtap='goBookIndex'>
- <image mode="aspectFit" src="/static/images/upgrade/icon-wldd.png" class="nav-img"></image>
- <view class="nav-text">物料订单</view>
- </view>
- <view class="nav-item" bindtap='goHouse'>
- <image mode="aspectFit" src="/static/images/upgrade/icon-wdzs.png" class="nav-img"></image>
- <view class="nav-text">我的住宿</view>
- </view>
- <view class="nav-item" bindtap='goLeave'>
- <image mode="aspectFit" src="/static/images/upgrade/icon-qj.png" class="nav-img"></image>
- <view class="nav-text">请
- 假</view>
- </view>
- </view>
- <!-- 消息中心 -->
- <view class="message-center">
- <view class="message-title">
- <view class="msg-title-left">
- <image src="/static/images/upgrade/icon-message.png"></image>
- <text class="title-text">消息中心</text>
- <view class="msg-num" wx:if="{{homeInfo.unReadSize>0}}">{{homeInfo.unReadSize}}</view>
- </view>
- <view class="msg-title-right" bindtap="goMessage">
- 查看明细>
- </view>
- </view>
- <view class="box-wrapper" wx:if="{{homeInfo.workerNotice.length>0}}">
- <image src="/static/images/upgrade/icon-alert.png" mode="aspectFit"></image>
- <view class="msg-box">
- <swiper class="swiper-container" vertical="true" autoplay="true" circular="true" interval="3000">
- <block wx:for="{{homeInfo.workerNotice}}" wx:key="index">
- <!-- 3 <navigator url="/pages/upgrade/messageLIST?title={{item.url}}" open-type="navigate"> --> <swiper-item> <view class="msg-item">
- <view class="content-wrapper">
- <view class="msg-content">{{item.content}}
- </view>
- </view>
- </view>
- </swiper-item>
- <!-- 7 </navigator> -->
- </block>
- </swiper>
- <!-- <view class="{{animate?'anim':''}}" >
- <view class="msg-item" wx:for="{{homeInfo.workerNotice}}" wx:key="index">
-
- <view class="content-wrapper">
- <view class="msg-content">{{item.content}}
- </view>
- <view> > </view>
- </view>
- </view>
- </view> -->
- </view>
- </view>
- </view>
- <!-- 复购看板 -->
- <view class="rebuy-board">
- <view class="rebuy-title">
- <view class="rebuy-title-left">
- <image src="/static/images/upgrade/icon-cart.png" mode="aspectFit"></image>
- <view>复购看板</view>
- </view>
- <view class="rebuy-week">
- <block>
- <image src="/static/images/upgrade/icon-arrow-left.png" mode="aspectFit" bindtap="lastWeek"></image>
- <view class="last-week" bindtap="lastWeek">上周</view>
- </block>
- <view class="current-week">{{currentWeek}}周</view>
- <block>
- <view class="next-week" bindtap="nextWeek">下周</view>
- <image src="/static/images/upgrade/icon-arrow-right.png" mode="aspectFit" bindtap="nextWeek"></image>
- </block>
-
- </view>
- </view>
- <!-- 推荐码 -->
- <view class="recommand-line">
- <view>推荐码</view>
- <view class="code" bindtap="copyNum">{{homeInfo.workerShareCode}}</view>
- <image src="/static/images/upgrade/icon-copy.png" mode="aspectFit" bindtap="copyNum" ></image>
- </view>
- <view class="rebuy-content">
- <!-- 复购单量 -->
- <view class="rebuy-orders">
- <view class="title">复购单量</view>
- <view class="single-block">
- <view>
- <text>{{myRebuyInfo.looseOrderRebuy}}</text>/{{myRebuyInfo.looseOrder}}
- </view>
- <view class="tag">散单</view>
- </view>
- <view class="cycle-block">
- <view>
- <text>{{myRebuyInfo.cycleOrderRebuy}}</text>/{{myRebuyInfo.cycleOrder}}
- </view>
- <view class="tag">周期复购</view>
- </view>
- </view>
- <!-- 复购指标 -->
- <view class=" rebuy-orders rebuy-goals">
- <view class="title">复购指标</view>
- <view class="single-block">
- <view>
- <text>{{utils.numRate(myRebuyInfo.looseOrderRebuyRate)}}</text>
- </view>
- <view class="mark-wrapper">
- <view class="tag">散单T+7</view>
- <view class="mark" wx:if="{{myRebuyInfo.looseOrderNoWarn!=''}}">距离合格 仅剩{{myRebuyInfo.looseOrderNoWarn}}单</view>
- </view>
-
- </view>
- <view class="cycle-block">
- <view>
- <text>{{utils.numRate(myRebuyInfo.cycleOrderRebuyRate)}}</text>
- </view>
- <view class="mark-wrapper">
- <view class="tag">周期T+30</view>
- <view class="mark" wx:if="{{myRebuyInfo.cycleOrderNoWarn!=''}}">距离合格 仅剩{{myRebuyInfo.cycleOrderNoWarn}}单</view>
- </view>
-
- </view>
- </view>
- </view>
- </view>
- <!-- 服务费记账本 -->
- <view class="sally-book" data-type="2" bindtap="goSalaryDetail">
- <view class="sally-title">
- <image src="/static/images/upgrade/icon-jzb.png"></image>
- <view class="middle">服务费记账本</view>
- <view class="sally-detail" data-type="1" catchtap="goSalaryDetail">查看明细> </view>
- </view>
- <view class="sally-content" >
- <text>本月服务费</text>
- <text class="sally-num">{{homeInfo.salary}} 元</text>
- </view>
- <view class="sally-history" >
- <text>历史累计</text>
- <text class="history-num">{{homeInfo.total}}元</text>
- </view>
- </view>
- <!-- 我的站长 -->
- <view class="my-leader">
- <view class="leader-title">
- <image src="/static/images/upgrade/icon-zz.png"></image>
- <text>我的站长</text>
- </view>
- <view class="leader-name">
- 高级站长 {{homeInfo.stationAdminName}}
- </view>
- <view class="call-wrapper">
- <view data-mobile="{{homeInfo.stationAdminTel}}" bindtap="makeCall">呼叫站长</view>
- <view data-mobile="021-61916016" bindtap="makeCall">呼叫客服</view>
- </view>
- </view>
- <!-- 退出登录 -->
- <view class="logout" bindtap="exitLogin">退出登录</view>
- </view>
|