|
|
|
@ -13,12 +13,12 @@
|
|
|
|
|
<van-dropdown-menu>
|
|
|
|
|
<van-dropdown-item id="allSource" title="全部渠道">
|
|
|
|
|
<view style="margin: 24rpx">
|
|
|
|
|
<van-checkbox-group value="{{ allQuDao }}" bind:change="selectQdall">
|
|
|
|
|
<van-checkbox-group value="{{ allQuDao }}" bind:change="selectQdall">
|
|
|
|
|
<van-checkbox name="0" shape="square">
|
|
|
|
|
<view style="margin: 12rpx">全部</view>
|
|
|
|
|
</van-checkbox>
|
|
|
|
|
</van-checkbox-group>
|
|
|
|
|
<van-checkbox-group value="{{ sQuDao }}" bind:change="changeSource">
|
|
|
|
|
<van-checkbox-group value="{{ sQuDao }}" bind:change="changeSource">
|
|
|
|
|
<van-checkbox wx:for="{{affList}}" wx:key="key" name="{{item.key}}" shape="square">
|
|
|
|
|
<view style="margin: 12rpx">{{item.value}}</view>
|
|
|
|
|
</van-checkbox>
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
</van-dropdown-item>
|
|
|
|
|
<van-dropdown-item id="allAff" title="全部调性">
|
|
|
|
|
<view style="margin: 24rpx">
|
|
|
|
|
<van-checkbox-group value="{{ allQingGan }}" bind:change="selectQgall">
|
|
|
|
|
<van-checkbox-group value="{{ allQingGan }}" bind:change="selectQgall">
|
|
|
|
|
<van-checkbox name="0" shape="square">
|
|
|
|
|
<view style="margin: 12rpx">全部</view>
|
|
|
|
|
</van-checkbox>
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</van-dropdown-item>
|
|
|
|
|
<van-dropdown-item id="sort" title="时间范围">
|
|
|
|
|
<view>
|
|
|
|
|
<view>
|
|
|
|
|
<van-cell title="选择开始时间" is-link value="{{ sStartTime }}" bind:click="onDisplayStart" />
|
|
|
|
|
<van-cell title="选择结束时间" is-link value="{{ sEndTime }}" bind:click="onDisplayEnd" />
|
|
|
|
|
<van-popup show="{{ show1 }}" position="bottom">
|
|
|
|
@ -80,27 +80,29 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tdl-content">
|
|
|
|
|
<van-checkbox-group value="{{ result }}" bind:change="onChange">
|
|
|
|
|
<view class="tdl-item" wx:for="{{dataList}}" wx:key="index" name="{{item}}">
|
|
|
|
|
<view class="top-time">
|
|
|
|
|
<van-checkbox name="{{item._id}}" shape="square" class="van-checkbox"></van-checkbox>
|
|
|
|
|
<view class="top-time-item">{{item._source.sourcetime}}</view>
|
|
|
|
|
<view style="line-height: 12rpx;">
|
|
|
|
|
<van-tag wx:if="{{item._source.crisis == 1}}" color="#FFE9A8" text-color="#FFBF00">低级危机</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.crisis == 2}}" color="#FFDFCF" text-color="#FF6E25">中级危机</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.crisis == 3}}" color="#FFF0F1" text-color="#FF4852">高级危机</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.affections == 1}}" color="#F0F8FF" text-color="#0084FF">正面</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.affections == 3}}" color="#FFFBF0" text-color="#FDCD42">中性</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.affections == 2}}" color="#FFF0F1" text-color="#FF4852">负面</van-tag>
|
|
|
|
|
<view class="tdl-item" wx:for="{{dataList}}" wx:key="index" name="{{item}}">
|
|
|
|
|
<view class="top-time">
|
|
|
|
|
<view style="display: flex;width: 200px;">
|
|
|
|
|
<van-checkbox name="{{item._id}}" shape="square" class="van-checkbox"></van-checkbox>
|
|
|
|
|
<view class="top-time-item">{{item._source.sourcetime}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="line-height: 12rpx;">
|
|
|
|
|
<van-tag wx:if="{{item._source.crisis == 1}}" color="#FFE9A8" text-color="#FFBF00">低级危机</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.crisis == 2}}" color="#FFDFCF" text-color="#FF6E25">中级危机</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.crisis == 3}}" color="#FFF0F1" text-color="#FF4852">高级危机</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.affections == 1}}" color="#F0F8FF" text-color="#0084FF">正面</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.affections == 3}}" color="#FFFBF0" text-color="#FDCD42">中性</van-tag>
|
|
|
|
|
<van-tag wx:if="{{item._source.affections == 2}}" color="#FFF0F1" text-color="#FF4852">负面</van-tag>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="middle-title" data-id='{{item}}' bindtap="toEventDetail" style="margin-top: 16rpx;">
|
|
|
|
|
{{item._source.title}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bottom-source">
|
|
|
|
|
<view>来源:{{item._source.source}}</view>
|
|
|
|
|
<view style="margin-left: 64rpx;">作者:{{item._source.user_author}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="middle-title" data-id='{{item}}' bindtap="toEventDetail" style="margin-top: 16rpx;">
|
|
|
|
|
{{item._source.title}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bottom-source">
|
|
|
|
|
<view>来源:{{item._source.source}}</view>
|
|
|
|
|
<view style="margin-left: 64rpx;">作者:{{item._source.user_author}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</van-checkbox-group>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tdl-footer" style="display: flex;justify-content: space-between;">
|
|
|
|
|