分享
赞
踩
<!-- #ifdef MP-WEIXIN -->
<button class="share-btn" open-type="share">分享</button>
<!-- #endif -->
export default {
onShareAppMessage(res) {
return {
title: '自定义分享标题',
path: '/pages/test/test?id=123'
}
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。