index.js 112 B

1234567
  1. Component({
  2. properties: {
  3. list: Array,
  4. userrole: String,
  5. hidePrice: Number
  6. },
  7. })