|
@@ -69,7 +69,11 @@
|
|
|
</div>
|
|
|
<h5 class="show-title" v-if="typeIndex !== 0">
|
|
|
{{ optionList[typeIndex].label
|
|
|
- }}<b>{{ optionList[typeIndex].number }}</b>
|
|
|
+ }}<b>{{
|
|
|
+ optionList[typeIndex].value === 3
|
|
|
+ ? optionList[typeIndex].number + orderPeruseNumber
|
|
|
+ : optionList[typeIndex].number
|
|
|
+ }}</b>
|
|
|
</h5>
|
|
|
<div class="list" v-if="BookList.length > 0">
|
|
|
<!-- v-infinite-scroll="load" -->
|
|
@@ -245,7 +249,7 @@ export default {
|
|
|
this.pageNumber = 1;
|
|
|
if (item.hasOwnProperty("value")) {
|
|
|
this.typeValue = item.value;
|
|
|
- if (item.number > 0) {
|
|
|
+ if (item.number > 0 || item.value === 3) {
|
|
|
this.BookList = [
|
|
|
{
|
|
|
skeleton: true,
|