From 21c2f146249b047f5f9452dcdaeb863b96dfb727 Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Sun, 3 Dec 2023 15:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E7=BB=84?= =?UTF-8?q?=E4=BB=B6log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/u-city-select/u-city-select.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/u-city-select/u-city-select.vue b/src/components/u-city-select/u-city-select.vue index b82e889..4e256c8 100644 --- a/src/components/u-city-select/u-city-select.vue +++ b/src/components/u-city-select/u-city-select.vue @@ -124,7 +124,6 @@ export default { name: "请选择" }]; if (this.isChooseP) { - console.log(this.province) tabsList[0]['name'] = this.provinces[this.province]['label']; tabsList[1] = { name: "请选择" @@ -186,7 +185,6 @@ export default { }, tabsChange(value) { this.tabsIndex = value.index; - console.log('debug=>', this.tabsIndex); }, provinceChange(index) { this.isChooseP = true;