WeixinJSBridge.invoke('requestMerchantTransfer', {
mchId: mchId,
appId: appId,
package: packageInfo,
},
function (res) {
uni.showToast({
title: res,
icon: 'none'
})
if (res.err_msg === 'requestMerchantTransfer:ok') {
this.onShow();
}
}
);
在h5里使用了以上代码,单独在网页里测试没有问题,但是嵌入到小程序后,没有任何反馈,也没有实现支付确认窗口
你好,确认下小程序web-view内发起支付吗?不支持
web-view 不支持这种调用方式
webview中不支持,不用费心思尝试了