|
@@ -1,12 +1,12 @@
|
|
<template>
|
|
<template>
|
|
<van-pull-refresh v-model="loading" disabled style="min-height:100vh">
|
|
<van-pull-refresh v-model="loading" disabled style="min-height:100vh">
|
|
- <div class="content-swipe" v-if="bannerDataList.length > 0">
|
|
|
|
|
|
+ <!-- <div class="content-swipe" v-if="bannerDataList.length > 0">
|
|
<van-swipe class="my-swipe" :autoplay="4000" :show-indicators="false">
|
|
<van-swipe class="my-swipe" :autoplay="4000" :show-indicators="false">
|
|
<van-swipe-item v-for="item in bannerDataList" :key="item.id" @click="bannerSwiperHandler(item)">
|
|
<van-swipe-item v-for="item in bannerDataList" :key="item.id" @click="bannerSwiperHandler(item)">
|
|
<img :src="item.image_url_mobile" />
|
|
<img :src="item.image_url_mobile" />
|
|
</van-swipe-item>
|
|
</van-swipe-item>
|
|
</van-swipe>
|
|
</van-swipe>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<div class="chapter-detail-page" v-if="info" :style="{paddingBottom:$store.state.hzyb.audioData.url&&'80px'}">
|
|
<div class="chapter-detail-page" v-if="info" :style="{paddingBottom:$store.state.hzyb.audioData.url&&'80px'}">
|
|
<div :class="['main-box',!info.auth_ok&&'main-box-noauth']">
|
|
<div :class="['main-box',!info.auth_ok&&'main-box-noauth']">
|
|
<!-- <div class="title">【第{{info.report_chapter_item.stage}}期 | {{info.report_chapter_item.classify_name_first}} | {{info.report_chapter_item.type_name}}】{{info.report_chapter_item.title}}</div> -->
|
|
<!-- <div class="title">【第{{info.report_chapter_item.stage}}期 | {{info.report_chapter_item.classify_name_first}} | {{info.report_chapter_item.type_name}}】{{info.report_chapter_item.title}}</div> -->
|
|
@@ -285,7 +285,7 @@ export default {
|
|
this.chapterId=this.$route.query.chapterId
|
|
this.chapterId=this.$route.query.chapterId
|
|
this.fromPage=this.$route.query.fromPage||''
|
|
this.fromPage=this.$route.query.fromPage||''
|
|
this.getDetail()
|
|
this.getDetail()
|
|
- this.getBannerList()
|
|
|
|
|
|
+ // this.getBannerList()
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
$(document).on('click', '.rich-content img',function(event) {
|
|
$(document).on('click', '.rich-content img',function(event) {
|