|
|
@ -1,11 +1,11 @@ |
|
|
|
<wxs module="filter" src="../../utils/filter.wxs"></wxs> |
|
|
|
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> |
|
|
|
<image class="header-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-w6AJBH6AAAk6D4lsPc207.png" /> |
|
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">e锦水</view> |
|
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|
|
|
e锦水 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px"> |
|
|
|
|
|
|
|
<!-- 所属网格 --> |
|
|
|
<view class="belong-grid"> |
|
|
|
<image class="belong-grid-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-u6ATTx1AAEZrXGthow458.png" /> |
|
|
@ -33,7 +33,7 @@ |
|
|
|
<view class="banner"> |
|
|
|
<swiper circular="{{true}}" autoplay="{{true}}" interval="{{3000}}" current="{{currentIndex}}" bindchange="swiperChange"> |
|
|
|
<swiper-item wx:for="{{swiperBannerList}}" wx:key="index" wx:for-index="index" wx:for-item="item"> |
|
|
|
<view class="banner-item" data-id="{{item.id}}" data-url="{{item.url}}" data-newsflag="{{item.newsFlag}}" bindtap="navigatetoBannerDetail"> |
|
|
|
<view class="banner-item" data-id="{{item.id}}" data-url="{{item.url}}" data-newsflag="{{item.newsFlag}}" data-bannertype="{{item.bannerType}}" bindtap="navigatetoBannerDetail"> |
|
|
|
<image mode="aspectFill" class="banner-img" src="{{item.imgUrl}}" /> |
|
|
|
<view class="banner-content"> |
|
|
|
<view class="title"> |
|
|
@ -91,7 +91,6 @@ |
|
|
|
<!-- <image class="image2" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161AbyAfYVeAAAdNklNbvM579.png"></image> --> |
|
|
|
<!-- <text></text> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 我有话说 --> |
|
|
|
<view class="grid-all-new"> |
|
|
|
<button bindtap="wysy" class="weui-btn-left" form-type='submit' plain='true' hover-class="hover-btn" wx:if="{{departmentId == leaderGridId}}"> |
|
|
@ -162,8 +161,7 @@ |
|
|
|
<view class="list-all"> |
|
|
|
<view class="list-item" wx:for-index="index" wx:for-item="item" wx:key="index" wx:for="{{newsList}}" data-id="{{item.id}}" bindtap="toDetail"> |
|
|
|
<view class="item-info"> |
|
|
|
<view class="item-info-name">{{item.newsTitle}} |
|
|
|
</view> |
|
|
|
<view class="item-info-name">{{item.newsTitle}}</view> |
|
|
|
<view class="item-info-time"> |
|
|
|
<text>{{item.deptName}}-{{item.newsCategoryName}}</text> |
|
|
|
<text>{{filter.formatTime(item.newsStartTime, 'yyyy-MM-dd')}}</text> |
|
|
@ -179,26 +177,9 @@ |
|
|
|
<!-- 加载更多提示 --> |
|
|
|
<load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more> |
|
|
|
</view> |
|
|
|
|
|
|
|
<move-btn wx:if="{{sxjs.id}}" |
|
|
|
button-top="820" |
|
|
|
area-top="120" |
|
|
|
area-height="90%" |
|
|
|
img-url="{{sxjs.imgUrl}}" |
|
|
|
bindmovebtnCallBack="toSxjs"></move-btn> |
|
|
|
|
|
|
|
<move-btn wx:if="{{shouye.id}}" |
|
|
|
area-top="120" |
|
|
|
area-height="90%" |
|
|
|
button-top="1080" |
|
|
|
button-left="600" |
|
|
|
button-width="140" |
|
|
|
button-height="140" |
|
|
|
img-url="{{shouye.imgUrl}}" |
|
|
|
bindmovebtnCallBack="toShouye"></move-btn> |
|
|
|
|
|
|
|
<move-btn wx:if="{{sxjs.id}}" button-top="820" area-top="120" area-height="90%" img-url="{{sxjs.imgUrl}}" bindmovebtnCallBack="toSxjs"></move-btn> |
|
|
|
<move-btn wx:if="{{shouye.id}}" area-top="120" area-height="90%" button-top="1080" button-left="600" button-width="140" button-height="140" img-url="{{shouye.imgUrl}}" bindmovebtnCallBack="toShouye"></move-btn> |
|
|
|
<complete-info-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"></complete-info-dialog> |
|
|
|
|
|
|
|
<!-- 签到后提醒 --> |
|
|
|
<wux-popup visible="{{visible}}" title="{{signCode === 0 ? '签到成功' : '签到失败'}}" content="{{signMsg}}" bind:close="onClose"> |
|
|
|
<view slot="footer" class="popup__button" bindtap="onClose">确定</view> |
|
|
|