摘 要
随着电子商务的发展,网络购物已经成为人们日常生活中的习惯。虽然现在网络上可以看到各种各样的网络商城,但是还没有一个专门用于购买手办商品的购物商城平台。本文设计和开发了一个专门用于购买手办商品的购物商城平台,首先介绍了用于开发商城平台的HTML5、CSS3、JavaScript、Uniapp以及Express框架,分析了购物商城平台的整体架构,对平台的各个功能模块需求进行了详细分析。本文采用了前后端分离的方式来实现,游客进行登录后,可以查看商品的详情信息,加入购物车后提交支付状态进行购买。最后,我们对整个手办商城平台的功能性测试,对平台的不足之处进行分析并提出改进方案。
关键词:Uniapp,Express,手办,网络购物
Abstract
With the development of e-commerce, online shopping has become a habit in people's daily life. Although you can now see a variety of online shopping malls on the Internet, there is no shopping mall platform dedicated to the purchase of figurative goods. This paper designs and develops a shopping mall platform dedicated to the purchase of handmade goods, first introduces HTML5, CSS3, JavaScript, Uniapp and Express frameworks for developing the mall platform, analyzes the overall architecture of the shopping mall platform, and analyzes the requirements of each functional module of the platform in detail. This article adopts the method of separating the front and back ends, and after logging in, visitors can view the detailed information of the product, add it to the shopping cart and submit the payment status for purchase. Finally, we test the functionality of the entire figure mall platform, analyze the shortcomings of the platform and propose improvement plans.
Keyword: Uniapp,Express,Figures,Online shopping
目录
摘 要
Abstract
第一章 绪论
1.1研究背景及意义
1.2 国内外研究现状
1.3 论文的工作内容
1.4 论文的组织结构
第二章 相关软件介绍
2.1 开发语言
2.1.1 HTML5语言
2.1.2 CSS3语言
2.1.3 JavaScript语言
2.2 开发工具
2.2.1 MYSQL数据库
2.2.2 HbuilderX开发工具
2.3 开发框架
2.3.1 Uniapp前端框架
2.3.2 Express后端框架
2.4 本章小结
第三章 手办商城的需求分析与概要设计
3.1 系统需求分析
3.1.1 需求概述
3.1.2 功能需求分析
3.1.3 非功能需求分析
3.1.4 数据需求分析
3.2 系统概要设计
3.2.1 手办商城总体设计
3.2.2 手办商城功能模块设计
3.3 数据库设计
3.3.1 E-R图设计
3.3.2 数据库设计
3.4 本章小结
第四章 总体功能的详细设计和实现
4.1 系统环境搭建
4.2 数据库表设计和数据库连接
4.2.1 数据库表设计
4.2.2 数据库连接
4.3 模块设计与实现
4.3.1 登录注册模块
4.3.2 首页模块
4.3.3 商品分类模块
4.3.4 购物车模块
4.3.5 我的模块
4.4 本章小结
第五章 功能测试
5.1 测试环境配置
5.2 功能测试
5.3 本章小结
第六章 总结与展望
6.1 总结
6.2 展望
致谢
参考文献