Remax 提供原生小程序 API 支持,如;
import { navigateTo, requestPayment, ... } from 'remax/wechat'
拥有事件回调(success,fail)的 API,Remax 还提供 Promise
支持,如:
import { requestPayment } from 'remax/wechat';
requestPayment(params).then(res => {
console.log(res);
});
Remax 提供原生小程序 API 支持,如;
import { navigateTo, requestPayment, ... } from 'remax/wechat'
拥有事件回调(success,fail)的 API,Remax 还提供 Promise
支持,如:
import { requestPayment } from 'remax/wechat';
requestPayment(params).then(res => {
console.log(res);
});
本文档使用 BookStack 构建