3 回复
你应该写错了,我的ios安卓都行
onShareAppMessage() { return { title: this .cardType.name, path: `/pages/select-card?cardTypeId=${ this .cardType.id}&crmId=${ this .cardType.tenantId}`, imageUrl: this .cardType.cardFaces[0].url, success: (res) => { // 转发成功 wepy.showToast({ title: '分享成功' , icon: 'success' , duration: 1500 }) } } } |