From f317a08c3747e25a1f85ef575146abace081c522 Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 12 Mar 2024 17:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news/goods/addOneGround.vue | 23 ++++++++++++++--------- pages/news/goods/oneGrounding.vue | 2 +- pages/user/index.vue | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/pages/news/goods/addOneGround.vue b/pages/news/goods/addOneGround.vue index 6802a02..ebde057 100644 --- a/pages/news/goods/addOneGround.vue +++ b/pages/news/goods/addOneGround.vue @@ -216,20 +216,23 @@ uni.navigateBack() } }, - toback(){ - uni.navigateBack() + toback() { + uni.navigateTo({ + url: '/pages/news/goods/oneGrounding' + }) }, } }