From bbba5d26e9e26c910ed337dcb65f462752ee6dce Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 12 九月 2024 09:11:47 +0800 Subject: [PATCH] fenxiang --- pages/bookServices/assort/index.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/bookServices/assort/index.js b/pages/bookServices/assort/index.js index fe2f1d5..527c769 100644 --- a/pages/bookServices/assort/index.js +++ b/pages/bookServices/assort/index.js @@ -113,7 +113,7 @@ * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ onShareAppMessage() {}, - + onShareTimeline() {}, // 鑾峰彇渚ц竟鏍忓垪琛� getAssortList() { this.setData({ @@ -190,7 +190,7 @@ for (let index = 0; index < res.datas.length; index++) { const item = res.datas[index]; item.icon ? - (item.icon = getPublicImage(item.icon, 500)) : + (item.icon = getPublicImage(item.icon, 150)) : (item.icon = item.icon); item.children = await this.getSecondList(item); @@ -232,7 +232,7 @@ await app.MG.store.getStoreChannelList(query).then((res) => { for (let index = 0; index < res.datas.length; index++) { const element = res.datas[index]; - if (element.icon) element.icon = getPublicImage(element.icon, 500); + if (element.icon) element.icon = getPublicImage(element.icon, 150); } datas = res.datas; }); -- Gitblit v1.9.1