|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
-<van-pull-refresh v-model="loading" @refresh="onRefresh" style="min-height:100vh">
|
|
|
+<van-pull-refresh v-model="loading" disabled style="min-height:100vh">
|
|
|
<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="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>
|