自定義分享圖片
- onShareAppMessage: (res) => {
- if (res.from === 'button') {
- console.log("來自頁面內轉發按鈕");
- console.log(res.target);
- }
- else {
- console.log("來自右上角轉發菜單")
- }
- return {
- title: '21天攻克考研長難句',
- path: '/pages/index/index?id=123',
- imageUrl: "/images/1.jpg",
- success: (res) => {
- console.log("轉發成功", res);
- },
- fail: (res) => {
- console.log("轉發失敗", res);
- }
-
}
在轉發中,將縮略圖改為自定義圖片。
歡迎關注,有問題一起學習歡迎留言、評論。