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;