| | |
| | | <u-swiper :list="bannerList" height="260rpx"></u-swiper>
|
| | | </view>
|
| | | <view class="">
|
| | | <u-grid :border="false" :col="liveList.length">
|
| | | <u-grid-item @click.native="navigatorPage(i.path)" v-for="(i,k) in liveList" :key="k">
|
| | | <u-icon :name="i.pictureImg" width="90rpx" height="90rpx"></u-icon>
|
| | | <text class="f-26 mt-20">{{i.name}}</text>
|
| | | </u-grid-item>
|
| | | </u-grid>
|
| | |
|
| | | <view class="section flex j-c-s-a a-i-c mt-40" v-if="isShowContact && curSelectSite.addressType == 1">
|
| | | <view class="section-item" v-for="(i,k) in contactList" :key="k" v-if="i.name">
|
| | | <image class="section-item-bg" :src="i.bgImg" mode="aspectFill"></image>
|
| | |
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | | <view class="block flex a-i-c j-c-s-b" v-if="roleType == 1">
|
| | | <view @click="scan" class="block-item">
|
| | | <image class="block-item-bg" src="/static/icon/nav-bg-04.png" mode="aspectFill" />
|
| | | <view class="block-item-box flex a-i-c ">
|
| | | <u-icon name="/static/icon/nav-05.png" width="65rpx" height="65rpx"></u-icon>
|
| | | <view class="item-text flex f-d-c j-c-s-b">
|
| | | <text class="f-24 fw">扫一扫</text>
|
| | | <text class="f-22 opacity">场所采集</text>
|
| | | <view class="block flex a-i-c j-c-s-b" v-if="roleType == 1">
|
| | | <view @click="scan" class="block-item">
|
| | | <image class="block-item-bg" src="/static/icon/nav-bg-04.png" mode="aspectFill" />
|
| | | <view class="block-item-box flex a-i-c ">
|
| | | <u-icon name="/static/icon/nav-05.png" width="65rpx" height="65rpx"></u-icon>
|
| | | <view class="item-text flex f-d-c j-c-s-b">
|
| | | <text class="f-24 fw">扫一扫</text>
|
| | | <text class="f-22 opacity">场所采集</text>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | <view class="block-item" @click="navigatorPage('/subPackage/user/clockIn/index')">
|
| | | <image class="block-item-bg" src="/static/icon/nav-bg-05.png" mode="aspectFill" />
|
| | | <view class="block-item-box flex a-i-c">
|
| | | <u-icon name="/static/icon/nav-06.png" width="65rpx" height="65rpx"></u-icon>
|
| | | <view class="item-text flex f-d-c j-c-s-b">
|
| | | <text class="f-24 fw">打卡登记</text>
|
| | | <text class="f-22 opacity">在线打卡</text>
|
| | | <view class="block-item" @click="navigatorPage('/subPackage/user/clockIn/index')">
|
| | | <image class="block-item-bg" src="/static/icon/nav-bg-05.png" mode="aspectFill" />
|
| | | <view class="block-item-box flex a-i-c">
|
| | | <u-icon name="/static/icon/nav-06.png" width="65rpx" height="65rpx"></u-icon>
|
| | | <view class="item-text flex f-d-c j-c-s-b">
|
| | | <text class="f-24 fw">打卡登记</text>
|
| | | <text class="f-22 opacity">在线打卡</text>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | <view class="block-item" @click="navigatorPage('/subPackage/statistics/index')">
|
| | | <image class="block-item-bg" src="/static/icon/nav-bg-04.png" mode="aspectFill" />
|
| | | <view class="block-item-box flex a-i-c">
|
| | | <u-icon name="/static/icon/nav-12.png" width="65rpx" height="65rpx"></u-icon>
|
| | | <view class="item-text flex f-d-c j-c-s-b">
|
| | | <text class="f-24 fw">数据驾驶舱</text>
|
| | | <text class="f-22 opacity">数据统计</text>
|
| | | <view class="block-item" @click="navigatorPage('/subPackage/statistics/index')">
|
| | | <image class="block-item-bg" src="/static/icon/nav-bg-04.png" mode="aspectFill" />
|
| | | <view class="block-item-box flex a-i-c">
|
| | | <u-icon name="/static/icon/nav-12.png" width="65rpx" height="65rpx"></u-icon>
|
| | | <view class="item-text flex f-d-c j-c-s-b">
|
| | | <text class="f-24 fw">数据驾驶舱</text>
|
| | | <text class="f-22 opacity">数据统计</text>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | | <view class="" v-if="liveList.length">
|
| | | <caption-row title="生活" />
|
| | | <view class="grid">
|
| | | <u-grid :border="false" :col="liveList.length">
|
| | | <u-grid-item @click.native="navigatorPage(i.path)" v-for="(i,k) in liveList" :key="k">
|
| | | <u-icon :name="i.pictureImg" width="90rpx" height="90rpx"></u-icon>
|
| | | <text class="f-26 mt-20">{{i.name}}</text>
|
| | | </u-grid-item>
|
| | | </u-grid>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | | <view class="" v-if="isShowHouse">
|
| | |
| | | <view class="mb-20" v-if="roleType == 2">
|
| | | <caption-row title="社区" />
|
| | | <view class="mt-20">
|
| | | <u-grid :border="false" col="4">
|
| | | <u-grid :border="false" col="3">
|
| | | <u-grid-item @click="navigatorPage(`/subPackage/article/communityList?type=1`)">
|
| | | <u-icon name="/static/icon/nav-14.png" width="90rpx" height="90rpx"></u-icon>
|
| | | <text class="f-26 mt-10">选举调查</text>
|
| | | </u-grid-item>
|
| | | <u-grid-item @click="navigatorPage(`/subPackage/article/communityList?type=0`)">
|
| | | <u-icon name="/static/icon/nav-09.png" width="90rpx" height="70rpx"></u-icon>
|
| | | <u-icon name="/static/icon/nav-13.png" width="90rpx" height="90rpx"></u-icon>
|
| | | <text class="f-26 mt-10">公益报名</text>
|
| | | </u-grid-item>
|
| | | <u-grid-item @click="navigatorPage(`/subPackage/article/communityList?type=1`)">
|
| | | <u-icon name="/static/icon/nav-10.png" width="90rpx" height="70rpx"></u-icon>
|
| | | <text class="f-26 mt-10">选举调查</text>
|
| | | <u-grid-item @click="navigatorPage('')">
|
| | | <u-icon name="/static/icon/nav-15.png" width="90rpx" height="90rpx"></u-icon>
|
| | | <text class="f-26 mt-10">公共收益</text>
|
| | | </u-grid-item>
|
| | | </u-grid>
|
| | | </view>
|
| | |
| | | title: "尚无绑定房屋信息",
|
| | | icon: "error"
|
| | | })
|
| | | } |
| | | }
|
| | | // else if (path == "/subPackage/statistics/index") {
|
| | | // uni.showToast({
|
| | | // title: "功能开发中~",
|
| | |
| | | //"3C77B40EFC5F4C899AA74BEE747D9DF1"
|
| | | // let url = "/subPackage/workbench/views/cscj?stdId=" + obj.stdId
|
| | | // let url = "/subPackage/workbench/views/cscj?houseCode=" + obj.stdId
|
| | | |
| | |
|
| | | // let url = `/subPackage/house/houseNumber/index?stdId=${obj.stdId}`
|
| | | // that.$u.func.globalNavigator(url, "navTo")
|
| | | }
|
| | |
| | | padding: 0 30rpx;
|
| | | }
|
| | |
|
| | | .grid {
|
| | | margin-top: 20rpx;
|
| | | margin-bottom: 10rpx;
|
| | | }
|
| | |
|
| | | .section {
|
| | | .section-item {
|
| | | width: 216rpx;
|