微信小程序内部方法调用

  loadList:function(){
    console.log("----333")
    
  },

  /**
   * 初始化处理函数
   */
  onLoad: function () {
    this.loadList();
  },
发布了514 篇原创文章 · 获赞 182 · 访问量 36万+

猜你喜欢

转载自blog.csdn.net/dmw412724/article/details/104716855