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 9c781aa6f4b018b449a68b800365b235aed2fb0b..2bf88f2c17b76a5d9980b4ff7f569704f44b88c0 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,7 @@ }, created() { this.loadData() - console.log("tab1 created"); + // console.log("tab1 created"); }, methods: { loadData() { @@ -41,7 +41,7 @@ }, scrollTop(top : number) { (this.$refs["listView"] as UniElement).scrollTop = top - console.log("tab1 to top"); + // console.log("tab1 to top"); } } }