Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
现在安卓端的sdk支付在shell壳子里已经配好了, 怎么在taro里调起支付呢?
和原生 RN 调用方式一摸一样。 唯一的区别是代码需要包裹一下以实现跨平台:
if (process.env.TARO_ENV === 'rn') { // call alipay }