您当前的位置: 首页 >  微信小程序

彭世瑜

暂无认证

  • 2浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

微信小程序:页面调用组件内方法

彭世瑜 发布时间:2021-10-13 18:19:15 ,浏览量:2

组件 custom-component

Component({
  methods: {
    sayHello() {
      console.log('hello');
    },
  },
});

页面调用组件方法


// 获取组件实例对象,并调用子组件方法
this.selectComponent('#custom-component').sayHello();

参考 https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/events.html

关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

0.3047s