直接引用WeixinJSBridge提示“找不到名称”,如果加上window,提示不存在的属性,编译通不过,请问该如何解决?
onBridgeReady() {
WeixinJSBridge.invoke(
'getBrandWCPayRequest',
this.wxJsApiParam,
function (res) {
if (res.err_msg == "get_brand_wcpay_request:ok") {
this.router.navigate(['/productresult']);
}
});
}
你好,请移步至微信支付专区https://developers.weixin.qq.com/community/pay提问,我们会有对应同学来处理,此贴先隐藏,请重新发帖咨询。