From 6df96b3e7a7da1985ee875e84711e9f15c5fbff0 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 24 十二月 2024 18:25:02 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/bibliographyList/index.js | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/bibliographyList/index.js b/pages/bibliographyList/index.js index f1bca7e..29c8f65 100644 --- a/pages/bibliographyList/index.js +++ b/pages/bibliographyList/index.js @@ -128,9 +128,8 @@ /** * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ - onShareAppMessage() { - - }, + onShareAppMessage() {}, + onShareTimeline() {}, // 鑾峰彇鐧诲綍鐢ㄦ埛韬唤 getUserInfo() { app.MG.identity.getCurrentAppUser().then(res => { @@ -183,7 +182,7 @@ queryType: '*', paging: { start: '0', - size: this.data.start * 9 + size: this.data.start * 12 }, coverSize: { width: 260 @@ -231,7 +230,7 @@ queryType: '*', paging: { start: '0', - size: this.data.start * 9 + size: this.data.start * 12 }, coverSize: { width: 260 @@ -275,7 +274,7 @@ queryType: '*', paging: { start: '0', - size: this.data.start * 9 + size: this.data.start * 12 }, coverSize: { width: 260 -- Gitblit v1.9.1