diff --git a/me/detail/detail.vue b/me/detail/detail.vue index 9ac0008..79cee16 100644 --- a/me/detail/detail.vue +++ b/me/detail/detail.vue @@ -103,7 +103,7 @@ - 追剧{{index}} + 追剧 diff --git a/pages/index/index.vue b/pages/index/index.vue index 970d067..b2e9fb3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -428,6 +428,10 @@ }); // #endif + + + }, + onReady() { httpsRequest.getT("app/announcement", {}).then(res => { if (res.code == 0) { if (res.data && res.data.state == 1) { @@ -437,7 +441,6 @@ } } }); - }, onReachBottom() { if (this.page < this.pages) { diff --git a/pages/me/index.vue b/pages/me/index.vue index 1a0b153..3542c85 100644 --- a/pages/me/index.vue +++ b/pages/me/index.vue @@ -331,7 +331,7 @@ this.isAndroid= true // #endif } - this.isWxIosPay = uni.getStorageSync('isWxIosPay') + // this.isWxIosPay = uni.getStorageSync('isWxIosPay') this.kmPaySel = this.$queue.getData('kmPaySel'); this.numCount = uni.getStorageSync('numCount') this.isVips = uni.getStorageSync('isVips') ? uni.getStorageSync('isVips') : '否' diff --git a/pages/video/video.vue b/pages/video/video.vue index 3a95047..ef95352 100644 --- a/pages/video/video.vue +++ b/pages/video/video.vue @@ -711,10 +711,10 @@ data.dyShow = 1 // #endif - if(this.page==1&&$cache_video.videoList){ - this.videoList=$cache_video.videoList - return - } + // if(this.page==1&&$cache_video.videoList){ + // this.videoList=$cache_video.videoList + // return + // } this.$Request.getT('/app/course/selectCourseDetailsList', data).then(res => { if (res.code == 0) { this.pages = res.data.totalPage