💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
onReachBottoml:页面上拉触底事件的处理函数;类似于监听事件,只有在页面底部上拉时触发 ~~~ Page({ data: { }, onReachBottom(){ console.log("U Are Beautiful") } }) ~~~ 导航条加载 ~~~ wx.hideNavigationBarLoading(); wx.showNavigationBarLoading(); ~~~ 页面加载 ~~~ wx.showLoading({ title: "加载中..." }); wx.hideLoading(); ~~~ 导航标题设置 ~~~ wx.setNavigationBarTitle({ title:'xxx' }); ~~~