diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue new file mode 100644 index 00000000..2622d1ae --- /dev/null +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppPageBasic/img/hytz.png b/src/apps/AppPageBasic/img/hytz.png new file mode 100644 index 00000000..9ff0bd96 Binary files /dev/null and b/src/apps/AppPageBasic/img/hytz.png differ diff --git a/src/apps/AppPageBasic/img/shgk.png b/src/apps/AppPageBasic/img/shgk.png new file mode 100644 index 00000000..4d01adcd Binary files /dev/null and b/src/apps/AppPageBasic/img/shgk.png differ diff --git a/src/apps/AppPageCivilization/AppPageCivilization.vue b/src/apps/AppPageCivilization/AppPageCivilization.vue new file mode 100644 index 00000000..1919961a --- /dev/null +++ b/src/apps/AppPageCivilization/AppPageCivilization.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppPageCivilization/img/hjsq.png b/src/apps/AppPageCivilization/img/hjsq.png new file mode 100644 index 00000000..d59fc156 Binary files /dev/null and b/src/apps/AppPageCivilization/img/hjsq.png differ diff --git a/src/apps/AppPageCivilization/img/hrhs.png b/src/apps/AppPageCivilization/img/hrhs.png new file mode 100644 index 00000000..8dfc999d Binary files /dev/null and b/src/apps/AppPageCivilization/img/hrhs.png differ diff --git a/src/apps/AppPageCivilization/img/whjt.png b/src/apps/AppPageCivilization/img/whjt.png new file mode 100644 index 00000000..c86a300e Binary files /dev/null and b/src/apps/AppPageCivilization/img/whjt.png differ diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue new file mode 100644 index 00000000..cf387040 --- /dev/null +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppPageInteraction/img/jmhd.png b/src/apps/AppPageInteraction/img/jmhd.png new file mode 100644 index 00000000..0c4a652e Binary files /dev/null and b/src/apps/AppPageInteraction/img/jmhd.png differ diff --git a/src/apps/AppPageInteraction/img/wjbd.png b/src/apps/AppPageInteraction/img/wjbd.png new file mode 100644 index 00000000..a228945e Binary files /dev/null and b/src/apps/AppPageInteraction/img/wjbd.png differ diff --git a/src/apps/AppPageInteraction/img/xcxgg.png b/src/apps/AppPageInteraction/img/xcxgg.png new file mode 100644 index 00000000..e1e01771 Binary files /dev/null and b/src/apps/AppPageInteraction/img/xcxgg.png differ diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue new file mode 100644 index 00000000..5820e38f --- /dev/null +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppPageParty/img/djyw.png b/src/apps/AppPageParty/img/djyw.png new file mode 100644 index 00000000..a4b41b3b Binary files /dev/null and b/src/apps/AppPageParty/img/djyw.png differ diff --git a/src/apps/AppPageParty/img/dyxx.png b/src/apps/AppPageParty/img/dyxx.png new file mode 100644 index 00000000..ae254959 Binary files /dev/null and b/src/apps/AppPageParty/img/dyxx.png differ diff --git a/src/apps/AppPageParty/img/shyk.png b/src/apps/AppPageParty/img/shyk.png new file mode 100644 index 00000000..f878a333 Binary files /dev/null and b/src/apps/AppPageParty/img/shyk.png differ diff --git a/src/apps/AppPageParty/img/zxdt.png b/src/apps/AppPageParty/img/zxdt.png new file mode 100644 index 00000000..26e3e037 Binary files /dev/null and b/src/apps/AppPageParty/img/zxdt.png differ diff --git a/src/apps/AppPageResident/AppPageResident.vue b/src/apps/AppPageResident/AppPageResident.vue new file mode 100644 index 00000000..71a69a3b --- /dev/null +++ b/src/apps/AppPageResident/AppPageResident.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppPageResident/img/jmda.png b/src/apps/AppPageResident/img/jmda.png new file mode 100644 index 00000000..3949aa22 Binary files /dev/null and b/src/apps/AppPageResident/img/jmda.png differ diff --git a/src/apps/AppPageResident/img/jmqgl.png b/src/apps/AppPageResident/img/jmqgl.png new file mode 100644 index 00000000..ed21342c Binary files /dev/null and b/src/apps/AppPageResident/img/jmqgl.png differ diff --git a/src/apps/AppPageResident/img/jmxxgl.png b/src/apps/AppPageResident/img/jmxxgl.png new file mode 100644 index 00000000..ace102f3 Binary files /dev/null and b/src/apps/AppPageResident/img/jmxxgl.png differ diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index 435233c9..0916aad4 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -57,12 +57,14 @@ export default { showStstus: false, flag: false, areaIdProps: '', + moduleId: '' } }, computed: { ...mapState(['user']) }, onLoad(o) { console.log(o) this.id = o.id + this.moduleId = o.moduleId this.areaIdProps = this.user.areaId this.$dict.load('realityStatus').then(() => { this.getDetail() @@ -113,6 +115,7 @@ export default { // images: JSON.stringify(imgs) || [], images: imgs || [], id: this.id, + moduleId: this.moduleId }) .then((res) => { if (res.code == 0) { diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue index 40c347f9..e774b5f5 100644 --- a/src/apps/AppServicePublic/AppServicePublic.vue +++ b/src/apps/AppServicePublic/AppServicePublic.vue @@ -66,6 +66,7 @@ export default { pages: 0, deletShow: false, deletId: '', + moduleId: '' } }, computed: { @@ -76,8 +77,9 @@ export default { }, }, watch: {}, - onLoad() { + onLoad(o) { this.areaId = this.user.areaId + this.moduleId = o.moduleId this.getList() }, mounted() {}, @@ -90,6 +92,7 @@ export default { current: this.current, areaId: this.areaId, title: this.keyword, + moduleId: this.moduleId }, }) .then((res) => { @@ -116,7 +119,7 @@ export default { } if (type == null) { console.log('添加') - uni.navigateTo({ url: `./Add` }) + uni.navigateTo({ url: `./Add?moduleId=${this.moduleId}` }) } }, diff --git a/src/components/AppListPage/AppListPage.vue b/src/components/AppListPage/AppListPage.vue new file mode 100644 index 00000000..d0ecd654 --- /dev/null +++ b/src/components/AppListPage/AppListPage.vue @@ -0,0 +1,86 @@ + + + + +