微信小程序支付实例

//点击支付按钮进行支付 toPay: function () { var that = this; wx.login({ //获取code换取openID success: function (res) { //code = res.code //返回code console.log(“获取code”,res.code); that.getOpenId(res.code); } }) }, //
相关文章
相关标签/搜索