小程序点餐系统
.
├── 点餐demo
│ └── 点餐demo
│ ├── totalOrder
│ │ ├── app.js
│ │ ├── app.json
│ │ ├── app.wxss
│ │ ├── components
│ │ │ ├── my-detail
│ │ │ │ ├── my-detail.js
│ │ │ │ ├── my-detail.json
│ │ │ │ ├── my-detail.wxml
│ │ │ │ └── my-detail.wxss
│ │ │ └── my-shop
│ │ │ ├── my-shop.js
│ │ │ ├── my-shop.json
│ │ │ ├── my-shop.wxml
│ │ │ └── my-shop.wxss
│ │ ├── icon
│ │ │ ├── 我的.png
│ │ │ ├── 订单.png
│ │ │ ├── 首页.png
│ │ │ ├── 我的1.png
│ │ │ ├── 订单1.png
│ │ │ └── 首页1.png
│ │ ├── images
│ │ │ ├── 001.png
│ │ │ ├── 002.png
│ │ │ ├── 003.png
│ │ │ ├── 004.png
│ │ │ ├── 005.png
│ │ │ ├── 006.png
│ │ │ ├── 007.png
│ │ │ ├── 008.png
│ │ │ ├── 009.png
│ │ │ ├── 010.png
│ │ │ ├── 011.png
│ │ │ ├── 012.png
│ │ │ ├── 013.png
│ │ │ ├── 014.png
│ │ │ ├── 015.png
│ │ │ ├── 016.png
│ │ │ ├── 017.png
│ │ │ ├── 018.png
│ │ │ ├── 019.png
│ │ │ ├── 020.png
│ │ │ ├── 021.png
│ │ │ ├── 022.png
│ │ │ ├── 023.png
│ │ │ ├── 024.png
│ │ │ ├── 025.png
│ │ │ ├── 026.png
│ │ │ ├── 027.png
│ │ │ ├── 028].png
│ │ │ ├── 030.png
│ │ │ ├── 031.png
│ │ │ ├── 033.png
│ │ │ ├── 034.png
│ │ │ ├── 035.png
│ │ │ ├── 036.png
│ │ │ ├── 037.png
│ │ │ ├── 038.png
│ │ │ ├── 039.png
│ │ │ ├── 040.png
│ │ │ ├── 041.png
│ │ │ ├── 042.png
│ │ │ ├── 043.png
│ │ │ ├── 044.png
│ │ │ ├── 045.png
│ │ │ ├── 053.png
│ │ │ ├── 054.png
│ │ │ ├── 055.png
│ │ │ ├── 056.png
│ │ │ ├── 29.png
│ │ │ ├── banner_1.png
│ │ │ ├── banner_2.png
│ │ │ ├── banner_3.png
│ │ │ ├── bottom_1.png
│ │ │ ├── bottom_2.png
│ │ │ ├── bottom_3.png
│ │ │ ├── home.png
│ │ │ ├── home_s.png
│ │ │ ├── image_ad.png
│ │ │ ├── order.png
│ │ │ ├── order_s.png
│ │ │ ├── she.jpg
│ │ │ ├── user.png
│ │ │ └── user_s.png
│ │ ├── module
│ │ │ └── service.js
│ │ ├── pages
│ │ │ ├── definite
│ │ │ │ ├── definite.js
│ │ │ │ ├── definite.json
│ │ │ │ ├── definite.wxml
│ │ │ │ └── definite.wxss
│ │ │ ├── detail
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ └── detail.wxss
│ │ │ ├── index
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── list
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── menu
│ │ │ │ ├── menu.js
│ │ │ │ ├── menu.json
│ │ │ │ ├── menu.wxml
│ │ │ │ └── menu.wxss
│ │ │ └── recored
│ │ │ ├── recored.js
│ │ │ ├── recored.json
│ │ │ ├── recored.wxml
│ │ │ └── recored.wxss
│ │ ├── project.config.json
│ │ ├── project.private.config.json
│ │ ├── sitemap.json
│ │ └── style
│ │ └── iconfont.wxss
│ ├── total服务端
│ │ ├── exp.js
│ │ ├── index.json
│ │ ├── list.json
│ │ ├── node_modules
│ │ │ ├── accepts
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── array-flatten
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── array-flatten.js
│ │ │ │ └── package.json
│ │ │ ├── body-parser
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── read.js
│ │ │ │ │ └── types
│ │ │ │ │ ├── json.js
│ │ │ │ │ ├── raw.js
│ │ │ │ │ ├── text.js
│ │ │ │ │ └── urlencoded.js
│ │ │ │ └── package.json
│ │ │ ├── bytes
│ │ │ │ ├── History.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Readme.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── content-disposition
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── content-type
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── cookie
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── cookie-signature
│ │ │ │ ├── History.md
│ │ │ │ ├── Readme.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── debug
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── component.json
│ │ │ │ ├── karma.conf.js
│ │ │ │ ├── node.js
│ │ │ │ ├── package.json
│ │ │ │ └── src
│ │ │ │ ├── browser.js
│ │ │ │ ├── debug.js
│ │ │ │ ├── index.js
│ │ │ │ ├── inspector-log.js
│ │ │ │ └── node.js
│ │ │ ├── depd
│ │ │ │ ├── History.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Readme.md
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── browser
│ │ │ │ │ │ └── index.js
│ │ │ │ │ └── compat
│ │ │ │ │ ├── callsite-tostring.js
│ │ │ │ │ ├── event-listener-count.js
│ │ │ │ │ └── index.js
│ │ │ │ └── package.json
│ │ │ ├── destroy
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── ee-first
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── encodeurl
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── escape-html
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Readme.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── etag
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── express
│ │ │ │ ├── History.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Readme.md
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── application.js
│ │ │ │ │ ├── express.js
│ │ │ │ │ ├── middleware
│ │ │ │ │ │ ├── init.js
│ │ │ │ │ │ └── query.js
│ │ │ │ │ ├── request.js
│ │ │ │ │ ├── response.js
│ │ │ │ │ ├── router
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ └── route.js
│ │ │ │ │ ├── utils.js
│ │ │ │ │ └── view.js
│ │ │ │ └── package.json
│ │ │ ├── finalhandler
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── forwarded
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── fresh
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── http-errors
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── iconv-lite
│ │ │ │ ├── Changelog.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── encodings
│ │ │ │ │ ├── dbcs-codec.js
│ │ │ │ │ ├── dbcs-data.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── internal.js
│ │ │ │ │ ├── sbcs-codec.js
│ │ │ │ │ ├── sbcs-data-generated.js
│ │ │ │ │ ├── sbcs-data.js
│ │ │ │ │ ├── tables
│ │ │ │ │ │ ├── big5-added.json
│ │ │ │ │ │ ├── cp936.json
│ │ │ │ │ │ ├── cp949.json
│ │ │ │ │ │ ├── cp950.json
│ │ │ │ │ │ ├── eucjp.json
│ │ │ │ │ │ ├── gb18030-ranges.json
│ │ │ │ │ │ ├── gbk-added.json
│ │ │ │ │ │ └── shiftjis.json
│ │ │ │ │ ├── utf16.js
│ │ │ │ │ └── utf7.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── bom-handling.js
│ │ │ │ │ ├── extend-node.js
│ │ │ │ │ ├── index.d.ts
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── streams.js
│ │ │ │ └── package.json
│ │ │ ├── inherits
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── inherits.js
│ │ │ │ ├── inherits_browser.js
│ │ │ │ └── package.json
│ │ │ ├── ipaddr.js
│ │ │ │ ├── README.md
│ │ │ │ ├── ipaddr.min.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── ipaddr.js
│ │ │ │ │ └── ipaddr.js.d.ts
│ │ │ │ └── package.json
│ │ │ ├── media-typer
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── merge-descriptors
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── methods
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── mime
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── build
│ │ │ │ │ ├── build.js
│ │ │ │ │ └── test.js
│ │ │ │ ├── cli.js
│ │ │ │ ├── mime.js
│ │ │ │ ├── package.json
│ │ │ │ └── types.json
│ │ │ ├── mime-db
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── db.json
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── mime-types
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── ms
│ │ │ │ ├── index.js
│ │ │ │ ├── license.md
│ │ │ │ ├── package.json
│ │ │ │ └── readme.md
│ │ │ ├── negotiator
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── charset.js
│ │ │ │ │ ├── encoding.js
│ │ │ │ │ ├── language.js
│ │ │ │ │ └── mediaType.js
│ │ │ │ └── package.json
│ │ │ ├── on-finished
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── parseurl
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── path-to-regexp
│ │ │ │ ├── History.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Readme.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── proxy-addr
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── qs
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── dist
│ │ │ │ │ └── qs.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── formats.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── parse.js
│ │ │ │ │ ├── stringify.js
│ │ │ │ │ └── utils.js
│ │ │ │ ├── package.json
│ │ │ │ └── test
│ │ │ │ ├── index.js
│ │ │ │ ├── parse.js
│ │ │ │ ├── stringify.js
│ │ │ │ └── utils.js
│ │ │ ├── range-parser
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── raw-body
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.d.ts
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── safe-buffer
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.d.ts
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── safer-buffer
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Porting-Buffer.md
│ │ │ │ ├── Readme.md
│ │ │ │ ├── dangerous.js
│ │ │ │ ├── package.json
│ │ │ │ ├── safer.js
│ │ │ │ └── tests.js
│ │ │ ├── send
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── serve-static
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── setprototypeof
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.d.ts
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── statuses
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── codes.json
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── type-is
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── unpipe
│ │ │ │ ├── HISTORY.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ ├── utils-merge
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── index.js
│ │ │ │ └── package.json
│ │ │ └── vary
│ │ │ ├── HISTORY.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── index.js
│ │ │ └── package.json
│ │ ├── order.json
│ │ ├── orderlist-0.json
│ │ ├── orderlist-10.json
│ │ ├── orderlist-20.json
│ │ ├── orderlist.json
│ │ ├── package-lock.json
│ │ ├── package.json
│ │ ├── record.json
│ │ └── 文件名解释.txt
│ └── 使用说明.txt
└── 找例子网_点餐demo.zip
85 directories, 425 files
评论