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.
19 lines
757 B
19 lines
757 B
5 years ago
|
<!-- subpages/partyInteract/pages/partyInteractIndex/components/participationPercent/participationPercent.wxml -->
|
||
|
<!-- 党员参与占比分析 -->
|
||
|
<view class="part-people">
|
||
|
<view class="title-top">
|
||
|
<text class="num">党员参与占比分析</text>
|
||
|
</view>
|
||
|
<view class="echarts">
|
||
|
<ec-canvas id="mychart-voiceAnalyze" canvas-id="mychart-bar" ec="{{ voiceAnalyzeEcA }}"></ec-canvas>
|
||
|
</view>
|
||
|
<view class="lenged">
|
||
|
<text class="circle"></text>
|
||
|
<text class="text1">平台参与人次</text>
|
||
|
<text class="circle background2"></text>
|
||
|
<text class="text1">党员参与人次</text>
|
||
|
<text class="circle background3"></text>
|
||
|
<text class="text1">百分比</text>
|
||
|
</view>
|
||
|
</view>
|