parent
0ba8d19d1d
commit
e2c6391ac8
@ -1,73 +1,75 @@
|
|||||||
<wxs src="./filter.wxs" module="filter"></wxs>
|
<wxs src="./filter.wxs" module="filter"></wxs>
|
||||||
<van-dialog id="van-dialog" />
|
<van-dialog id="van-dialog" />
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<!-- <scroll-view scroll-x="true" style=" white-space: nowrap; display: flex"> -->
|
<!-- <scroll-view scroll-x="true" style=" white-space: nowrap; display: flex"> -->
|
||||||
<view class="add">
|
<view class="add">
|
||||||
<view wx:for="{{boxArr}}" wx:key="{{item.events_id}}" style="margin-left: 32rpx;width: 280rpx;">
|
<view wx:for="{{boxArr}}" wx:key="{{item.events_id}}" style="margin-left: 32rpx;width: 280rpx;">
|
||||||
<view class="add_box" bindtap="add" wx:if="{{item == undefined }}" data-index="{{index}}">
|
<view class="add_box" bindtap="add" wx:if="{{item == undefined }}" data-index="{{index}}">
|
||||||
<view class="heng"></view>
|
<view class="heng"></view>
|
||||||
<view class="shu"></view>
|
<view class="shu"></view>
|
||||||
<view class="event">添加主题{{tempLate[index]}}</view>
|
<view class="event">添加主题{{tempLate[index]}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="del_box" wx:else>
|
<view class="del_box" wx:else>
|
||||||
|
|
||||||
<view class="del_top">
|
<view class="del_top">
|
||||||
<view style="display:inline-block;margin-left:26rpx;" bindtap="switchTheme" data-index="{{index}}">
|
<view style="display:inline-block;margin-left:26rpx;" bindtap="switchTheme" data-index="{{index}}">
|
||||||
<van-icon name="sort" size="12px" color="white" />
|
<van-icon name="sort" size="12px" color="white" />
|
||||||
<text style="font-size: 24rpx; color: rgba(255, 255, 255, 1);">切换</text>
|
<text style="font-size: 24rpx; color: rgba(255, 255, 255, 1);">切换</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="display:inline-block;margin-left:32rpx;color: rgba(255, 255, 255, 1);">|</view>
|
<view style="display:inline-block;margin-left:32rpx;color: rgba(255, 255, 255, 1);">|</view>
|
||||||
<view style="display:inline-block;margin-left:36rpx;" bindtap="del" data-index="{{index}}">
|
<view style="display:inline-block;margin-left:36rpx;" bindtap="del" data-index="{{index}}">
|
||||||
<van-icon name="cross" size="12px" color="white" />
|
<van-icon name="cross" size="12px" color="white" />
|
||||||
<view style="margin-left: 2rpx; display: inline-block;"></view>
|
<view style="margin-left: 2rpx; display: inline-block;"></view>
|
||||||
<text style="font-size: 24rpx; color: rgba(255, 255, 255, 1);">删除</text>
|
<text style="font-size: 24rpx; color: rgba(255, 255, 255, 1);">删除</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="del_title">
|
<view class="del_title">
|
||||||
{{item.Name}}
|
{{item.Name}}
|
||||||
</view>
|
|
||||||
<view class="del_foot">
|
|
||||||
<text>主题</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="del_foot">
|
||||||
|
<text>主题</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<!-- </scroll-view> -->
|
<!-- </scroll-view> -->
|
||||||
<button class="btns" bindtap='startCp'>开始对比</button>
|
<button class="btns" bindtap='startCp'>开始对比</button>
|
||||||
<view class="event_recom">
|
<view class="event_recom">
|
||||||
<van-checkbox-group value="{{ result }}" bind:change="onChange">
|
<van-checkbox-group value="{{ result }}" bind:change="onChange">
|
||||||
<text style="font-size: 40rpx;font-weight: bolder;">主题推荐</text>
|
<text style="font-size: 40rpx;font-weight: bolder;">主题推荐</text>
|
||||||
<view class="event_card" wx:for="{{themeList}}" wx:key="idxa">
|
<view class="event_card" wx:for="{{themeList}}" wx:key="idxa">
|
||||||
<view class="card_head">
|
<view class="card_head">
|
||||||
<van-checkbox name="{{filter.stringify(item)}}" shape="square" class="van-checkbox"></van-checkbox>
|
<view>
|
||||||
<view style="display: inline-block; font-size: 24rpx;color: rgba(153, 153, 153, 1);margin-left:16rpx;">
|
<van-checkbox name="{{filter.stringify(item)}}" shape="square" class="van-checkbox"></van-checkbox>
|
||||||
{{item.AddTime}}
|
<view style="display: inline-block; font-size: 24rpx;color: rgba(153, 153, 153, 1);margin-left:16rpx;">
|
||||||
</view>
|
{{item.AddTime}}
|
||||||
<view class="tag"> 已完成</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="card_title">
|
<view class="tag"> 已完成</view>
|
||||||
<text>{{item.Name}}</text>
|
</view>
|
||||||
</view>
|
<view class="card_title">
|
||||||
<view class="card_label" style="margin-top: 32rpx;">
|
<text>{{item.Name}}</text>
|
||||||
<text style="color: rgba(153, 153, 153, 1);">相关报道(条)</text>
|
</view>
|
||||||
<text>{{item.ReportSum}}</text>
|
<view class="card_label" style="margin-top: 32rpx;">
|
||||||
</view>
|
<text style="color: rgba(153, 153, 153, 1);">相关报道(条)</text>
|
||||||
<view class="card_label" style="margin-top: 24rpx;">
|
<text>{{item.ReportSum}}</text>
|
||||||
<text style="color: rgba(153, 153, 153, 1);">开始时间</text>
|
</view>
|
||||||
<text>{{item.StartTime}}</text>
|
<view class="card_label" style="margin-top: 24rpx;">
|
||||||
</view>
|
<text style="color: rgba(153, 153, 153, 1);">开始时间</text>
|
||||||
<view class="card_label" style="margin-top: 24rpx;">
|
<text>{{item.StartTime}}</text>
|
||||||
<text style="color: rgba(153, 153, 153, 1);">结束时间</text>
|
</view>
|
||||||
<text>{{item.EndTime}}</text>
|
<view class="card_label" style="margin-top: 24rpx;">
|
||||||
</view>
|
<text style="color: rgba(153, 153, 153, 1);">结束时间</text>
|
||||||
<!-- <view class="card_label" style="margin-top: 24rpx;">
|
<text>{{item.EndTime}}</text>
|
||||||
|
</view>
|
||||||
|
<!-- <view class="card_label" style="margin-top: 24rpx;">
|
||||||
<text style="color: rgba(153, 153, 153, 1);">传播周期(条)</text>
|
<text style="color: rgba(153, 153, 153, 1);">传播周期(条)</text>
|
||||||
<text>{{item.events_influence}}</text>
|
<text>{{item.events_influence}}</text>
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</van-checkbox-group>
|
</van-checkbox-group>
|
||||||
</view>
|
</view>
|
||||||
<van-popup show="{{ show }}" position="bottom" custom-style="height: 70%;" bind:close="onClose" />
|
<van-popup show="{{ show }}" position="bottom" custom-style="height: 70%;" bind:close="onClose" />
|
||||||
</view>
|
</view>
|
Loading…
Reference in new issue