Commit 104f9c49 authored by jyx's avatar jyx

代码优化

parent dc732dff
<template>
<z-paging :style="[bgStyle]">
<scroll-view scroll-y :style="[bgStyle]">
<template>
<detail-thumb :detail='bookData'></detail-thumb>
<detail-content :detail='bookData' :userInfo='userInfo' @tapVip='tapVipPop'></detail-content>
......@@ -12,7 +12,7 @@
<vipback-popup :show="showVipbackPop" :vipBean="backvipBean" @vipbackclose="vipbackClose()"
@vipbackpaySuccess="vipbackpaySuccess" />
</template>
</z-paging>
</scroll-view>
</template>
<script>
......@@ -100,7 +100,7 @@
}
}, this)
this.refreshBookData(this.bookId)
// this.refreshBookData(this.bookId)
},
onShow() {
refreshUserInfo();
......
......@@ -11,7 +11,7 @@
:key="index">
{{item}}
</view>
<view v-if="limitButtonTitle" class="limit-button-box" @click="tapVip">
<view v-if="preContentSources.length>0&&limitButtonTitle" class="limit-button-box" @click="tapVip">
{{limitButtonTitle}}
</view>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment