From 46d5c2c368dba8f0bb7c2fc78181f69d75b4162f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Sun, 19 Mar 2023 15:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/layout.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/layout/layout.vue b/src/components/layout/layout.vue index 8bd6ddd..2cf46af 100644 --- a/src/components/layout/layout.vue +++ b/src/components/layout/layout.vue @@ -11,10 +11,10 @@ }" > - + @@ -116,9 +116,9 @@ export default { uni.navigateBack({ delta: 1 }); } }, - changeCity() { - console.log("修改城市"); - }, + // changeCity() { + // console.log("修改城市"); + // }, }, };