获取到小组件全局唯一的 App 实例。
// other.js var appInstance = getApp() console.log(appInstance.globalData) // I am global data