客户统计
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const env = "d";
|
||||
const env = "p";
|
||||
|
||||
const version = 1,
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="font-36">客户跟进事项</view>
|
||||
<view class="font-36">客户跟进</view>
|
||||
<view class="fn-flex pt20 pb20 color-fff">
|
||||
<view class="fn-flex-item relative mr15 pt25 pb25 pl110 bg-1c89fd-8058fe ulib-r10" bindtap="pushLink" data-url="/pages/customer/filterList/index?iscall=0&title=待跟进客户" >
|
||||
<i class="absolute left-0 box-middle ml35 iconfont icon-qianke font-60"></i>
|
||||
@@ -85,11 +85,11 @@
|
||||
</view>
|
||||
<view class="relative mt10 mb40 bg-2f3346-1a1c26 ulib-r10">
|
||||
<view class="inner30">
|
||||
<view class="bg-999 inner6 ulib-r750 text-center font-28 color-575b6a fn-flex">
|
||||
<view class="relative bg-999 inner6 ulib-r750 text-center font-28 color-575b6a fn-flex">
|
||||
<block wx:for="{{levelSt}}" wx:key='index'>
|
||||
<view class="{{levelStIndex == index?'bg-fff':''}} fn-flex-item pt5 pb5 ulib-r750" bindtap="changeTab" data-index="{{index}}">{{item.title}}</view>
|
||||
<view class="relative fn-flex-item pt5 pb5 z-index-1 ulib-r750" bindtap="changeTab" data-index="{{index}}">{{item.title}}</view>
|
||||
</block>
|
||||
|
||||
<view class="glider glider-{{levelStIndex}}"></view>
|
||||
</view>
|
||||
<view class="fn-flex pt20 text-center color-fff">
|
||||
<block wx:for="{{levelSt[levelStIndex].list}}" wx:key='index'>
|
||||
@@ -115,7 +115,7 @@
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt20 font-36">订单代办事项</view>
|
||||
<view class="mt20 font-36">订单待办</view>
|
||||
<view class="fn-flex fn-flex-wrap pt30 pb10">
|
||||
<block wx:for="{{deallist}}" wx:key='index'>
|
||||
<view class="wp33 relative pl80 pt20 pb20 {{index>2?'bts-1-eb':''}} {{index%3==2?'':'brs-1-eb'}}" bindtap="pushLink" data-url="{{item.page}}">
|
||||
|
||||
@@ -11,4 +11,7 @@
|
||||
|
||||
.peg-tip{top:-7rpx;}
|
||||
|
||||
.glider{position:absolute; border-radius:9px; height:18px; background:#3da35a; z-index:1; transition:0.25s ease-out; }
|
||||
.glider{position:absolute;width:32.5%;height:46rpx;background:#fff;z-index:0;transition:0.25s ease-out;border-radius:750rpx;}
|
||||
.glider-0{transform:translatex(0%);}
|
||||
.glider-1{transform:translatex(100%);}
|
||||
.glider-2{transform:translatex(200%);}
|
||||
|
||||
Reference in New Issue
Block a user