onShareAppMessage path的参数
请问onShareAppMessage的path可以使用全局变量吗?
onShareAppMessage: function (res) { return { title: "xxxxxx" , path: "pages/menu/menu?id" + getApp().globalData.id } } |
如果不可以的话,请问如何才能传进去一个变量参数?
谢谢!:)