aworkstory

支付宝小程序开发手册

自定义事件处理函数

    this.setData({
      text: \'Set data for update.\',
    });
  },
  // 自定义事件处理函数
  go() {
    // 带参数的跳转,从 page/ui/index 的 onLoad 函数的 query 中读取 type
    my.navigateTo({url:\'/page/ui/index?type=mini\'});
  },

详细说明地址:https://opendocs.alipay.com/mini/framework/page-detail

分类:

技术点:

相关文章:

  • 2021-04-26
  • 2021-10-01
  • 2021-05-16
  • 2021-10-05
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2021-04-18
  • 2022-01-18
  • 2021-12-25
  • 2021-10-28
相关资源
相似解决方案