广告显示
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<template><page-meta
|
||||
:page-font-size="$baseFontSize() + 'px'"
|
||||
:root-font-size="$baseFontSize() + 'px'"
|
||||
></page-meta>
|
||||
<template><page-meta :page-font-size="$baseFontSize() + 'px'" :root-font-size="$baseFontSize() + 'px'"></page-meta>
|
||||
<view class="container commonPageBox commonDetailPage" style="background-color: #f2f2f2">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
@@ -100,7 +97,7 @@
|
||||
</view> -->
|
||||
<view class="btns flexbox">
|
||||
<view class="booknameleft"> 充值 {{
|
||||
slotProps.row.bookBuyConfigEntity.money
|
||||
slotProps.row.bookBuyConfigEntity? slotProps.row.bookBuyConfigEntity.money:""
|
||||
}}天医币</view>
|
||||
|
||||
<view style="
|
||||
@@ -491,15 +488,18 @@
|
||||
uni.stopPullDownRefresh();
|
||||
|
||||
this.newestpage = 1;
|
||||
this.pagination.page = 1
|
||||
// this.hotestpage = 1
|
||||
// this.booksetpage = 1
|
||||
this.newList = [];
|
||||
// this.hotList = []
|
||||
// this.bookList = []
|
||||
|
||||
this.getBookList(this.ordersListTab, false);
|
||||
},
|
||||
onReachBottom() {
|
||||
this.newestpage++;
|
||||
this.pagination.page++
|
||||
// this.hotestpage++
|
||||
// this.booksetpage++
|
||||
this.getBookList(this.ordersListTab, false);
|
||||
@@ -700,6 +700,8 @@
|
||||
// limit: 10,
|
||||
// page: this.newestpage,
|
||||
};
|
||||
|
||||
console.log('1111111111111传参数', params)
|
||||
this.$http
|
||||
.request({
|
||||
url: "common/buyOrder/commonBuyOrderList",
|
||||
@@ -839,6 +841,7 @@
|
||||
// });
|
||||
|
||||
this.newestpage = 1;
|
||||
this.pagination.page = 1
|
||||
this.newList = [];
|
||||
this.getBookList(this.ordersListTab, false);
|
||||
}
|
||||
@@ -926,6 +929,7 @@
|
||||
duration: 1000,
|
||||
});
|
||||
this.newestpage = 1;
|
||||
this.pagination.page = 1
|
||||
this.newList = [];
|
||||
this.getBookList(this.ordersListTab, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user