Go to file
2019-12-14 00:31:41 +08:00
components 分类页面完成 2019-12-13 15:39:55 +08:00
doc 完善bin.md 2019-12-13 12:01:28 +08:00
pages 商品页完成 2019-12-14 00:31:41 +08:00
utils 初始化 2019-12-13 10:29:54 +08:00
app.js 初始化 2019-12-13 09:50:09 +08:00
app.json 商品页完成 2019-12-14 00:31:41 +08:00
app.wxss 首页完成 2019-12-13 11:43:02 +08:00
project.config.json 购物车完成 2019-12-13 11:59:11 +08:00
README.md 商品页完成 2019-12-14 00:31:41 +08:00
sitemap.json 初始化 2019-12-13 09:50:09 +08:00

德国代购小程序

目录结构

  • commponents 组件
  • page 页面
  • utils 插件
  • doc 文档存放

页面路由

  • pages/index/index 首页
    组件
    • index/search 顶部搜索框
    • index/list 商品列表
      • index/lsit/commodity 商品单条
  • pages/search/search 搜索页
    组件
    • index/search 顶部搜索框
    • search/hot 热门上搜索列表
  • pages/classify/classify 分类页
    组件
    • classify/list 右侧商品列表
    • classify/navigation 左侧导航列表
  • pages/product/product 商品页