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

15 行
230 B

  1. Component({
  2. externalClasses: ['i-class'],
  3. properties: {
  4. loading: {
  5. type: Boolean,
  6. value: true
  7. },
  8. tip: {
  9. type: String,
  10. value: ''
  11. }
  12. },
  13. });