Page({ data: { storeId: '', }, onLoad(options) { this.setData({ storeId: options.storeId || '' }) }, })