小程序分享title字段带回车键分享标题显示错误(小米Max2)
设置分享:
onShareAppMessage() {
return
{
title:
'你有1个快递信息\n换行了'
,
path: 'pages/test/index,
success:
function
(res) {
// 转发成功
},
fail:
function
(res) {
// 转发失败
}
};
},
一个手机分享,小米Max2接受分享卡片
期望小米Max2接收到卡片效果:
实际结果不换行了
3 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)