Page({ data: { giveList: [], giveFlag: true }, onLoad(query) { console.log('page onLoad', query) }, onShow() { } })