收藏
回答

小程序端 同步某一方法执行完毕

小程序端 如何等待某一方法执行完毕后再执行下一个方法

async await?怎么用


VM2077:1 thirdScriptError

regeneratorRuntime is not defined;at pages/p2/p2 page pay function

ReferenceError: regeneratorRuntime is not defined


最后一次编辑于  2018-12-21
回答关注问题邀请回答
收藏

1 个回答

  • smile
    smile
    2018-12-21
    one:(call){
    call()

    }

    this.one(function(){


    })



    或者引入npm包

    2018-12-21
    有用
    回复 2
    • 鸩
      2018-12-21

      没看懂

      2018-12-21
      回复
    • smile
      smile
      2018-12-21回复

      js  回调函数

      2018-12-21
      回复
登录 后发表内容