Component({ properties: { list: { type: Array }, userrole: { type: String }, hidePrice: { type: Number } }, data: { hidePrice: wx.getStorageSync('hidePrice'), } })