x***@163.com
x***@163.com
  • 发布:2022-03-27 02:16
  • 更新:2022-03-27 20:54
  • 阅读:241

Cannot read property 'gotoHuaweiPay' of undefined

分类:uni-app

1、manifest.json已经加入了华为支付的包
2、然后重新打包自定义基座
3、在需要支付的页面

     var huweiPay = uni.requireNativePlugin('x5HuaweiModule');  
     huweiPay.gotoHuaweiPay(options, (ret) => {  
              console.log('华为支付', res)  
     });

4、最后提示 Cannot read property 'gotoHuaweiPay' of undefined

麻烦问一下可能是什么原因啊?

2022-03-27 02:16 负责人:无 分享
已邀请:
小枫叶

小枫叶 - 外包接单加v:wlmk1234567 注明来意

引入正常么?

该问题目前已经被锁定, 无法添加新回复