From dd9ca4df1e2a72707de5ae4e57e081d89db01a36 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 31 十二月 2024 15:09:06 +0800 Subject: [PATCH] 批量操作 --- packagePersonal/pages/myMassage/index.js | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/packagePersonal/pages/myMassage/index.js b/packagePersonal/pages/myMassage/index.js index 34762a5..1336b10 100644 --- a/packagePersonal/pages/myMassage/index.js +++ b/packagePersonal/pages/myMassage/index.js @@ -16,7 +16,6 @@ isBackTop: false, setScrollValue: 0, skeletonLoding: true, - }, /** @@ -29,14 +28,14 @@ getDataList(isReachBottom) { app.MG.app.getAppMessageList({ - appRefCode: app.config.appRefCode, - start: this.data.page * this.data.limit - this.data.limit, - size: this.data.limit, - sort: { - type: "Desc", - field: "CreateDate" - } - }) + appRefCode: app.config.appRefCode, + start: this.data.page * this.data.limit - this.data.limit, + size: this.data.limit, + sort: { + type: "Desc", + field: "CreateDate" + } + }) .then(res => { try { if (res.datas.length > 0) { -- Gitblit v1.9.1