From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- 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