Commit 104f9c49 authored by jyx's avatar jyx

代码优化

parent dc732dff
<template> <template>
<z-paging :style="[bgStyle]"> <scroll-view scroll-y :style="[bgStyle]">
<template> <template>
<detail-thumb :detail='bookData'></detail-thumb> <detail-thumb :detail='bookData'></detail-thumb>
<detail-content :detail='bookData' :userInfo='userInfo' @tapVip='tapVipPop'></detail-content> <detail-content :detail='bookData' :userInfo='userInfo' @tapVip='tapVipPop'></detail-content>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<vipback-popup :show="showVipbackPop" :vipBean="backvipBean" @vipbackclose="vipbackClose()" <vipback-popup :show="showVipbackPop" :vipBean="backvipBean" @vipbackclose="vipbackClose()"
@vipbackpaySuccess="vipbackpaySuccess" /> @vipbackpaySuccess="vipbackpaySuccess" />
</template> </template>
</z-paging> </scroll-view>
</template> </template>
<script> <script>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
} }
}, this) }, this)
this.refreshBookData(this.bookId) // this.refreshBookData(this.bookId)
}, },
onShow() { onShow() {
refreshUserInfo(); refreshUserInfo();
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
:key="index"> :key="index">
{{item}} {{item}}
</view> </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}} {{limitButtonTitle}}
</view> </view>
</template> </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