收藏
回答

小程序异步方法已支持Promise的then回调miniprogram-api-promise怎用?

微信提供了一个将异步API Promise化的库miniprogram-api-promise,我发现现有的小程序异步api就已经支持then写法了啊;这个工具的意义是什么?文档写的很简略;

  wx.getSystemInfo().then(res => console.log(res))   //获取成功
回答关注问题邀请回答
收藏

1 个回答

  • 老张
    老张
    2021-07-30

    如果你调用的wx.xxxx文档里,发现不支持Promse的,需要这个库。比如:

    2021-07-30
    有用
    回复 1
    • Mr.faby🤗
      Mr.faby🤗
      2021-07-30
      原来如此,谢谢
      2021-07-30
      回复
登录 后发表内容