You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.7 KiB
64 lines
2.7 KiB
<scroll-view>
|
|
<view>
|
|
<!-- 时间组件 -->
|
|
<time-component></time-component>
|
|
<view class="brand">
|
|
<view class="text">性别</view>
|
|
<view class="statistical">
|
|
<view class="annotation">
|
|
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{sexOption}}" height="100%"></c-echars>
|
|
</view>
|
|
<view>
|
|
<view wx:for="{{dataList}}" wx:key="name" style="display: flex; justify-content:space-between;">
|
|
<view class="box">
|
|
<view class="img" style="background-color:{{item.color}};"></view>
|
|
<view class="answer">qwe</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="topic">数量</view>
|
|
<view class="answer">{{item.value}}</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="topic">占比</view>
|
|
<view class="answer">32%</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="brand">
|
|
<view class="text">认证</view>
|
|
<view class="statistical">
|
|
<view class="annotation">
|
|
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{sexOption}}" height="100%"></c-echars>
|
|
</view>
|
|
<view>
|
|
<view wx:for="{{dataList}}" wx:key="item" style="display: flex; justify-content:space-between;">
|
|
<view class="box">
|
|
<view class="topic">数量</view>
|
|
<view class="answer">{{item.value}}</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="topic">占比</view>
|
|
<view class="answer">32%</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="brand">
|
|
<view class="text">地区</view>
|
|
<view class="echars">
|
|
<view class="echars_view">
|
|
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{regionOption}}" height="100%"></c-echars>
|
|
</view>
|
|
<view class="echars_view">
|
|
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{regionOption}}" height="100%"></c-echars>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</scroll-view> |