linwe
2023-11-11 3e41ee72b156f6aef1f4f5dcf579271edcd2fddb
通知公告
1 files modified
6 ■■■■ changed files
pages/home/index.vue 6 ●●●● patch | view | raw | blame | history
pages/home/index.vue
@@ -138,7 +138,7 @@
                </view>
                
                <view v-for="(item,index) in notice" :key="index">
                    <view class="notic-list" @click="navigatorPage('/subPackage/notice/detail')">
                    <view class="notic-list" @click="navigatorPage('/subPackage/notice/detail',item.id)">
                        <view class="f-28 mb-30">
                            {{item.title}}
                        </view>
@@ -576,9 +576,9 @@
                this.$u.func.globalNavigator(`/subPackage/bs/views/zhsb?houseCode=${this.curHouseCode}`, "navTo")
            },
            navigatorPage(path) {
            navigatorPage(path, id) {
                if (path) {
                    this.$u.func.globalNavigator(path, "navTo")
                    this.$u.func.globalNavigator(path + '?id=' + id, "navTo")
                }
            },