We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,taro的微信小程序怎么引入
因为taro会将代码打包为小程序代码,需要再打包完成后再引入吗。
The text was updated successfully, but these errors were encountered:
const wxPayRes = await Taro.requestPayment({ xxx: xxx }).catch((error) => { console.warn("【微信支付】", error); });
目前已知这个语法不支持
Sorry, something went wrong.
taro有成功引入 么
No branches or pull requests
如题,taro的微信小程序怎么引入
因为taro会将代码打包为小程序代码,需要再打包完成后再引入吗。
The text was updated successfully, but these errors were encountered: