当前位置:   article > 正文

电商商城小程序项目完整源码(微信小程序)_电商小程序源码

电商小程序源码

微信公众号:创享日记
发送:简商城
获取完整源码(导入微信开发者工具即可)


【ChatGPT】前些天发现了一个巨牛的人工智能学习电子书,通俗易懂,风趣幽默,无广告,忍不住分享一下给大家。(点击查看学习资料)

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"
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/337027
推荐阅读
相关标签
  

闽ICP备14008679号