| | |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "饶城格格通", |
| | | "navigationBarTitleText": "饶城智理通", |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "backgroundColor": "#4586FE" |
| | | }, |
| | |
| | | "iconPath": "static/img/tabbar-01.png", |
| | | "text": "首页" |
| | | }, |
| | | { |
| | | "pagePath": "pages/circle/index", |
| | | "iconPath": "static/img/tabbar-02.png", |
| | | "selectedIconPath": "static/img/tabbar-02-selected.png", |
| | | "text": "圈子" |
| | | }, |
| | | // { |
| | | // "pagePath": "pages/circle/index", |
| | | // "iconPath": "static/img/tabbar-02.png", |
| | | // "selectedIconPath": "static/img/tabbar-02-selected.png", |
| | | // "text": "圈子" |
| | | // }, |
| | | { |
| | | "pagePath": "pages/user/center", |
| | | "iconPath": "static/img/tabbar-03.png", |
| | |
| | | <u-cell title="切换角色" isLink url="/subPackage/user/role/index"> |
| | | <image slot="icon" src="/static/icon/menu-center-02.png" class="icon" mode=""></image> |
| | | </u-cell> |
| | | <u-cell v-if="siteInfo.addressType == 1" title="我的事件" isLink url="/subPackage/bs/views/repairList"> |
| | | <u-cell v-if="siteInfo.addressType == 1" title="我的事件" isLink |
| | | url="/subPackage/bs/views/repairList?from=center"> |
| | | <image slot="icon" src="/static/icon/menu-center-01.png" class="icon" mode=""></image> |
| | | </u-cell> |
| | | <u-cell v-if="siteInfo.addressType == 2" title="我的事件" isLink url="/subPackage/user/event/event"> |
| | |
| | | }) |
| | | this.repairType = option.type; |
| | | } |
| | | if (option.from) { |
| | | uni.setNavigationBarTitle({ |
| | | title: "我的事件" |
| | | }) |
| | | } |
| | | |
| | | // this.getList() |
| | | }, |
| | |
| | | loading-more-no-more-text="没有更多了"> |
| | | |
| | | |
| | | <view class="list" v-for="(i,k) in list"> |
| | | <view class="list" v-for="(i,k) in list" v-if="i.content"> |
| | | <view class="f-24 c-99 mb-20"> |
| | | {{i.createTime}} |
| | | </view> |
| | |
| | | <view v-if="item.term =='shortTerm' " class="dot bgc-orange"></view>
|
| | | <view v-if="item.term =='middleTerm' " class="dot bgc-main"></view>
|
| | | <view v-if="item.term =='longTerm' " class="dot bgc-green"></view>
|
| | | <text class="f-24">{{formatTerm(item.term)}}{{item.total}}户 ({{item.personNum}})人</text>
|
| | | <text class="f-22">{{formatTerm(item.term)}}{{item.total}}户 ({{item.personNum}})人</text>
|
| | | </view>
|
| | | </view>
|
| | |
|