|
@@ -73,19 +73,9 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</div>
|
|
|
- <!-- <div class="paging" v-if="total" :class="{ pagingshow: total }">
|
|
|
- <Paging
|
|
|
- @clickHandle="pageChange"
|
|
|
- :current="currentPage"
|
|
|
- :total="total"
|
|
|
- :equable="pageSize"
|
|
|
- />
|
|
|
- </div> -->
|
|
|
- </div>
|
|
|
- <div class="qihuan" @click="$router.push({path:'/story'})">
|
|
|
- <img :src="`${$cdn}images/qh-icon.png`" alt />
|
|
|
- <p>海报模式</p>
|
|
|
+
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="layout" v-if="!isMobile">
|
|
@@ -292,7 +282,7 @@ export default {
|
|
|
data:{
|
|
|
block: this.l_active,
|
|
|
pageNum: this.currentPage,
|
|
|
- pageSize: this.pageSize,
|
|
|
+ pageSize: this.isMobile ? 100 : this.pageSize,
|
|
|
searchKey: "",
|
|
|
typeId: this.t_active,
|
|
|
zone: this.a_active
|
|
@@ -301,6 +291,8 @@ export default {
|
|
|
})
|
|
|
this.list = res.data.list
|
|
|
this.total = res.data.total
|
|
|
+
|
|
|
+ console.log(this.pageSize);
|
|
|
},
|
|
|
refresh(){
|
|
|
this.currentPage===1?(this.getList()):(this.currentPage = 1)
|
|
@@ -430,7 +422,7 @@ export default {
|
|
|
top: 25vh;
|
|
|
left: 5vw;
|
|
|
width: 93vw;
|
|
|
- height: 65vh;
|
|
|
+ height: 55vh;
|
|
|
padding: 0;
|
|
|
box-sizing: border-box;
|
|
|
text-align: left;
|