C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
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. });