C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

20 行
347 B

  1. Component({
  2. externalClasses: ['i-class'],
  3. properties: {
  4. title: {
  5. type: String,
  6. value: ''
  7. },
  8. // 标题顶部距离
  9. hideTop: {
  10. type: Boolean,
  11. value: false
  12. },
  13. hideBorder: {
  14. type: Boolean,
  15. value: false
  16. }
  17. }
  18. });