a1300399510@qq.com 提交于 2023/04/06 -15:20:02

This commit is contained in:
XiaoMo 2023-04-06 15:20:11 +08:00
parent bcf7375b76
commit bed54e917e
3 changed files with 3 additions and 4 deletions

View File

@ -58,6 +58,7 @@ function startupUnderLoading(that) {
// 关闭加载中 // 关闭加载中
function closeUnderLoading(that) { function closeUnderLoading(that) {
that.loading.close(); that.loading.close();
that.loading = null
} }
// 时间戳 // 时间戳

View File

@ -124,10 +124,8 @@
</template> </template>
<template v-else> <template v-else>
<div class="offer-content"> <div class="offer-content">
<div v-html="info.message" style="line-height: normal;" class="vHtmlMessage" >
<div v-html="info.message" class="vHtmlMessage" style="">
</div> </div>
</div> </div>
</template> </template>

View File

@ -53,7 +53,7 @@
<img class="result-empty-icon" src="@/assets/img/icon/empty.png"> <img class="result-empty-icon" src="@/assets/img/icon/empty.png">
</div> </div>
<div v-if="list.length != 0" class="paging flexcenter"> <div v-if="list.length > limit" class="paging flexcenter">
<el-pagination small background layout="prev, pager, next" @current-change="currentChange" <el-pagination small background layout="prev, pager, next" @current-change="currentChange"
:current-page.sync="page" :page-size="limit" :total="count"> :current-page.sync="page" :page-size="limit" :total="count">
</el-pagination> </el-pagination>