Commit 2d002608 authored by xinzhedeai's avatar xinzhedeai

fix: 分页,商户建议内容修改

parent eedded71
......@@ -495,7 +495,7 @@
<div style="display: flex; justify-content: space-between; margin: 8px 0">
<span style="color: #737373; font-size: 0.28rem">日期:{{ item.submitDate }}</span>
</div>
<div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; font-size: 0.3rem; font-weight: bold; font-family: PingFang SC">{{item.contactDetails}}</div>
<div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; font-size: 0.3rem; font-weight: bold; font-family: PingFang SC">{{item.content}}</div>
</div>
</van-cell>
</van-list>
......
......@@ -237,7 +237,7 @@ window.addEventListener('load', function () {
}, 0);
var result = JSON.parse(res)
this.consumerSuggestList.push(...result.rows);
this.total = result.totalElements
this.total = result.total
if (this.page * this.size >= this.total) {
this.finished = true; // 下滑不在刷新数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment