摘要: 1、修改app.js // app.js App({ onLaunch() { // 登录 wx.login({ success: res => { // 发送 res.code 到后台换取 openId, sessionKey, unionId if (res.code) { // console 阅读全文
posted @ 2025-02-17 08:42 韩梦芫 阅读(18) 评论(0) 推荐(0)