diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index bf14654c..11cdf874 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -149,7 +149,6 @@ export default { contentType: 0 }) .then((res) => { - console.log(333) if (res.code == 0) { uni.$emit('update') this.$u.toast('发布成功') diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue index b796b130..9f56d026 100644 --- a/src/apps/AppServicePublic/AppServicePublic.vue +++ b/src/apps/AppServicePublic/AppServicePublic.vue @@ -105,6 +105,7 @@ export default { this.getType() this.getList() uni.$on('update', () => { + this.current = 1 this.getList() })