摘 要
微信小程序在日常生活中应用越来越广,网上消费、游戏娱乐等成为了一种常见应用方式。为进一步了解和探索微信小程序在点餐系统中的潜在价值和意义,本文通过使用 Javascript 技术、Spring boot、vue、WXML、WXSS 等技术,开发了基于微信小程序的茶叶购买系统,实现了浏览商品、下单结算、分享等功能,基本满足了用户购物方面的需求,并且该系统具有随用随走,不需要下载 APP,使用方便等特点。这一小程序的开发能为以后开发类似的小程序提供借鉴和帮助,具有一定的理论和实际意义。
关键词: 关键词:茶叶购买,Java,VUE,MYSQL
Wechat apps are more and more widely used in daily life, online consumption, games and entertainment have become a common way of application. In order to further understand and explore the potential value and significance of wechat applets in the ordering system, this paper uses javascript technology, spring boot, Vue, wxml, wxss The tea purchase system based on wechat applet is developed, which realizes the functions of Browsing Goods, ordering settlement, sharing and so on, and basically meets the needs of users in terms of shopping. Moreover, the system has the characteristics of "go with you", no need to download app, and easy to use. The development of this small program can provide reference and help for the future development of similar small programs, which has certain theoretical and practical significance.
Key words: tea purchase, Java, Vue, MySQL
目录
1 绪论 3
1.1 项目开发背景 4
1.2 项目开发意义 4
1.3 项目主要的内容 4
2 开发环境及相关技术概述 4
2.1 相关技术 4
2.2 系统环境开发条件 6
3 系统的需求分析与设计 6
3.1可行性分析 6
3.2需求分析 6
3.2.1系统总体概述 6
3.2.2功能性需求 7
3.2.3非功能性需求 7
3.2.4流程图设计 8
3.2.5系统ER图设计 10
3.3 数据库设计 12
3.4系统运行环境 15
4 系统功能模块的实现 15
4.1 后端登陆页面的实现 16
4.2后端商品列表页面实现 17
4.3 后端类别管理 18
4.4 后端订单管理 19
4.5 后端留言评论管理 19
4.6 前端页面的实现 20
商品前端展示列表部分代码如下: 21
5 系统测试 22
5.1 登陆页面的实现测试 23
5.2 类别管理 23
5.4 商品管理 24
5.5 订单管理 24
结 论 24
参考文献 25