微信小游戲獲取參數


通過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
 
 
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM