weimob-tech / WeConsole

功能全面、界面与体验对标 Chrome devtools 的可定制化的小程序开发调试面板
MIT License
43 stars 7 forks source link

Taro怎么引入 #8

Open wuweikd opened 1 month ago

wuweikd commented 1 month ago

如题,taro的微信小程序怎么引入

因为taro会将代码打包为小程序代码,需要再打包完成后再引入吗。

wuweikd commented 1 month ago

const wxPayRes = await Taro.requestPayment({ xxx: xxx }).catch((error) => { console.warn("【微信支付】", error); });

目前已知这个语法不支持