特牛网址导航

微信小程序商城项目(篇3):首页导航实现_实现商城首页导航-CSDN博客

网友收藏
文章浏览阅读880次。展示效果从后端获取数据 // 分类导航内容 let promise2=getRequest('https://api-hmugo-web.itheima.net/api/public/v1/home/catitems') promise2.then((res)=>{ // console.log(res) this.setData({ classify:res.data.message }) })将数据渲染到页面_实现商城首页导航