const _Http = getApp().globalData.http; Page({ data: { loading: true }, onLoad(options) { this.setData({ loading:false }) }, onReady() { } })