小程序获取链接中的参数

onLoad: function (options) {

if (options != null && options != undefined &&

options.sharetype != null && options.sharetype > 0) {

console.log(options.toUserId)

this.setData({

toUserId: options.toUserId

})

}

}

    原文作者:浮生若梦l
    原文地址: https://blog.csdn.net/qq_32784303/article/details/90670543
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞