diff --git a/pages/API/element-takesnapshot/element-takesnapshot.uvue b/pages/API/element-takesnapshot/element-takesnapshot.uvue index 742b85d22e600d50789a7a005b720a27c805e5c3..786be868bccc5f5a376a726eb5ebbabd765a4b9d 100644 --- a/pages/API/element-takesnapshot/element-takesnapshot.uvue +++ b/pages/API/element-takesnapshot/element-takesnapshot.uvue @@ -3,9 +3,7 @@ this is text - this is view + this is view @@ -14,47 +12,78 @@ 点击截图 - + diff --git a/pages/component/sticky-header/sticky-header.uvue b/pages/component/sticky-header/sticky-header.uvue index 32dfa72b07a8b9c31779653e7f69d5ce7c9785cf..0ba8d84109f04bec4951951d1a60ece33f4782e7 100644 --- a/pages/component/sticky-header/sticky-header.uvue +++ b/pages/component/sticky-header/sticky-header.uvue @@ -16,7 +16,7 @@ + v-for="(name,index) in sift_item" @click="clickTH(index)"> {{name}} @@ -57,7 +57,10 @@ }, confirm_scroll_top_input(value : number) { this.scroll_top_input = value - } + }, + clickTH(index:number){ + console.log("点击表头:" + index); + } } } diff --git a/pages/template/list-news/list-news.uvue b/pages/template/list-news/list-news.uvue index 2d0f7958cc925c567ef2a07c80e5bc285300b93d..0fbb41bb73466757b0f6dafe65545496d55267d3 100644 --- a/pages/template/list-news/list-news.uvue +++ b/pages/template/list-news/list-news.uvue @@ -1,217 +1,229 @@