This commit is contained in:
zpc 2025-04-12 18:43:28 +08:00
parent 5f44fd68af
commit 1522cd6a0c
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ export default {
if (res.status == 1) {
that.list = res.data
if (that.list.length < 3) {
let l = 13 - that.list.length;
let l = 3 - that.list.length;
for (let i = 0; i < l; i++) {
that.list.push({
nickname: "虚位以待",

View File

@ -202,7 +202,7 @@
success(res) {
that.total = res.data.count
that.commission = res.data.money
that.logo_image = res.data.share_image
// that.logo_image = res.data.share_image
that.mescroll.endByPage(res.data.data.length, res.data.last_page)
if (pageNo == 1) {
that.listdata = res.data.data