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