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.
97 lines
5.4 KiB
97 lines
5.4 KiB
5 years ago
|
<!-- miniprogram/subpages/partyInteract/pages/partyInteractIndex/partyInteractIndex.wxml -->
|
||
|
<view class="box">
|
||
|
<!-- 头部tab cover-view -->
|
||
|
<cover-view class="fixed">
|
||
|
<cover-view class="pick_tab_box">
|
||
|
<cover-view class="item" bind:tap="trigger" data-index="党员平台参与">
|
||
|
<cover-view class='{{currentTab == 0 ? "tab_active" : ""}} tabItem'>
|
||
|
党员平台参与
|
||
|
</cover-view>
|
||
|
<cover-view class="line" wx:if="{{currentTab === 0}}"></cover-view>
|
||
|
</cover-view>
|
||
|
<cover-view class="item" bind:tap="trigger" data-index="党员声音参与">
|
||
|
<cover-view class='{{currentTab == 1 ? "tab_active" : ""}} tabItem'>
|
||
|
党员声音参与
|
||
|
</cover-view>
|
||
|
<cover-view class="line" wx:if="{{currentTab === 1}}"></cover-view>
|
||
|
</cover-view>
|
||
|
<cover-view class="item" bind:tap="trigger" data-index="党员议事参与">
|
||
|
<cover-view class='{{currentTab == 2 ? "tab_active" : ""}} tabItem'>
|
||
|
党员议事参与
|
||
|
</cover-view>
|
||
|
<cover-view class="line" wx:if="{{currentTab === 2}}"></cover-view>
|
||
|
</cover-view>
|
||
|
<cover-view class="item" bind:tap="trigger" data-index="党员群团带动">
|
||
|
<cover-view class='{{currentTab == 3 ? "tab_active" : ""}} tabItem'>
|
||
|
党员群团带动
|
||
|
</cover-view>
|
||
|
<cover-view class="line" wx:if="{{currentTab === 3}}"></cover-view>
|
||
|
</cover-view>
|
||
|
</cover-view>
|
||
|
</cover-view>
|
||
|
<view class="none"></view>
|
||
|
<!-- 下拉框 -->
|
||
|
<view class="seleted" style="margin-top: {{visible ? '81rpx': ''}}">
|
||
|
<view class="search-bar">
|
||
|
<view class="condition" bindtap="showCondition">
|
||
|
<view class="select-condition">{{choosedCondition.title}}</view>
|
||
|
<view class="trigger {{ conditionVisible ? 'reverse' : ''}}"></view>
|
||
|
<cover-view class="option-list" style="height: {{conditionVisible ? '240rpx': '0'}}">
|
||
|
<cover-view bindtap="onChnageCondition" data-id="{{item.id}}" class="list-item" wx:for="{{conditionList}}" wx:key="index" wx:for-index="index">
|
||
|
<cover-view class="title">{{item.title}}</cover-view>
|
||
|
<cover-view class="title" wx:if="{{item.select}}">√</cover-view>
|
||
|
</cover-view>
|
||
|
</cover-view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="caseTotal">
|
||
|
<text class="num">党员总人数</text>
|
||
|
<text class="num num1">{{partyTotal}}</text>
|
||
|
<!-- 弹框 -->
|
||
|
<wux-popover visible="{{ visible }}" controlled placement="right" bind:change="onChange">
|
||
|
<image src="../../images/explain.png" class="explain" bind:tap="hide" />
|
||
|
<view slot="content" bind:tap="hide" class="pop-content">
|
||
|
<view class="pop-box">
|
||
|
<view class="pop-title">
|
||
|
<view style="height:42rpx">
|
||
|
<view class="pop-header float">平台用户数</view>
|
||
|
<image src="../../images/close.png" class="cover-img" bindtap="hide"></image>
|
||
|
</view>
|
||
|
<view class="pop-content">
|
||
|
是注册的所有用户数总数,注册居民+注册党员,人数去重,同一用户(居民+党员)多网格不重
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="pop-title">
|
||
|
<view class="pop-header">党员总人数</view>
|
||
|
<view class="pop-content">
|
||
|
是注册的所有用户数总数,注册居民+注册党员,人数去重,同一用户(居民+党员)多网格不重
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="pop-title">
|
||
|
<view class="pop-header">占比平台总用户数</view>
|
||
|
<view class="pop-content">党员注册总人数占比平台总注册用户数</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</wux-popover>
|
||
|
<text class="time">数据更新至 {{deadline}}</text>
|
||
|
<view class="percent">
|
||
|
<text>占平台总用户数</text>
|
||
|
<text class="percent-text2">{{partyPercent}}%</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<!-- echarts -->
|
||
|
<!-- 党员参数人数 -->
|
||
|
<part-poeple pepopleList="{{pepopleList}}" peopleLeft="{{peopleLeft}}" peopleright="{{peopleright}}" peopleColorData="{{peopleColorData}}" peopleColorData2="{{peopleColorData2}}"></part-poeple>
|
||
|
<!-- 党员互动参与趋势 -->
|
||
|
<participation deptid="{{deptid}}"></participation>
|
||
|
<!-- 党员参与占比分析 -->
|
||
|
<participationPercent deptid="{{deptid}}"></participationPercent>
|
||
|
<!-- 党建声音参与情况 -->
|
||
|
<participationVoice class="participationVoice"></participationVoice>
|
||
|
<!-- 党员亮身份参与议事情况 -->
|
||
|
<participationStatus class="participationStatus" deptid="{{deptid}}"></participationStatus>
|
||
|
<!-- 党员群团带动情况 -->
|
||
|
<participationActivety class="participationActivety"></participationActivety>
|
||
|
</view>
|