摘要: onLaunch () { if (wx.canIUse('getUpdateManager')) { const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { if (re 阅读全文
posted @ 2021-04-25 17:49 tulintao 阅读(122) 评论(0) 推荐(0) 编辑
摘要: export const request = (url, method = "GET", data) => { let _url = `${baseUrlPrefix}${url}`; return new Promise((resolve, reject) => { Taro.showLoadin 阅读全文
posted @ 2021-04-25 08:53 tulintao 阅读(1178) 评论(0) 推荐(0) 编辑