66 lines
3.0 KiB
Plaintext
66 lines
3.0 KiB
Plaintext
<view class="container img-top-cover" style="background-image:url({{imgUrl}}storedata/theme.png);">
|
|
<view class="text-center pt30 pb30">
|
|
<view class="inline-block 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="mb30 pl30 pr30">
|
|
<view class="inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
|
|
<view class="relative">
|
|
<view class="font-36">{{Pie1title}}</view>
|
|
</view>
|
|
<lcb-listmore isNoData='{{pie1noData}}' noDataMsg='暂无数据'></lcb-listmore>
|
|
<view class="mt50 mb20 relative height-400 z-index-0" wx:if="{{!pie1noData}}">
|
|
<view class="absolute wp100 height-400" wx:if="{{showPie1Chart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecPie1 }}"></ec-canvas>
|
|
</view>
|
|
<view class="absolute left-0 bottom-0 right-0 text-center font-22 color-888">{{pie1Bottom}}</view>
|
|
</view>
|
|
<view class="text-center font-22 color-f9394d" wx:if='{{!pie1noData}}'>点击分类卡片查看具体数据</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">{{Pie2title}}</view>
|
|
</view>
|
|
<lcb-listmore isNoData='{{pie2noData}}' noDataMsg='暂无数据'></lcb-listmore>
|
|
<view class="mt50 mb20 relative height-400 z-index-0" wx:if="{{!pie2noData}}">
|
|
<view class="absolute wp100 height-400" wx:if="{{showPie2Chart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecPie2 }}"></ec-canvas>
|
|
</view>
|
|
<view class="absolute left-0 bottom-0 right-0 text-center font-22 color-888">{{pie2Bottom}}</view>
|
|
</view>
|
|
<view class="text-center font-22 color-f9394d" wx:if='{{!pie2noData}}'>点击分类卡片查看具体数据</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">{{Bartitle}}</view>
|
|
</view>
|
|
<view class="mt50 mb20 relative z-index-0" style="height:{{Barheight}}rpx;">
|
|
<view class="absolute wp100" style="height:{{Barheight}}rpx;" wx:if="{{showBarChart}}">
|
|
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecBar }}"></ec-canvas>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<lcb-footer></lcb-footer> |