diff --git a/pages/channel/index.vue b/pages/channel/index.vue index 6c51f43..930a1a7 100644 --- a/pages/channel/index.vue +++ b/pages/channel/index.vue @@ -15,7 +15,7 @@ - + {{item.name}} @@ -104,6 +104,7 @@ }) }) }) + console.log('shujushuju',this.channel_list) }).catch(err => { }) diff --git a/pages/recommList/index.vue b/pages/recommList/index.vue index fdaddae..a7bb494 100644 --- a/pages/recommList/index.vue +++ b/pages/recommList/index.vue @@ -70,6 +70,7 @@ }, getData() { let tab_item = this.tab_list[this.current]; + console.log('页数',tab_item.page) if(this.$shared.isValueType(tab_item) == 'undefined') return; this.$http(this.API.API_ADVICELIST,{page: tab_item.page,category_id: tab_item.id}).then(res => { let isPage = res.data.next_page_url == null?false:true;