/hotel-weapp

酒店预订系统-微信小程序

Primary LanguageJavaScriptMIT LicenseMIT

酒店预订系统-微信小程序

该仓库为酒店预订系统的微信小程序,其Vue后台和Node.js服务端如下:

Vue前台

Node.js服务端

功能

  1. 登录
  2. 首页
  3. 预订页
  4. 详细
  5. 我的
  6. 订单列表
  7. 订单详细
  8. 确认预订

目录

hotel-weapp
│  app.js
│  app.json
│  app.wxss
│  LICENSE
│  project.config.json
│  README.md
│  sitemap.json
│
├─image
│      arrow-right.png
│      avatar.png
│      completed-icon.png
│      completed.png
│      contact.png
│      home.png
│      home_selected.png
│      location.png
│      minus.png
│      my.png
│      my_selected.png
│      occupied-icon.png
│      occupied.png
│      plus.png
│      reserve.png
│      reserved-icon.png
│      reserved.png
│      reserve_selected.png
│
├─pages
│  ├─confirm
│  │      confirm.js
│  │      confirm.json
│  │      confirm.wxml
│  │      confirm.wxss
│  │
│  ├─home
│  │      home.js
│  │      home.json
│  │      home.wxml
│  │      home.wxss
│  │
│  ├─my
│  │      my.js
│  │      my.json
│  │      my.wxml
│  │      my.wxss
│  │
│  ├─order
│  │      order.js
│  │      order.json
│  │      order.wxml
│  │      order.wxss
│  │
│  ├─orderDetail
│  │      orderDetail.js
│  │      orderDetail.json
│  │      orderDetail.wxml
│  │      orderDetail.wxss
│  │
│  ├─pay
│  │      pay.js
│  │      pay.json
│  │      pay.wxml
│  │      pay.wxss
│  │
│  └─reserve
│          reserve.js
│          reserve.json
│          reserve.wxml
│          reserve.wxss
│
└─utils
        dateTool.js
        http.js
        request.js
        util.js