获取快应用 App 实例。多次调用返回的都是同一个全局 App 实例。
App
var app = getApp() console.log(app.globalData) // Hello QuickApp
getApp()
在线客服