91 lines
4.0 KiB
Plaintext
91 lines
4.0 KiB
Plaintext
<view class="container img-top-cover" style="background-image:url({{imgUrl}}storedata/theme.png);">
|
|
<view class="text-center pt20 pb40 pl30 pr30 fn-clear">
|
|
<view class="fn-fl bg-fff-op20 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750">
|
|
<picker mode="multiSelector" bindchange="changeArea" bindcolumnchange="columnChangeArea" value="{{areaIndex}}" range="{{areaArr}}" range-key="name">
|
|
<view>
|
|
<text>{{area_list[areaIndex[0]].name}}-{{area_list[areaIndex[0]].children[areaIndex[1]].name}}</text>
|
|
<i class="iconfont ml5 icon-xuanze"></i>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="fn-fr bg-fff-op20 pt5 pb5 pl20 pr20 font-22 color-fff ulib-r750">
|
|
<picker class="inline-block" mode="date" value="{{s_date}}" end="{{current_date}}" bindchange="changeDate" data-type="s_date">
|
|
<view>
|
|
<text>{{s_date}}</text>
|
|
<i class="iconfont ml5 icon-xuanze"></i>
|
|
</view>
|
|
</picker>
|
|
<text class="pl10 pr10">至</text>
|
|
<picker class="inline-block" mode="date" value="{{e_date}}" end="{{current_date}}" bindchange="changeDate" data-type="e_date">
|
|
<view>
|
|
<text>{{e_date}}</text>
|
|
<i class="iconfont ml5 icon-xuanze"></i>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="mt10 mb40 pl30 pr30 fn-flex text-center color-fff">
|
|
<block wx:for='{{tabs}}' wx:key='index'>
|
|
<view class="fn-flex-item" bindtap="pushLink" data-url="{{item.url}}&province_id={{province_id}}&city_id={{city_id}}&s_date={{s_date}}&e_date={{e_date}}¤t_date={{current_date}}">
|
|
<view class="inline-block text-left">
|
|
<view class="text-center">
|
|
<text class="font-40">{{item.value_1}}</text>
|
|
</view>
|
|
<view class="pt10 pl20 font-22">
|
|
<text>{{item.title}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
|
|
<view class="mb30 pl30 pr30">
|
|
<view class="relative inner30 pb60 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
|
<view class="mt50 mb20 relative height-400 z-index-0">
|
|
<view class="absolute wp100 height-400" wx:if="{{showFunnelChart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecFunnel }}"></ec-canvas>
|
|
</view>
|
|
</view>
|
|
<view class="absolute left-0 bottom-0 mb40 wp100 text-center font-22 color-999">注:时间跨度越大越具参考性</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="mb30 pl30 pr30">
|
|
<view class="inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
|
<view class="relative">
|
|
<view class="font-36">{{linetitle}}</view>
|
|
<picker class="absolute right-0 box-middle" bindchange="changeDays" value="{{daysIndex}}" range="{{daysArray}}">
|
|
<view class="pt10 pb10 pl20 pr20 bg-f6 ulib-r10 font-22">
|
|
<text>{{daysArray[daysIndex]}}</text>
|
|
<i class="iconfont ml10 icon-xiala color-999"></i>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="mt50 mb20 relative height-500 z-index-0">
|
|
<view class="absolute wp100 height-500" wx:if="{{showLineChart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecLine }}"></ec-canvas>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<!-- <lcb-footer></lcb-footer> -->
|
|
<lcb-channelTabBarNav currentIndex='1'></lcb-channelTabBarNav>
|
|
|
|
<lcb-msg isShow="{{isShowTip}}">
|
|
<view slot="content">
|
|
<view class="inner40 pt50 pb50 line-height-18 font-26 color-666" style="width:520rpx;">
|
|
<view class="text-center">
|
|
<text wx:if="{{tipIndex==0}}">发生在时间周期内的\n [客户建档] / [客户进店] </text>
|
|
<text wx:elif="{{tipIndex==1}}">发生在时间周期内的\n [微信添加] </text>
|
|
<text wx:elif="{{tipIndex==2}}">发生在时间周期内的\n [下定订单] </text>
|
|
</view>
|
|
</view>
|
|
<view class="bts-1-eb text-center font-32 color-666">
|
|
<view class="pt25 pb25 color-36afa2" bindtap="optShowTip">知道了</view>
|
|
</view>
|
|
</view>
|
|
</lcb-msg> |