登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于微信的社区团购平台分析与实现

 2023-01-18 09:01  

论文总字数:30817字

摘 要

随着计算机互联网技术的普及,人们的日常生活得到了很大的帮助,各大管理系统也得到了很大的发展,而在日常生活中,生活用品是不可或缺的,由此,购物便成为人们每天必不可少的活动。然而,去年一场席卷全球的疫情使得传统的线下购物不再安全,线下的购物会造成人员聚集,从而使得人们大面积接触,不利于对疫情的遏制。由于线下购物不再提倡,线上购物便火爆起来,原本价格低廉的线上购物逐渐变得昂贵起来。为了能享受到低廉的购物,人们在网上购物的基础上开发出了团购功能,团购价格相比普通零售价而言要低一些,并且可以保证产品的质量和服务。那如何是的团购更加快捷呢?微信,作为如今最为流行的通讯app,人们日常的大部分交流、工作大多是通过微信来完成,可以说微信已然成为人们生活中不可获取的一部分。所以使用微信小程序来完成社区团购系统是一个非常不错的选择,首先它无需安装,只要你拥有微信就可以使用,其次它的操作简单,即使是没有使用过智能手机的人在短暂的学习后也可以上手使用,这将很大程度上提高小程序的受欢迎程度。

本次毕设通过微信小程序主要实现社区团购的功能,通过完成微信用户登录、发起团购、卖家审核等功能使得整个小程序得以运行,并通过商家模块以及用户模块这两个基本模块实现在app上进行团购的功能,借此减少繁琐程序,提高购物效率,为了减少人们密切接触以及人员大规模聚集,我们还专门设置了配送点服务,可以将用户购买的商品配送到指点的地点,这对疫情的防控也有很大的帮助。

本文将从需求分析、系统概要设计、系统详细设计、数据库设计和系统测试来展现程序开发的过程及方法。

关键词:社区团购;微信小程序;快捷便利;价格低廉;疫情

Analysis and Implementation of WeChat-Based Community Group Purchase Platform

Abstract

With the popularization of computer Internet technology, People"s Daily life has been greatly helped, the major management systems have also been greatly developed, and in daily life, daily necessities are indispensable, thus, shopping has become an indispensable activity for people every day.However, the epidemic that swept the world last year made traditional offline shopping no longer safe. Shopping offline would cause people to gather together and thus bring people into contact with a large area, which is not conducive to the containment of the epidemic. Since offline shopping is no longer encouraged, online shopping has become popular, and once cheap online shopping has gradually become expensive. In order to enjoy the cheap shopping, people have developed the function of group buying on the basis of online shopping, the price of group buying is lower than the ordinary retail price, and can guarantee the quality of products and services.So how to buy more quickly?WeChat, as the most popular communication app nowadays, most of People"s Daily communication and work are completed through WeChat, so it can be said that WeChat has become an inaccessible part of people"s life.So using WeChat small program to complete the community group buying system is a very good choice, first of all, it does not need to install, as long as you have WeChat can use, then it"s easy operation, even the people who didn"t use smart phone can also get started after a brief study use, it will largely improve the popularity of small programs.

Project set by WeChat small application mainly realize the function of the community group, by completing WeChat user login, such as group purchase, the seller audit function allows the applet to run, and through these two fundamental business module and user module module implements the function of the group purchase on the app, to reduce the cumbersome procedures, improve the efficiency of shopping, in order to reduce the people who had close contact with large crowds and staff, we also set up PeiSongDian services, users can be purchase, the location of goods delivery to give directions for the prevention and control of epidemic also has a lot of help.

This paper will show the process and method of program development from the requirements analysis, system outline design, system detailed design, database design and system test.

Keywords: community group purchase; WeChat applet; Fast and convenient; Low price; epidemic

目 录

摘要 I

Abstract II

第一章 前言 1

1.1 课题背景与研究意义 1

1.2 研究现状 2

1.3 研究方法 2

1.4 论文的结构 2

第二章 需求分析与可行性分析 3

2.1需求分析 3

2.1.1 系统开发目的 3

2.1.2 系统功能需求分析 3

2.1.3 系统界面需求分析 3

2.1.4 性能需求分析 3

2.2可行性分析 4

2.2.1 概述 4

2.2.2 技术可行性 4

2.2.3 经济可行性 5

2.2.4 操作可行性 5

2.3 本章小结 5

第三章 系统的概要设计和分析 6

3.1系统开发环境及相关技术 6

3.1.1系统开发环境 6

3.1.2 开发技术 6

3.1.3微信开发者工具介绍 7

3.2系统功能结构设计 7

3.4 系统数据库设计 8

3.4.1 数据库概念结构设计 8

3.4.2 数据库设计 11

3.4.3 数据表详细设计 11

表3.1 adress表 11

3.5 本章小结 16

第四章 系统的详细设计 17

4.1系统功能模块说明 17

4.1.1 用户登录功能 17

4.2系统功能模块设计 18

4.2.1 商家管理模块 18

4.2.2 用户购物模块 19

4.3本章小结 20

第五章 系统实现与测试 21

5.1系统实现工具与环境 21

5.2核心代码分析 21

5.3系统主要运行界面 24

5.3.1 小程序界面 24

5.3.2 商家审核功能界面 24

5.4系统功能测试 25

5.4.1 登录测试 25

5.4.2 商家信息修改查询测试 25

5.4.3 商品管理测试 27

5.4.4 订单模块测试 29

5.4.5 用户管理测试 29

5.4.6 小程序拼团测试 31

5.4.7 用户基本功能测试 33

5.5本章小结 34

第六章 总结与展望 35

6.1总结 35

6.2展望 36

致谢 37

参考文献 38

第一章 前言

本章节为论文的第一章节,总共分为四个小节:第一小节主要讲述了团购的背景以及意义,从大方向上来理解本文的研究动机;第二小节主要讲述了团购的研究现状,谈了谈主流对于团购的看法;第三小节则说明了研究本系统用到的一些方法;最后第四小节是本论文的大致文章结构。

1.1 课题背景与研究意义

各大电商在下沉式菜场中竞争愈发激烈,而社区团购作为居民实惠购物的一种模式,也是引起了关注。

团购顾名思义就是一起购物,它特指生活中不同的消费者联合起来,来加大与商家的谈判能力,从而获得更加低廉的商品价格。商家之所以能够以更加低廉的价格将商品卖给消费者,是根据量大价优的原理。现在的主流团购方式是线上团购,线上团购是指经销商通过网络组织大规模用户一同采购同一种商品,通过大批量的向供货商订购来换取供货商更加低廉的商品价格。在高速发展的今天,团购逐渐开始在网络购物这个大环境下大放异彩,特别是在世界新冠疫情依旧严峻的背景下,团购可以有效的避免局部密集接触,例如局域密集型社区,如能统一购买,分发菜品,将能避免人员过于集中的情况,避免交叉感染的风险。

剩余内容已隐藏,请支付后下载全文,论文总字数:30817字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图