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.
61 lines
3.4 KiB
61 lines
3.4 KiB
2 years ago
|
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
|
||
|
<image class="header-bg" src="../../images/main/home_top.png" mode="widthFix" />
|
||
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
||
|
首页
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="bgw">
|
||
|
<view class="gridouter">
|
||
|
<view class="grid">
|
||
|
<image src="../../images/main/home01.png" />
|
||
|
<view>红帆支队</view>
|
||
|
</view>
|
||
|
<view class="grid">
|
||
|
<image src="../../images/main/home02.png" />
|
||
|
<view>骑士驿站</view>
|
||
|
</view>
|
||
|
<view class="grid">
|
||
|
<image src="../../images/main/home03.png" />
|
||
|
<view>红色网格员</view>
|
||
|
</view>
|
||
|
<view class="grid">
|
||
|
<image src="../../images/main/home04.png" />
|
||
|
<view>西海岸先锋</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px">
|
||
|
|
||
|
<!-- <view class="belong-grid">
|
||
|
<image class="belong-grid-bg" src="../../images/home/home-grid-bg.png" />
|
||
|
<view class="newbelong-grid">
|
||
|
<view class="grid" bindtap="changeGrid">
|
||
|
<image class="party-logo" src="../../images/home/dang_logo.png" />
|
||
|
<view class="grid-name">{{departmentName}}</view>
|
||
|
<image class="more-grid" src="../../images/home/right-sword.png" />
|
||
|
</view>
|
||
|
<view class="signin-btn" bindtap="toSignIn">
|
||
|
<image src="../../images/home/signin.png" wx:if="{{isSignUp == 0}}" />
|
||
|
<image src="../../images/home/signined.png" wx:else />
|
||
|
</view>
|
||
|
</view>
|
||
|
</view> -->
|
||
|
<!-- banner列表 -->
|
||
|
<!-- <banner bind:navigatetoBannerDetail="navigatetoBannerDetail" bannerList="{{bannerList}}"></banner> -->
|
||
|
<!-- sudoku九宫格 -->
|
||
|
<!-- <sudoku sudokuState="{{sudokuState}}" userInfo="{{userInfo}}" bind:navigateToDemand="navigateToDemand" bind:navigateToTripReport="navigateToTripReport" bind:navigateToPartyMasses="navigateToPartyMasses" bind:navigateToQuestionnaire="navigateToQuestionnaire" bind:navigateToServiceGuide="navigateToServiceGuide" bind:navigatetoPartyElegant="navigatetoPartyElegant" bind:navigatetoUnionBuild="navigatetoUnionBuild" bind:navigateToAnytimeSay="navigateToAnytimeSay" bind:navigateToAnytimeSay_cc="navigateToAnytimeSay_cc" bind:navigateToAddIssue="navigateToAddIssue" bind:navigatetoConsultion="navigatetoConsultion" bind:navigateToNotice="navigateToNotice" bind:navigatetoAppraise="navigatetoAppraise"></sudoku> -->
|
||
|
<!-- 消息列表 -->
|
||
|
<notice bind:navigateToInfoList="navigateToInfoList" infoList="{{infoList}}" unreadnum="{{unReadNum}}"></notice>
|
||
|
<!-- 项目列表 -->
|
||
|
<project bind:navigatetoItemDetail="navigatetoItemDetail" projectList="{{projectList}}"></project>
|
||
|
<!-- 新闻列表 -->
|
||
|
<news-list newsList="{{newsList}}" bind:navigatetoNewsDetail="navigatetoNewsDetail"></news-list>
|
||
|
<!-- 加载更多提示 -->
|
||
|
<load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more>
|
||
|
<!-- 完善过信息提示框 -->
|
||
|
<complete-info-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"></complete-info-dialog>
|
||
|
</view>
|
||
|
<!-- 签到后提醒 -->
|
||
|
<wux-popup visible="{{visible}}" title="{{signCode === 0 ? '签到成功' : '签到失败'}}" content="{{signMsg}}" bind:close="onClose">
|
||
|
<view slot="footer" class="popup__button" bindtap="onClose">确定</view>
|
||
|
</wux-popup>
|