这是微信小程序的一个主页功能用来跳转到各个模块帮我在下面写上三个类似导航栏功能的模块分别是主页课表我的view view class=swiper-container swiper class=swiper indicator-dots=true autoplay=true interval=3000 duration=500 swiper-item image src=h
// 在.js文件中添加以下代码 Page({ toHomePage: function() { wx.navigateTo({ url: '/pages/homepage/homepage' }) }, toSchedule: function() { wx.navigateTo({ url: '/pages/schedule/schedule' }) }, toMine: function() { wx.navigateTo({ url: '/pages/mine/mine' }) } })
原文地址: https://www.cveoy.top/t/topic/bDDa 著作权归作者所有。请勿转载和采集!