目录要1绪论31.1研究背景及意义31.2国内外现状研究31.3本文研究内容.42技术分析…2.1总体说明52.1.1平台总述….52.1.2微信小程序…52.2开发技术52.2.1Node.js…52.2.2VUE.62.2.3 WXML+WXSS62.2.4JS72.2.5 Express…2.2.6 ElementUl组件73系统设计….83.1功能模块设计….83.2数据库设计…103.1.1用户表users….103.2.2跑腿订单表orders.103.2.3已接订单表order take103.2.4认证表renzheng….113.2.5订单取消表cancel.113.2.6订单评价表comment.123.2.7客服表service...124系统实现….134.1用户系统模块的实现….134.1.1权限模块实现.…。.134.1.2发布订单模块.144.1.3接订单模块.164.1.4个人信息模块.184.1.5我的发布模块..194.1.6我的接单模块..194.1.7客服联系模块..204.2管理员系统模块的实现214.2.1用户管理模块.….214.2.2订单管理模块.…214.2.3评论管理模块.234.2.4客服管理模块235系统测试.246总结与展望..,28致谢参考文献.31校园跑腿平台的设计与实现摘要:本文旨在设计与实现一款校园跑腿小程序平台,以满足当前校园生活中同学们时间不充足、不想出门等的各类需求。为提升本平台的使用价值,该平台综合了校园里同学们的实际跑腿需求,以切身体会出发,为用户提供方便、快捷的跑腿服务。该平台采用了前后端分离的架构,用户端采用微信小程序,后端采用Node.js进行开发,管理员用户端采用vue实现,并通过Mysql对数据进行存储和管理。用户可以通过注册账号并登录,发布跑腿订单、接跑腿订单、查看订单信息等。有效的帮助同学们解决各种校园问题,让他们的生活更加方便。关键词:校园跑腿、微信小程序、方便快捷、Node.jsAbstract:The purpose of this paper is to design and implement a campus errand smallprogram platform,in order to meet the current campus life of students not enough time,do not want to go out and so on various needs.In order to enhance the use value of thisplatform,the platform integrated the actual needs of campus students to run errands,based on personal experience,to provide users with convenient and fast errand services.The platform adopts the architecture of separating the front and back ends.Wechatapplet is adopted at the user end,Node.js is adopted at the back end for development,and vue is adopted at the administrator user end,and data is stored and managedthrough Mysql.The user can register an account and log in,publish the errand order,receive the errand order,view the order information,etc.Effectively help students solvevarious campus problems,make their life more convenient.Keywords:Campus running,WeChat small program,convenient and fast,Node.js
暂无评论内容