fix 剧照分享首页

develop
GJW200011 4 years ago
parent d61d56c963
commit 3a8b6b2b56

@ -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
}
}
})
Loading…
Cancel
Save