Lou
2023-11-28 790a74aa5b16714f9f5c1a7bbcf675c7b2286f80
update
4 files modified
51 ■■■■■ changed files
manifest.json 2 ●●● patch | view | raw | blame | history
pages.json 12 ●●●● patch | view | raw | blame | history
pages/home/index.vue 18 ●●●●● patch | view | raw | blame | history
subPackage/article/detail.vue 19 ●●●●● patch | view | raw | blame | history
manifest.json
@@ -142,7 +142,7 @@
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wx806f03e1f1390c10",
        "appid" : "wx41aa8a5d2e565a05",
        "setting" : {
            "urlCheck" : false,
            "minified" : true,
pages.json
@@ -584,12 +584,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/home/index.vue
@@ -21,7 +21,7 @@
                </u-grid>
                <view class="section flex j-c-s-b mt-40">
                    <view class="section-item" v-for="(i,k) in contactList" :key="k">
                    <view class="section-item" v-for="(i,k) in contactList" :key="k"  @click="navigatorPage()">
                        <image class="section-item-bg" :src="i.pictureImg" mode="aspectFill"></image>
                        <view class="item-box">
                            <view class="f-28">{{i.name}}</view>
@@ -529,16 +529,22 @@
                            title: "请选择地址",
                            icon: "error"
                        })
                        return
                    }
                    if(path == '/subPackage/user/clockIn/index'){
                    }else if(path == '/subPackage/user/clockIn/index'){
                        uni.showToast({
                            title:"功能开发中~",
                            icon:"none"
                        })
                        return;
                    }else {
                        this.$u.func.globalNavigator(`${path}?houseCode=${this.curHouseCode}`, "navTo")
                    }
                    this.$u.func.globalNavigator(`${path}?houseCode=${this.curHouseCode}`, "navTo")
                }else {
                    uni.showToast({
                        title:"功能开发中~",
                        icon:"none"
                    })
                }
            },
subPackage/article/detail.vue
@@ -82,7 +82,7 @@
                                                activeColor="#017BFC"></uv-line-progress>
                                        </view>
                                        <text class="c-99 f-28" v-if="i.number">{{i.number}}人</text>
                                        <text class="c-33 f-28" v-if="i.number">{{i.number}}人</text>
                                    </view>
                                </view>
                            </u-radio-group>
@@ -99,7 +99,7 @@
                                                :percentage="getRatio(i.number)"
                                                activeColor="#017BFC"></uv-line-progress>
                                        </view>
                                        <text class="c-99 f-28" v-if="i.number">{{i.number}}人</text>
                                        <text class="c-33 f-28" v-if="i.number">{{i.number}}人</text>
                                    </view>
                                </view>
                            </u-checkbox-group>
@@ -440,6 +440,9 @@
    .c-d1 {
        color: #d1d1d1;
    }
    .c-33{
        color:#333;
    }
    .vote {
        padding: 0 40rpx 30rpx;
@@ -485,13 +488,13 @@
        margin-right: 0 !important;
    }
    /deep/ .u-radio__icon-wrap {
        border-style: none !important;
    }
    // /deep/ .u-radio__icon-wrap {
    //     border-style: none !important;
    // }
    /deep/ .u-checkbox__icon-wrap {
        border-style: none !important;
    }
    // /deep/ .u-checkbox__icon-wrap {
    //     border-style: none !important;
    // }
    /deep/ .u-radio__text {
        color: #333 !important;