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.
26 lines
1.1 KiB
26 lines
1.1 KiB
<!-- subpages/partyInteract/components/partInPeople/partInPeople.wxml -->
|
|
<view class="part-people">
|
|
<view class="title">
|
|
<text class="num">党员参与人数</text>
|
|
<text class="num1">{{pepopleList.partyDynamicTotal}}</text>
|
|
<view class="percent">
|
|
<text>占平台总用户数</text>
|
|
<text class="percent-text2">{{pepopleList.partyDynamicPercent*100}}%</text>
|
|
</view>
|
|
<view class="percent" id="block">
|
|
<text>占党员总数</text>
|
|
<text class="percent-text2">{{pepopleList.partyDynamicPartyPercent*100}}%</text>
|
|
</view>
|
|
</view>
|
|
<view class="echarts">
|
|
<ec-canvas id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ecA }}"></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>
|