Lou
2024-03-07 e00c08bb39d9501e615d1556963191ce1a924523
更新
5 files modified
26 ■■■■■ changed files
pages.json 14 ●●●● patch | view | raw | blame | history
pages/user/center.vue 3 ●●●● patch | view | raw | blame | history
subPackage/bs/views/repairList.vue 5 ●●●●● patch | view | raw | blame | history
subPackage/user/commentList/evaluateList.vue 2 ●●● patch | view | raw | blame | history
subPackage/workbench/views/rental.vue 2 ●●● patch | view | raw | blame | history
pages.json
@@ -908,7 +908,7 @@
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "饶城格格通",
        "navigationBarTitleText": "饶城智理通",
        "navigationBarBackgroundColor": "#fff",
        "backgroundColor": "#4586FE"
    },
@@ -924,12 +924,12 @@
                "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",
pages/user/center.vue
@@ -41,7 +41,8 @@
                <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">
subPackage/bs/views/repairList.vue
@@ -128,6 +128,11 @@
                })
                this.repairType = option.type;
            }
            if (option.from) {
                uni.setNavigationBarTitle({
                    title: "我的事件"
                })
            }
            // this.getList()
        },
subPackage/user/commentList/evaluateList.vue
@@ -4,7 +4,7 @@
            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>
subPackage/workbench/views/rental.vue
@@ -39,7 +39,7 @@
                    <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>