onShareAppMessage:function(options){
let thas = this;
if (options.from === 'button') {
// 來自頁面內轉發按鈕
shareObj = {
title:"頁面分享", //分享標題
path:"/pages/index/index", //分享地址
desc:"我在觀運算命,你也來試試吧", //描述
imageUrl: '/images/img_honorbook_masterdata.png', //圖片路徑
success: function (res) { //成功回調
}
}
return shareObj;
}
切記封面地址的參數是imageUrl不是imgUrl,網上很多都是imgUrl