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 @@
-