From 7f8d24356829c96cd0fc473089886d596bcb92d9 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 4 Jan 2022 14:57:11 +0800 Subject: [PATCH] bug --- src/apps/AppServicePublic/Add.vue | 1 - src/apps/AppServicePublic/AppServicePublic.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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() })