diff --git a/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue b/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue index 2bf88f2c17b76a5d9980b4ff7f569704f44b88c0..ba8c97f0d395774409bcb9fa9e718c9c28f2a8a7 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue @@ -24,7 +24,6 @@ }, created() { this.loadData() - // console.log("tab1 created"); }, methods: { loadData() { @@ -41,7 +40,6 @@ }, scrollTop(top : number) { (this.$refs["listView"] as UniElement).scrollTop = top - // console.log("tab1 to top"); } } }