diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index 8da7f6c..5e8b9f4 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -83,7 +83,11 @@ export default { onLoad() { this.getList() }, - onshow() {}, + onshow() { + uni.$on('updateList', () => { + this.getList() + }) + }, methods: { getList() { this.$instance @@ -112,10 +116,6 @@ export default { } }, - confirmPicker(e){ - console.log(e); - } - init() { this.data = [] this.current = 1 diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index 7bd0da2..76202ff 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -1,25 +1,262 @@ - diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index 66aa4e1..c6203e6 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -1,25 +1,157 @@ - diff --git a/src/mods/AppServiceOnline/serviceNotice.vue b/src/mods/AppServiceOnline/serviceNotice.vue index 0d8d148..54ced1a 100644 --- a/src/mods/AppServiceOnline/serviceNotice.vue +++ b/src/mods/AppServiceOnline/serviceNotice.vue @@ -2,7 +2,7 @@

办理须知

- +
@@ -12,7 +12,7 @@ @@ -120,7 +125,7 @@ export default { text-align: center; font-size: 34px; color: #fff; - background: #197DF0; + background: #197df0; } h2 {