首页 > TAG信息列表 > toWait

【微信小程序】封装request请求模块/wx小程序手动封装Promise

// 封装请求模块 const Promise = require('./Promise.js'); const baseUrl = 'http://127.0.0.1:8080/'; function request(method, url, data) { return new Promise((res,rej) => { let header = { 'content-type': 'applicati