From 3a8b6b2b56ec8c95c2fe00709037b55929583a9a Mon Sep 17 00:00:00 2001 From: GJW200011 <2399547226@qq.com> Date: Tue, 14 Dec 2021 14:58:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=89=A7=E7=85=A7=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/opera/stage/stage_photo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/opera/stage/stage_photo.js b/pages/opera/stage/stage_photo.js index 1250034..00c317b 100644 --- a/pages/opera/stage/stage_photo.js +++ b/pages/opera/stage/stage_photo.js @@ -83,11 +83,11 @@ Page({ * 用户点击右上角分享 */ onShareAppMessage: function () { - + let url = "https://mahuaimage.oss-cn-qingdao.aliyuncs.com/mini_app/share/home-share.png" return { title: this.data.show_title, path: '/pages/opera/stage/stage_photo?abb_id=' + this.data.abb_id + "&show_title=" + this.data.show_title, - imageUrl: '' + imageUrl: this.data.picture_list.length > 0 ? '' : url } } }) \ No newline at end of file