摘要: 获取基本用户数据 profile(e) { try{ wx.getUserProfile({ desc: '用于完善会员资料',//后续会进行展示 success: res => { wx.setStorage({ key:"userInfo", data:JSON.stringify(res.us 阅读全文
posted @ 2021-09-03 09:25 JaydenQiu 阅读(84) 评论(0) 推荐(0)
摘要: 小程序调用接口生成预付订单,接收prepay_id unified(){ wx.request({url: "http://localhost/personalities/server/?head=unified", method: 'GET', data:{ body : this.data.bo 阅读全文
posted @ 2021-09-03 09:18 JaydenQiu 阅读(60) 评论(0) 推荐(0)