From bbba5d26e9e26c910ed337dcb65f462752ee6dce Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 12 九月 2024 09:11:47 +0800 Subject: [PATCH] fenxiang --- 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