【微信小程序】執行完公共函數再執行當前page函數

function f_util(resolve, value) { setTimeout(function () { resolve(value) }, 2000) } Page({ onShow: function () { var that = this this.promise.then(function (value) { console.l
相關文章
相關標籤/搜索