小程序 API

2020-04-28 10:18 更新

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);
});


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号