如果要较完整学习微信小程序云开发可以看看这个“云+公开课”帮你了解完整的微信云托管部署流程,学习实战级的小程序开发。
1、首页
点击轮播图可以跳转详情页
点击专享礼包可以跳转
点击品牌或者商品可以跳转相应页面
2、商品详情页
可以选择商品属性
可以添加购物车或者立即购买
3、购物车及结算页
4、分类页面
5、新增地址
6、我的个人页
7、查看订单
8、优惠券
9、意见建议
{ "pages": [ "pages/dashboard/index", "pages/shop/index", "pages/center/index", "pages/order/index", "pages/cart/index", "pages/type/index", "pages/good/index", "pages/payorder/index", "pages/center/feedback/feedback", "pages/brand/brand", "pages/brandShop/brandShop", "pages/getCoupon/getCoupon", "pages/sale/sale" ], "window": { "navigationBarBackgroundColor": "#FAFAFA", "navigationBarTitleText": "简商城", "navigationBarTextStyle": "black", "backgroundTextStyle": "dark", "backgroundColor": "#f9f9f9" }, "debug": true, "tabBar": { "color": "#a9b7b7", "selectedColor": "#d81e06", "borderStyle": "white", "list": [ { "selectedIconPath": "images/index.png", "iconPath": "images/index1.png", "pagePath": "pages/dashboard/index", "text": "首页" }, { "selectedIconPath": "images/type.png", "iconPath": "images/type1.png", "pagePath": "pages/type/index", "text": "分类" }, { "selectedIconPath": "images/cart.png", "iconPath": "images/cart1.png", "pagePath": "pages/cart/index", "text": "购物车" }, { "selectedIconPath": "images/center.png", "iconPath": "images/center1.png", "pagePath": "pages/center/index", "text": "我的" } ] }, "sitemapLocation": "sitemap.json" }