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

16 行
300 B

  1. Component({
  2. externalClasses: ['i-class'],
  3. options: {
  4. // 在组件定义时的选项中启用多slot支持
  5. multipleSlots: true
  6. },
  7. methods : {
  8. handleTap2(){
  9. console.log(event,1111111)
  10. },
  11. handleTap3(){
  12. }
  13. }
  14. });