• Stars
    star
    138
  • Rank 264,508 (Top 6 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Meterail Design风格商城类项目

EShop

商城项目,主要功能如下:

  • 1.首页不同item展示商品,轮播图等
  • 2.商品详情立即购买和加入购物车
  • 3.商品的分类,筛选排序
  • 4.管理所有订单

项目截图

接口数据

原来的接口已不能使用,数据来源更改为mock,接口返回数据统一格式如下:

{
    "status": {
        "succeed": 1,
        "error_code": 0,
        "error_desc": ""
    },
    "data": {
        
    }
}

第三方库

关注公众号,获取更多资源