a1300399510@qq.com 提交于 2023/04/06 -15:20:02
This commit is contained in:
parent
bcf7375b76
commit
bed54e917e
@ -58,6 +58,7 @@ function startupUnderLoading(that) {
|
|||||||
// 关闭加载中
|
// 关闭加载中
|
||||||
function closeUnderLoading(that) {
|
function closeUnderLoading(that) {
|
||||||
that.loading.close();
|
that.loading.close();
|
||||||
|
that.loading = null
|
||||||
}
|
}
|
||||||
|
|
||||||
// 时间戳
|
// 时间戳
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user