From 326262eb57cf9bfe78325c33c195c0a37ea7bfa7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Tue, 15 Feb 2022 18:08:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E7=94=A8=E7=A7=AF=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppIntegralApply/AppIntegralApply.vue | 10 +-
src/mods/AppIntegralApply/add.vue | 255 +++++++++++++++++-
src/mods/AppIntegralApply/detail.vue | 156 ++++++++++-
src/mods/AppServiceOnline/serviceNotice.vue | 57 ++--
4 files changed, 426 insertions(+), 52 deletions(-)
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 @@
-