微信小遊戲獲取參數

經過APP喚起微信小遊戲,而且接收小遊戲參數微信

console.log("begin")
console.log(wx.getLaunchOptionsSync())
console.log(JSON.stringify(wx.getLaunchOptionsSync()))
wx.showModal({
title: '123213',
content: JSON.stringify(wx.getLaunchOptionsSync().query),
})
console.log("end")
 
https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=21526646437Y6nEC&token=ae4e632e7dcc175a183ce11346e0dfcd98399d82&lang=zh_CN
相關文章
相關標籤/搜索