问题截图:
uni-app 代码:
onShareAppMessage(shareOption) {
const shareImage = 'https://newbie-assets-preprod.digitalvolvo.com/picture/139ACA5B-9896-421C-A965-38CD01FBA0E0.png';
return {
title: this.shareData.title || 'XC90插电式混动',
desc: this.shareData.desc || 'XC90插电式混动',
imageUrl: 'https://newbie-assets-preprod.digitalvolvo.com/picture/139ACA5B-9896-421C-A965-38CD01FBA0E0.png',
path: '/pages/webView/index?url=' + shareOption.webViewUrl
};
}