简单和分享下最近实现的一个程序,本系统后台基于ssm(Spring+SpringMVC+MyBatis)开发,前台为小程序开发的商城,系统以Java作为编程语言,采用Mysql数据库作为后台数据库。它是基于Browser/Server结构下形成的数据驱动的Web应用程序。前台是采用微信小程序开发,
系统管理员功能如下:管理员管理、分类管理、 商品管理、 订单管理、 反馈管理等功能
前台微信小程序功能:首页、分类、购物车、我等功能。详情请看功能图片。

源码下载

{
  "pages": [
    "pages/index/index",
    "pages/cart/cart",
    "pages/checkout/checkout",
    "pages/member/index/index",
    "pages/pl",
    "pages/addresses/addresses",
    "pages/address-edit/address-edit",
    "pages/addresses-edit/addresses-edit",
    "pages/address-edit2/address-edit",
    "pages/shop/classify/index",
    "pages/classify/index",
    "pages/common/success",
    "pages/list/list",
    "pages/seller_order/seller_order",
    "pages/category/category",
    "pages/address/add/add",
    "pages/address/list/list",
    "pages/goods/detail/detail"
  ],
  "window": {
    "navigationBarBackgroundColor": "#48C23D",
    "navigationBarTitleText": "社区电商",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "selectedColor": "#3cc51f",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "images/icon_home.png",
        "selectedIconPath": "images/icon_home_selected.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/classify/index",
        "iconPath": "images/icon_cate.png",
        "selectedIconPath": "images/icon_cate_selected.png",
        "text": "分类"
      },
      {
        "pagePath": "pages/cart/cart",
        "iconPath": "images/icon_cart.png",
        "selectedIconPath": "images/icon_cart_selected.png",
        "text": "购物车"
      },
      {
        "pagePath": "pages/member/index/index",
        "iconPath": "images/icon_member.png",
        "selectedIconPath": "images/icon_member_selected.png",
        "text": "我"
      }
    ]
  },
  "sitemapLocation": "sitemap.json"
}


更多推荐

后台基于ssm开发前台为微信小程序开发的商城系统