├── README.md
├── db.sql
├── ppt.ppt
├── 代码
├── mp-weixin
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── common
│ │ ├── main.js
│ │ ├── main.wxss
│ │ ├── runtime.js
│ │ └── vendor.js
│ ├── components
│ │ ├── mescroll-uni
│ │ │ ├── mescroll-uni.js
│ │ │ ├── mescroll-uni.json
│ │ │ ├── mescroll-uni.wxml
│ │ │ └── mescroll-uni.wxss
│ │ ├── uni-load-more
│ │ │ ├── uni-load-more.js
│ │ │ ├── uni-load-more.json
│ │ │ └── uni-load-more.wxml
│ │ ├── uni-popup
│ │ │ ├── uni-popup.js
│ │ │ ├── uni-popup.json
│ │ │ ├── uni-popup.wxml
│ │ │ └── uni-popup.wxss
│ │ ├── uni-transition
│ │ │ ├── uni-transition.js
│ │ │ ├── uni-transition.json
│ │ │ ├── uni-transition.wxml
│ │ │ └── uni-transition.wxss
│ │ ├── uni-ui
│ │ │ └── lib
│ │ │ │ └── uni-icons
│ │ │ │ ├── uni-icons.js
│ │ │ │ ├── uni-icons.json
│ │ │ │ ├── uni-icons.wxml
│ │ │ │ └── uni-icons.wxss
│ │ └── w-picker
│ │ │ ├── w-picker.js
│ │ │ ├── w-picker.json
│ │ │ ├── w-picker.wxml
│ │ │ └── w-picker.wxss
│ ├── pages
│ │ ├── center
│ │ │ ├── center.js
│ │ │ ├── center.json
│ │ │ ├── center.wxml
│ │ │ └── center.wxss
│ │ ├── discusslvyoujingdian
│ │ │ ├── add-or-update.js
│ │ │ ├── add-or-update.json
│ │ │ ├── add-or-update.wxml
│ │ │ ├── add-or-update.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ ├── forget
│ │ │ ├── forget.js
│ │ │ ├── forget.json
│ │ │ ├── forget.wxml
│ │ │ └── forget.wxss
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── jingdianfenlei
│ │ │ ├── add-or-update.js
│ │ │ ├── add-or-update.json
│ │ │ ├── add-or-update.wxml
│ │ │ ├── add-or-update.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ ├── jingquhuodong
│ │ │ ├── add-or-update.js
│ │ │ ├── add-or-update.json
│ │ │ ├── add-or-update.wxml
│ │ │ ├── add-or-update.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ ├── login
│ │ │ ├── login.js
│ │ │ ├── login.json
│ │ │ ├── login.wxml
│ │ │ └── login.wxss
│ │ ├── messages
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ ├── list.wxss
│ │ │ ├── liuyan.js
│ │ │ ├── liuyan.json
│ │ │ ├── liuyan.wxml
│ │ │ └── liuyan.wxss
│ │ ├── news-detail
│ │ │ ├── news-detail.js
│ │ │ ├── news-detail.json
│ │ │ ├── news-detail.wxml
│ │ │ └── news-detail.wxss
│ │ ├── news
│ │ │ ├── add-or-update.js
│ │ │ ├── add-or-update.json
│ │ │ ├── add-or-update.wxml
│ │ │ ├── add-or-update.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ ├── register
│ │ │ ├── register.js
│ │ │ ├── register.json
│ │ │ ├── register.wxml
│ │ │ └── register.wxss
│ │ ├── storeup
│ │ │ ├── add-or-update.js
│ │ │ ├── add-or-update.json
│ │ │ ├── add-or-update.wxml
│ │ │ ├── add-or-update.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ ├── detail.wxss
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ └── user-info
│ │ │ ├── user-info.js
│ │ │ ├── user-info.json
│ │ │ ├── user-info.wxml
│ │ │ └── user-info.wxss
│ ├── project.config.json
│ └── static
│ │ ├── center
│ │ ├── addr.png
│ │ ├── bank.png
│ │ ├── choujiang.png
│ │ ├── face.jpeg
│ │ ├── kefu.png
│ │ ├── l1.png
│ │ ├── l2.png
│ │ ├── l3.png
│ │ ├── l4.png
│ │ ├── l5.png
│ │ ├── mingxi.png
│ │ ├── momey.png
│ │ ├── point.png
│ │ ├── quan.png
│ │ ├── renw.png
│ │ ├── security.png
│ │ ├── setting.png
│ │ └── to.png
│ │ ├── exam-index
│ │ └── paper.png
│ │ ├── gen
│ │ ├── cai.png
│ │ ├── kefu.png
│ │ ├── shoucang.png
│ │ ├── tianjia.png
│ │ ├── upload.png
│ │ └── zan.png
│ │ ├── index
│ │ └── face.png
│ │ ├── login
│ │ ├── captcha.jpg
│ │ └── logo.png
│ │ ├── logo.png
│ │ ├── pay-confirm
│ │ ├── jianshe.png
│ │ ├── jiaotong.png
│ │ ├── nongye.png
│ │ ├── weixin.png
│ │ ├── zhifubao.png
│ │ └── zhongguo.png
│ │ ├── restaurant-detail
│ │ ├── now.png
│ │ ├── select.png
│ │ └── unselect.png
│ │ ├── tabs
│ │ ├── cart.png
│ │ ├── cart1.png
│ │ ├── icon1.png
│ │ ├── icon1_act.png
│ │ ├── icon2.png
│ │ ├── icon2_act.png
│ │ ├── icon3.png
│ │ ├── icon3_act.png
│ │ ├── icon4.png
│ │ ├── icon4_act.png
│ │ ├── index.png
│ │ ├── index1.png
│ │ ├── mine.png
│ │ ├── mine1.png
│ │ ├── order.png
│ │ ├── order1.png
│ │ ├── type.png
│ │ └── type1.png
│ │ └── test
│ │ └── banner.jpg
└── ssm49085
│ ├── .classpath
│ ├── .gitignore
│ ├── .project
│ ├── .settings
│ ├── .jsdtscope
│ ├── org.eclipse.core.resources.prefs
│ ├── org.eclipse.jdt.core.prefs
│ ├── org.eclipse.m2e.core.prefs
│ ├── org.eclipse.wst.common.component
│ ├── org.eclipse.wst.common.project.facet.core.xml
│ ├── org.eclipse.wst.jsdt.ui.superType.container
│ ├── org.eclipse.wst.jsdt.ui.superType.name
│ └── org.eclipse.wst.validation.prefs
│ ├── pom.xml
│ └── src
│ └── main
│ ├── java
│ └── com
│ │ ├── annotation
│ │ ├── APPLoginUser.java
│ │ ├── IgnoreAuth.java
│ │ └── LoginUser.java
│ │ ├── config
│ │ └── MyMetaObjectHandler.java
│ │ ├── controller
│ │ ├── CommonController.java
│ │ ├── ConfigController.java
│ │ ├── FileController.java
│ │ ├── NewsController.java
│ │ ├── StoreupController.java
│ │ ├── UserController.java
│ │ └── YonghuController.java
│ │ ├── dao
│ │ ├── CommonDao.java
│ │ ├── ConfigDao.java
│ │ ├── DiscussjingquhuodongDao.java
│ │ ├── DiscusslvyoujingdianDao.java
│ │ ├── JingdianfenleiDao.java
│ │ ├── JingdiangoupiaoDao.java
│ │ ├── JingquhuodongDao.java
│ │ ├── LvyoujingdianDao.java
│ │ ├── MessagesDao.java
│ │ ├── NewsDao.java
│ │ ├── StoreupDao.java
│ │ ├── TokenDao.java
│ │ ├── UserDao.java
│ │ └── YonghuDao.java
│ │ ├── entity
│ │ ├── ConfigEntity.java
│ │ ├── DiscussjingquhuodongEntity.java
│ │ ├── DiscusslvyoujingdianEntity.java
│ │ ├── EIException.java
│ │ ├── JingdianfenleiEntity.java
│ │ ├── JingdiangoupiaoEntity.java
│ │ ├── JingquhuodongEntity.java
│ │ ├── LvyoujingdianEntity.java
│ │ ├── MessagesEntity.java
│ │ ├── NewsEntity.java
│ │ ├── StoreupEntity.java
│ │ ├── TokenEntity.java
│ │ ├── UserEntity.java
│ │ ├── YonghuEntity.java
│ │ ├── model
│ │ │ ├── DiscussjingquhuodongModel.java
│ │ │ ├── DiscusslvyoujingdianModel.java
│ │ │ ├── JingdianfenleiModel.java
│ │ │ ├── JingdiangoupiaoModel.java
│ │ │ ├── JingquhuodongModel.java
│ │ │ ├── LvyoujingdianModel.java
│ │ │ ├── MessagesModel.java
│ │ │ ├── NewsModel.java
│ │ │ ├── StoreupModel.java
│ │ │ └── YonghuModel.java
│ │ ├── view
│ │ │ ├── DiscussjingquhuodongView.java
│ │ │ ├── DiscusslvyoujingdianView.java
│ │ │ ├── JingdianfenleiView.java
│ │ │ ├── JingdiangoupiaoView.java
│ │ │ ├── JingquhuodongView.java
│ │ │ ├── LvyoujingdianView.java
│ │ │ ├── MessagesView.java
│ │ │ ├── NewsView.java
│ │ │ ├── StoreupView.java
│ │ │ └── YonghuView.java
│ │ └── vo
│ │ │ ├── DiscussjingquhuodongVO.java
│ │ │ ├── DiscusslvyoujingdianVO.java
│ │ │ ├── JingdianfenleiVO.java
│ │ │ ├── JingdiangoupiaoVO.java
│ │ │ ├── JingquhuodongVO.java
│ │ │ ├── LvyoujingdianVO.java
│ │ │ ├── MessagesVO.java
│ │ │ ├── NewsVO.java
│ │ │ ├── StoreupVO.java
│ │ │ └── YonghuVO.java
│ │ ├── interceptor
│ │ └── AuthorizationInterceptor.java
│ │ ├── model
│ │ └── enums
│ │ │ └── TypeEnum.java
│ │ ├── service
│ │ ├── CommonService.java
│ │ ├── ConfigService.java
│ │ ├── DiscussjingquhuodongService.java
│ │ ├── DiscusslvyoujingdianService.java
│ │ ├── JingdianfenleiService.java
│ │ ├── JingdiangoupiaoService.java
│ │ ├── JingquhuodongService.java
│ │ ├── LvyoujingdianService.java
│ │ ├── MessagesService.java
│ │ ├── NewsService.java
│ │ ├── StoreupService.java
│ │ ├── TokenService.java
│ │ ├── UserService.java
│ │ ├── YonghuService.java
│ │ └── impl
│ │ │ ├── CommonServiceImpl.java
│ │ │ ├── ConfigServiceImpl.java
│ │ │ ├── DiscussjingquhuodongServiceImpl.java
│ │ │ ├── DiscusslvyoujingdianServiceImpl.java
│ │ │ ├── JingdianfenleiServiceImpl.java
│ │ │ ├── JingdiangoupiaoServiceImpl.java
│ │ │ ├── JingquhuodongServiceImpl.java
│ │ │ ├── LvyoujingdianServiceImpl.java
│ │ │ ├── MessagesServiceImpl.java
│ │ │ ├── NewsServiceImpl.java
│ │ │ ├── StoreupServiceImpl.java
│ │ │ ├── TokenServiceImpl.java
│ │ │ ├── UserServiceImpl.java
│ │ │ └── YonghuServiceImpl.java
│ │ └── utils
│ │ ├── BaiduUtil.java
│ │ ├── CommonUtil.java
│ │ ├── FileUtil.java
│ │ ├── HttpClientUtils.java
│ │ ├── JQPageInfo.java
│ │ ├── MD5Util.java
│ │ ├── MPUtil.java
│ │ ├── PageUtils.java
│ │ ├── Query.java
│ │ ├── R.java
│ │ ├── SQLFilter.java
│ │ ├── SpringContextUtils.java
│ │ └── ValidatorUtils.java
│ ├── resources
│ ├── config.properties
│ ├── doc
│ │ └── sys_user.sql
│ ├── log4j.properties
│ ├── mapper
│ │ ├── CommonDao.xml
│ │ ├── ConfigDao.xml
│ │ ├── DiscussjingquhuodongDao.xml
│ │ ├── DiscusslvyoujingdianDao.xml
│ │ ├── JingdianfenleiDao.xml
│ │ ├── JingdiangoupiaoDao.xml
│ │ ├── JingquhuodongDao.xml
│ │ ├── LvyoujingdianDao.xml
│ │ ├── MessagesDao.xml
│ │ ├── NewsDao.xml
│ │ ├── StoreupDao.xml
│ │ ├── TokenDao.xml
│ │ ├── UserDao.xml
│ │ └── YonghuDao.xml
│ ├── mybatis
│ │ └── mybatis-config.xml
│ └── spring
│ │ ├── spring-mvc.xml
│ │ ├── spring-mybatis.xml
│ │ └── spring.xml
│ └── webapp
│ ├── WEB-INF
│ └── web.xml
│ ├── admin
│ ├── 1-install.bat
│ ├── 2-run.bat
│ ├── 3-build.bat
│ ├── babel.config.js
│ ├── package-lock.json
│ ├── package.json
│ ├── public
│ │ ├── favicon.ico
│ │ └── index.html
│ ├── src
│ │ ├── App.vue
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── element-variables.scss
│ │ │ │ └── style.scss
│ │ │ └── img
│ │ │ │ ├── 404.png
│ │ │ │ ├── avator.png
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── captcha.jpg
│ │ │ │ ├── login.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── password.png
│ │ │ │ ├── role.png
│ │ │ │ ├── test
│ │ │ │ ├── jianshe.png
│ │ │ │ ├── jiaotong.png
│ │ │ │ ├── nongye.png
│ │ │ │ ├── weixin.png
│ │ │ │ ├── zhifubao.png
│ │ │ │ └── zhongguo.png
│ │ │ │ └── username.png
│ │ ├── components
│ │ │ ├── SvgIcon
│ │ │ │ └── index.vue
│ │ │ ├── common
│ │ │ │ ├── BreadCrumbs.vue
│ │ │ │ ├── BreadCrumbs.vue.bak
│ │ │ │ ├── Editor.vue
│ │ │ │ └── FileUpload.vue
│ │ │ ├── home
│ │ │ │ ├── HomeCard.vue
│ │ │ │ ├── HomeChart.vue
│ │ │ │ ├── HomeComment.vue
│ │ │ │ └── HomeProgress.vue
│ │ │ └── index
│ │ │ │ ├── IndexAside.vue
│ │ │ │ ├── IndexAsideStatic.vue
│ │ │ │ ├── IndexAsideStatic.vue.bak
│ │ │ │ ├── IndexAsideSub.vue
│ │ │ │ ├── IndexHeader.vue
│ │ │ │ ├── IndexHeader.vue.bak
│ │ │ │ └── IndexMain.vue
│ │ ├── icons
│ │ │ ├── index.js
│ │ │ ├── svg
│ │ │ │ ├── 404.svg
│ │ │ │ ├── articleEdit.svg
│ │ │ │ ├── banner.svg
│ │ │ │ ├── bug.svg
│ │ │ │ ├── build.svg
│ │ │ │ ├── cfg.svg
│ │ │ │ ├── channel.svg
│ │ │ │ ├── chart.svg
│ │ │ │ ├── clipboard.svg
│ │ │ │ ├── code.svg
│ │ │ │ ├── component.svg
│ │ │ │ ├── contacts.svg
│ │ │ │ ├── dashboard.svg
│ │ │ │ ├── date.svg
│ │ │ │ ├── dept.svg
│ │ │ │ ├── dict.svg
│ │ │ │ ├── documentation.svg
│ │ │ │ ├── download.svg
│ │ │ │ ├── drag.svg
│ │ │ │ ├── druid.svg
│ │ │ │ ├── edit.svg
│ │ │ │ ├── education.svg
│ │ │ │ ├── email.svg
│ │ │ │ ├── excel.svg
│ │ │ │ ├── exit-fullscreen.svg
│ │ │ │ ├── eye-open.svg
│ │ │ │ ├── file.svg
│ │ │ │ ├── form.svg
│ │ │ │ ├── fullscreen.svg
│ │ │ │ ├── icon.svg
│ │ │ │ ├── international.svg
│ │ │ │ ├── job.svg
│ │ │ │ ├── language.svg
│ │ │ │ ├── link.svg
│ │ │ │ ├── list.svg
│ │ │ │ ├── lock.svg
│ │ │ │ ├── log.svg
│ │ │ │ ├── logininfor.svg
│ │ │ │ ├── menu.svg
│ │ │ │ ├── message.svg
│ │ │ │ ├── money.svg
│ │ │ │ ├── monitor.svg
│ │ │ │ ├── nested.svg
│ │ │ │ ├── nested0.svg
│ │ │ │ ├── online.svg
│ │ │ │ ├── operation.svg
│ │ │ │ ├── password.svg
│ │ │ │ ├── password0.svg
│ │ │ │ ├── pdf.svg
│ │ │ │ ├── people.svg
│ │ │ │ ├── peoples.svg
│ │ │ │ ├── phone.svg
│ │ │ │ ├── post.svg
│ │ │ │ ├── qq.svg
│ │ │ │ ├── search.svg
│ │ │ │ ├── sender.svg
│ │ │ │ ├── server.svg
│ │ │ │ ├── shopping.svg
│ │ │ │ ├── shoppingCard.svg
│ │ │ │ ├── size.svg
│ │ │ │ ├── skill.svg
│ │ │ │ ├── star.svg
│ │ │ │ ├── svg
│ │ │ │ │ ├── AI.svg
│ │ │ │ │ ├── AIDeviceLayout.svg
│ │ │ │ │ ├── EIM.svg
│ │ │ │ │ ├── VIP.svg
│ │ │ │ │ ├── agricultureRegister.svg
│ │ │ │ │ ├── area.svg
│ │ │ │ │ ├── base.svg
│ │ │ │ │ ├── batch.svg
│ │ │ │ │ ├── board.svg
│ │ │ │ │ ├── board1.svg
│ │ │ │ │ ├── boardConfig.svg
│ │ │ │ │ ├── cfg.svg
│ │ │ │ │ ├── code.svg
│ │ │ │ │ ├── company.svg
│ │ │ │ │ ├── crop.svg
│ │ │ │ │ ├── crops.svg
│ │ │ │ │ ├── dashboard.svg
│ │ │ │ │ ├── dataAbnormal.svg
│ │ │ │ │ ├── dataLack.svg
│ │ │ │ │ ├── dept.svg
│ │ │ │ │ ├── device.svg
│ │ │ │ │ ├── deviceMonitorData.svg
│ │ │ │ │ ├── dict.svg
│ │ │ │ │ ├── diseasesinsect.svg
│ │ │ │ │ ├── diseasesinsects.svg
│ │ │ │ │ ├── documentation.svg
│ │ │ │ │ ├── email.svg
│ │ │ │ │ ├── environmental.svg
│ │ │ │ │ ├── eye-open.svg
│ │ │ │ │ ├── farmingProject.svg
│ │ │ │ │ ├── finance.svg
│ │ │ │ │ ├── financeBudget.svg
│ │ │ │ │ ├── financeReality.svg
│ │ │ │ │ ├── firm.svg
│ │ │ │ │ ├── firms.svg
│ │ │ │ │ ├── harvestBatch.svg
│ │ │ │ │ ├── harvestDetection.svg
│ │ │ │ │ ├── harvestManage.svg
│ │ │ │ │ ├── harvestWorks.svg
│ │ │ │ │ ├── heavyMetalDetection.svg
│ │ │ │ │ ├── home.svg
│ │ │ │ │ ├── inspection.svg
│ │ │ │ │ ├── internet.svg
│ │ │ │ │ ├── internetActive.svg
│ │ │ │ │ ├── log.svg
│ │ │ │ │ ├── mainSystem.svg
│ │ │ │ │ ├── mainSystemActive.svg
│ │ │ │ │ ├── menu.svg
│ │ │ │ │ ├── monitorEquipment.svg
│ │ │ │ │ ├── news.svg
│ │ │ │ │ ├── order.svg
│ │ │ │ │ ├── password.svg
│ │ │ │ │ ├── peoples.svg
│ │ │ │ │ ├── pest.svg
│ │ │ │ │ ├── pestActive.svg
│ │ │ │ │ ├── pesticideResidue.svg
│ │ │ │ │ ├── pests.svg
│ │ │ │ │ ├── phone.svg
│ │ │ │ │ ├── plant.svg
│ │ │ │ │ ├── plants.svg
│ │ │ │ │ ├── plantsActive.svg
│ │ │ │ │ ├── residual.svg
│ │ │ │ │ ├── retroactiveCoding.svg
│ │ │ │ │ ├── scheme.svg
│ │ │ │ │ ├── source.svg
│ │ │ │ │ ├── sourceActive.svg
│ │ │ │ │ ├── system.svg
│ │ │ │ │ ├── task.svg
│ │ │ │ │ ├── tempFarm.svg
│ │ │ │ │ ├── traceability.svg
│ │ │ │ │ ├── traceabilityList.svg
│ │ │ │ │ ├── traceabilityStyle.svg
│ │ │ │ │ ├── user.svg
│ │ │ │ │ ├── user0.svg
│ │ │ │ │ ├── validCode.svg
│ │ │ │ │ ├── video.svg
│ │ │ │ │ ├── videoEquipment.svg
│ │ │ │ │ ├── videoKey.svg
│ │ │ │ │ ├── vipCustomized.svg
│ │ │ │ │ ├── warnings.svg
│ │ │ │ │ ├── workOrder.svg
│ │ │ │ │ ├── ┐┤░х╣▄└э.svg
│ │ │ │ │ └── ╓╪╜Ё╩Ї╝ь▓т╣▄└э.svg
│ │ │ │ ├── swagger.svg
│ │ │ │ ├── system.svg
│ │ │ │ ├── tab.svg
│ │ │ │ ├── table.svg
│ │ │ │ ├── table0.svg
│ │ │ │ ├── task.svg
│ │ │ │ ├── template.svg
│ │ │ │ ├── theme.svg
│ │ │ │ ├── tool.svg
│ │ │ │ ├── tree-table.svg
│ │ │ │ ├── tree.svg
│ │ │ │ ├── user.svg
│ │ │ │ ├── user0.svg
│ │ │ │ ├── validCode.svg
│ │ │ │ ├── wechat.svg
│ │ │ │ └── zip.svg
│ │ │ └── svgo.yml
│ │ ├── main.js
│ │ ├── router
│ │ │ └── router-static.js
│ │ ├── store
│ │ │ └── store.js
│ │ ├── utils
│ │ │ ├── api.js
│ │ │ ├── base.js
│ │ │ ├── http.js
│ │ │ ├── i18n.js
│ │ │ ├── menu.js
│ │ │ ├── storage.js
│ │ │ ├── utils.js
│ │ │ └── validate.js
│ │ └── views
│ │ │ ├── 404.vue
│ │ │ ├── center.vue
│ │ │ ├── home.vue
│ │ │ ├── index.vue
│ │ │ ├── login.vue
│ │ │ ├── modules
│ │ │ ├── config
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ ├── discussjingquhuodong
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ ├── jingdianfenlei
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ ├── jingquhuodong
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ ├── messages
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ ├── news
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ └── users
│ │ │ │ ├── add-or-update.vue
│ │ │ │ └── list.vue
│ │ │ ├── pay.vue
│ │ │ ├── register.vue
│ │ │ ├── update-password.vue
│ │ │ └── update-password.vue.bak
│ └── vue.config.js
│ ├── front
│ ├── App.vue
│ ├── api
│ │ ├── base.js
│ │ ├── http.js
│ │ └── index.js
│ ├── assets
│ │ └── css
│ │ │ ├── global-restaurant.css
│ │ │ └── style.scss
│ ├── colorui
│ │ ├── animation.css
│ │ ├── components
│ │ │ └── cu-custom.vue
│ │ ├── icon.css
│ │ ├── main.css
│ │ └── main.css.bak
│ ├── components
│ │ ├── forum-reply
│ │ │ └── forum-reply.vue
│ │ ├── mescroll-uni
│ │ │ ├── mescroll-uni-option.js
│ │ │ ├── mescroll-uni.css
│ │ │ ├── mescroll-uni.js
│ │ │ └── mescroll-uni.vue
│ │ ├── tki-qrcode
│ │ │ ├── qrcode.js
│ │ │ └── tki-qrcode.vue
│ │ ├── uni-load-more
│ │ │ └── uni-load-more.vue
│ │ ├── uni-popup
│ │ │ └── uni-popup.vue
│ │ ├── uni-transition
│ │ │ └── uni-transition.vue
│ │ ├── uni-ui
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── lib
│ │ │ │ ├── index.js
│ │ │ │ ├── uni-badge
│ │ │ │ │ └── uni-badge.vue
│ │ │ │ ├── uni-calendar
│ │ │ │ │ ├── calendar.js
│ │ │ │ │ ├── uni-calendar-item.vue
│ │ │ │ │ ├── uni-calendar.vue
│ │ │ │ │ └── util.js
│ │ │ │ ├── uni-card
│ │ │ │ │ └── uni-card.vue
│ │ │ │ ├── uni-collapse-item
│ │ │ │ │ └── uni-collapse-item.vue
│ │ │ │ ├── uni-collapse
│ │ │ │ │ └── uni-collapse.vue
│ │ │ │ ├── uni-count-down
│ │ │ │ │ └── uni-count-down.vue
│ │ │ │ ├── uni-countdown
│ │ │ │ │ └── uni-countdown.vue
│ │ │ │ ├── uni-drawer
│ │ │ │ │ └── uni-drawer.vue
│ │ │ │ ├── uni-fab
│ │ │ │ │ └── uni-fab.vue
│ │ │ │ ├── uni-fav
│ │ │ │ │ └── uni-fav.vue
│ │ │ │ ├── uni-goods-nav
│ │ │ │ │ └── uni-goods-nav.vue
│ │ │ │ ├── uni-grid-item
│ │ │ │ │ └── uni-grid-item.vue
│ │ │ │ ├── uni-grid
│ │ │ │ │ └── uni-grid.vue
│ │ │ │ ├── uni-icons
│ │ │ │ │ ├── icons.js
│ │ │ │ │ └── uni-icons.vue
│ │ │ │ ├── uni-indexed-list
│ │ │ │ │ ├── uni-indexed-list-item.vue
│ │ │ │ │ └── uni-indexed-list.vue
│ │ │ │ ├── uni-list-item
│ │ │ │ │ └── uni-list-item.vue
│ │ │ │ ├── uni-list
│ │ │ │ │ ├── uni-list.vue
│ │ │ │ │ └── uni-refresh.vue
│ │ │ │ ├── uni-load-more
│ │ │ │ │ └── uni-load-more.vue
│ │ │ │ ├── uni-nav-bar
│ │ │ │ │ └── uni-nav-bar.vue
│ │ │ │ ├── uni-notice-bar
│ │ │ │ │ └── uni-notice-bar.vue
│ │ │ │ ├── uni-number-box
│ │ │ │ │ └── uni-number-box.vue
│ │ │ │ ├── uni-pagination
│ │ │ │ │ └── uni-pagination.vue
│ │ │ │ ├── uni-popup
│ │ │ │ │ └── uni-popup.vue
│ │ │ │ ├── uni-rate
│ │ │ │ │ └── uni-rate.vue
│ │ │ │ ├── uni-search-bar
│ │ │ │ │ └── uni-search-bar.vue
│ │ │ │ ├── uni-section
│ │ │ │ │ └── uni-section.vue
│ │ │ │ ├── uni-segmented-control
│ │ │ │ │ └── uni-segmented-control.vue
│ │ │ │ ├── uni-status-bar
│ │ │ │ │ └── uni-status-bar.vue
│ │ │ │ ├── uni-steps
│ │ │ │ │ └── uni-steps.vue
│ │ │ │ ├── uni-swipe-action
│ │ │ │ │ ├── index.wxs
│ │ │ │ │ ├── mp.js
│ │ │ │ │ ├── mpother.js
│ │ │ │ │ └── uni-swipe-action.vue
│ │ │ │ ├── uni-swiper-dot
│ │ │ │ │ └── uni-swiper-dot.vue
│ │ │ │ ├── uni-tag
│ │ │ │ │ └── uni-tag.vue
│ │ │ │ └── uni-title
│ │ │ │ │ └── uni-title.vue
│ │ │ └── package.json
│ │ └── w-picker
│ │ │ ├── city-data
│ │ │ ├── area.js
│ │ │ ├── city.js
│ │ │ └── province.js
│ │ │ ├── w-picker.js
│ │ │ └── w-picker.vue
│ ├── h5
│ │ ├── index.html
│ │ └── static
│ │ │ ├── center
│ │ │ ├── addr.png
│ │ │ ├── bank.png
│ │ │ ├── choujiang.png
│ │ │ ├── face.jpeg
│ │ │ ├── kefu.png
│ │ │ ├── l1.png
│ │ │ ├── l2.png
│ │ │ ├── l3.png
│ │ │ ├── l4.png
│ │ │ ├── l5.png
│ │ │ ├── mingxi.png
│ │ │ ├── momey.png
│ │ │ ├── point.png
│ │ │ ├── quan.png
│ │ │ ├── renw.png
│ │ │ ├── security.png
│ │ │ ├── setting.png
│ │ │ └── to.png
│ │ │ ├── exam-index
│ │ │ └── paper.png
│ │ │ ├── gen
│ │ │ ├── cai.png
│ │ │ ├── kefu.png
│ │ │ ├── shoucang.png
│ │ │ ├── tianjia.png
│ │ │ ├── upload.png
│ │ │ └── zan.png
│ │ │ ├── index.2d26d90a.css
│ │ │ ├── index
│ │ │ └── face.png
│ │ │ ├── js
│ │ │ ├── chunk-vendors.55d83820.js
│ │ │ ├── index.857db674.js
│ │ │ ├── pages-center-center.0353128b.js
│ │ │ ├── pages-center-center~pages-discussjingquhuodong-add-or-update~pages-discussjingquhuodong-detail~pages~cd976cd3.63e8f815.js
│ │ │ ├── pages-discussjingquhuodong-add-or-update.9fb9ef31.js
│ │ │ ├── pages-discussjingquhuodong-add-or-update~pages-discusslvyoujingdian-add-or-update~pages-jingdianfenl~2acd05f5.6d88611f.js
│ │ │ ├── pages-discussjingquhuodong-detail.be1a8522.js
│ │ │ ├── pages-discussjingquhuodong-list.c998ae96.js
│ │ │ ├── pages-discusslvyoujingdian-add-or-update.e7e0ca3b.js
│ │ │ ├── pages-discusslvyoujingdian-detail.adceee55.js
│ │ │ ├── pages-discusslvyoujingdian-list.730168a5.js
│ │ │ ├── pages-forget-forget.48582d17.js
│ │ │ ├── pages-index-index.ef99b7a9.js
│ │ │ ├── pages-jingdianfenlei-add-or-update.3de2ea1a.js
│ │ │ ├── pages-jingdianfenlei-detail.e107ee7f.js
│ │ │ ├── pages-jingdianfenlei-list.6d4c6321.js
│ │ │ ├── pages-jingdiangoupiao-add-or-update.286e958e.js
│ │ │ ├── pages-jingdiangoupiao-detail.7c16a7b5.js
│ │ │ ├── pages-jingdiangoupiao-list.b838b11e.js
│ │ │ ├── pages-jingquhuodong-add-or-update.77039a5b.js
│ │ │ ├── pages-jingquhuodong-detail.b374a885.js
│ │ │ ├── pages-jingquhuodong-list.6deb3734.js
│ │ │ ├── pages-login-login.a3dd1524.js
│ │ │ ├── pages-lvyoujingdian-add-or-update.f5839b83.js
│ │ │ ├── pages-lvyoujingdian-detail.3c07dfb7.js
│ │ │ ├── pages-lvyoujingdian-list.4cb9df8b.js
│ │ │ ├── pages-messages-list.4d21d43f.js
│ │ │ ├── pages-messages-liuyan.ab1a0cfe.js
│ │ │ ├── pages-news-add-or-update.3aa832f7.js
│ │ │ ├── pages-news-detail-news-detail.65a042d3.js
│ │ │ ├── pages-news-detail.ed894465.js
│ │ │ ├── pages-news-list.58fe4ef3.js
│ │ │ ├── pages-pay-confirm-pay-confirm.2bae19d5.js
│ │ │ ├── pages-register-register.915b2bf0.js
│ │ │ ├── pages-storeup-add-or-update.caa11126.js
│ │ │ ├── pages-storeup-detail.dffd5114.js
│ │ │ ├── pages-storeup-list.2e435d96.js
│ │ │ ├── pages-user-info-user-info.1721e367.js
│ │ │ ├── pages-yonghu-add-or-update.0816bf92.js
│ │ │ ├── pages-yonghu-detail.8e0d5037.js
│ │ │ └── pages-yonghu-list.f958078b.js
│ │ │ ├── login
│ │ │ ├── captcha.jpg
│ │ │ └── logo.png
│ │ │ ├── logo.png
│ │ │ ├── pay-confirm
│ │ │ ├── jianshe.png
│ │ │ ├── jiaotong.png
│ │ │ ├── nongye.png
│ │ │ ├── weixin.png
│ │ │ ├── zhifubao.png
│ │ │ └── zhongguo.png
│ │ │ ├── restaurant-detail
│ │ │ ├── now.png
│ │ │ ├── select.png
│ │ │ └── unselect.png
│ │ │ ├── tabs
│ │ │ ├── cart.png
│ │ │ ├── cart1.png
│ │ │ ├── icon1.png
│ │ │ ├── icon1_act.png
│ │ │ ├── icon2.png
│ │ │ ├── icon2_act.png
│ │ │ ├── icon3.png
│ │ │ ├── icon3_act.png
│ │ │ ├── icon4.png
│ │ │ ├── icon4_act.png
│ │ │ ├── index.png
│ │ │ ├── index1.png
│ │ │ ├── mine.png
│ │ │ ├── mine1.png
│ │ │ ├── order.png
│ │ │ ├── order1.png
│ │ │ ├── type.png
│ │ │ └── type1.png
│ │ │ └── test
│ │ │ └── banner.jpg
│ ├── main.js
│ ├── manifest.json
│ ├── pages.json
│ ├── pages
│ │ ├── center
│ │ │ └── center.vue
│ │ ├── config
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ │ ├── discusslvyoujingdian
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ │ ├── forget
│ │ │ └── forget.vue
│ │ ├── index
│ │ │ └── index.vue
│ │ ├── jingdiangoupiao
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ │ ├── login
│ │ │ └── login.vue
│ │ ├── messages
│ │ │ ├── list.vue
│ │ │ └── liuyan.vue
│ │ ├── news-detail
│ │ │ └── news-detail.vue
│ │ ├── news
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ │ ├── register
│ │ │ └── register.vue
│ │ ├── storeup
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ │ ├── user-info
│ │ │ └── user-info.vue
│ │ ├── users
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ │ └── yonghu
│ │ │ ├── add-or-update.vue
│ │ │ ├── detail.vue
│ │ │ └── list.vue
│ ├── static
│ │ ├── center
│ │ │ ├── addr.png
│ │ │ ├── bank.png
│ │ │ ├── choujiang.png
│ │ │ ├── face.jpeg
│ │ │ ├── kefu.png
│ │ │ ├── l1.png
│ │ │ ├── l2.png
│ │ │ ├── l3.png
│ │ │ ├── l4.png
│ │ │ ├── l5.png
│ │ │ ├── mingxi.png
│ │ │ ├── momey.png
│ │ │ ├── point.png
│ │ │ ├── quan.png
│ │ │ ├── renw.png
│ │ │ ├── security.png
│ │ │ ├── setting.png
│ │ │ └── to.png
│ │ ├── exam-index
│ │ │ └── paper.png
│ │ ├── gen
│ │ │ ├── cai.png
│ │ │ ├── kefu.png
│ │ │ ├── shoucang.png
│ │ │ ├── tianjia.png
│ │ │ ├── upload.png
│ │ │ └── zan.png
│ │ ├── index
│ │ │ └── face.png
│ │ ├── login
│ │ │ ├── captcha.jpg
│ │ │ └── logo.png
│ │ ├── logo.png
│ │ ├── pay-confirm
│ │ │ ├── jianshe.png
│ │ │ ├── jiaotong.png
│ │ │ ├── nongye.png
│ │ │ ├── weixin.png
│ │ │ ├── zhifubao.png
│ │ │ └── zhongguo.png
│ │ ├── restaurant-detail
│ │ │ ├── now.png
│ │ │ ├── select.png
│ │ │ └── unselect.png
│ │ ├── tabs
│ │ │ ├── cart.png
│ │ │ ├── cart1.png
│ │ │ ├── icon1.png
│ │ │ ├── icon1_act.png
│ │ │ ├── icon2.png
│ │ │ ├── icon2_act.png
│ │ │ ├── icon3.png
│ │ │ ├── icon3_act.png
│ │ │ ├── icon4.png
│ │ │ ├── icon4_act.png
│ │ │ ├── index.png
│ │ │ ├── index1.png
│ │ │ ├── mine.png
│ │ │ ├── mine1.png
│ │ │ ├── order.png
│ │ │ ├── order1.png
│ │ │ ├── type.png
│ │ │ └── type1.png
│ │ └── test
│ │ │ └── banner.jpg
│ ├── uni.scss
│ ├── unpackage
│ │ └── dist
│ │ │ └── build
│ │ │ ├── .automator
│ │ │ └── mp-weixin
│ │ │ │ └── .automator.json
│ │ │ └── mp-weixin
│ │ │ ├── app.js
│ │ │ ├── app.json
│ │ │ ├── app.wxss
│ │ │ ├── common
│ │ │ ├── main.js
│ │ │ ├── main.wxss
│ │ │ ├── runtime.js
│ │ │ └── vendor.js
│ │ │ ├── components
│ │ │ ├── mescroll-uni
│ │ │ │ ├── mescroll-uni.js
│ │ │ │ ├── mescroll-uni.json
│ │ │ │ ├── mescroll-uni.wxml
│ │ │ │ └── mescroll-uni.wxss
│ │ │ ├── uni-load-more
│ │ │ │ ├── uni-load-more.js
│ │ │ │ ├── uni-load-more.json
│ │ │ │ └── uni-load-more.wxml
│ │ │ ├── uni-popup
│ │ │ │ ├── uni-popup.js
│ │ │ │ ├── uni-popup.json
│ │ │ │ ├── uni-popup.wxml
│ │ │ │ └── uni-popup.wxss
│ │ │ ├── uni-transition
│ │ │ │ ├── uni-transition.js
│ │ │ │ ├── uni-transition.json
│ │ │ │ ├── uni-transition.wxml
│ │ │ │ └── uni-transition.wxss
│ │ │ ├── uni-ui
│ │ │ │ └── lib
│ │ │ │ │ └── uni-icons
│ │ │ │ │ ├── uni-icons.js
│ │ │ │ │ ├── uni-icons.json
│ │ │ │ │ ├── uni-icons.wxml
│ │ │ │ │ └── uni-icons.wxss
│ │ │ └── w-picker
│ │ │ │ ├── w-picker.js
│ │ │ │ ├── w-picker.json
│ │ │ │ ├── w-picker.wxml
│ │ │ │ └── w-picker.wxss
│ │ │ ├── pages
│ │ │ ├── center
│ │ │ │ ├── center.js
│ │ │ │ ├── center.json
│ │ │ │ ├── center.wxml
│ │ │ │ └── center.wxss
│ │ │ ├── discussjingquhuodong
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── discusslvyoujingdian
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── forget
│ │ │ │ ├── forget.js
│ │ │ │ ├── forget.json
│ │ │ │ ├── forget.wxml
│ │ │ │ └── forget.wxss
│ │ │ ├── index
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── jingdianfenlei
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── jingdiangoupiao
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── jingquhuodong
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── login
│ │ │ │ ├── login.js
│ │ │ │ ├── login.json
│ │ │ │ ├── login.wxml
│ │ │ │ └── login.wxss
│ │ │ ├── lvyoujingdian
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── messages
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ ├── list.wxss
│ │ │ │ ├── liuyan.js
│ │ │ │ ├── liuyan.json
│ │ │ │ ├── liuyan.wxml
│ │ │ │ └── liuyan.wxss
│ │ │ ├── news-detail
│ │ │ │ ├── news-detail.js
│ │ │ │ ├── news-detail.json
│ │ │ │ ├── news-detail.wxml
│ │ │ │ └── news-detail.wxss
│ │ │ ├── news
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── pay-confirm
│ │ │ │ ├── pay-confirm.js
│ │ │ │ ├── pay-confirm.json
│ │ │ │ ├── pay-confirm.wxml
│ │ │ │ └── pay-confirm.wxss
│ │ │ ├── register
│ │ │ │ ├── register.js
│ │ │ │ ├── register.json
│ │ │ │ ├── register.wxml
│ │ │ │ └── register.wxss
│ │ │ ├── storeup
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── user-info
│ │ │ │ ├── user-info.js
│ │ │ │ ├── user-info.json
│ │ │ │ ├── user-info.wxml
│ │ │ │ └── user-info.wxss
│ │ │ └── yonghu
│ │ │ │ ├── add-or-update.js
│ │ │ │ ├── add-or-update.json
│ │ │ │ ├── add-or-update.wxml
│ │ │ │ ├── add-or-update.wxss
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ ├── detail.wxss
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── project.config.json
│ │ │ └── static
│ │ │ ├── center
│ │ │ ├── addr.png
│ │ │ ├── bank.png
│ │ │ ├── choujiang.png
│ │ │ ├── face.jpeg
│ │ │ ├── kefu.png
│ │ │ ├── l1.png
│ │ │ ├── l2.png
│ │ │ ├── l3.png
│ │ │ ├── l4.png
│ │ │ ├── l5.png
│ │ │ ├── mingxi.png
│ │ │ ├── momey.png
│ │ │ ├── point.png
│ │ │ ├── quan.png
│ │ │ ├── renw.png
│ │ │ ├── security.png
│ │ │ ├── setting.png
│ │ │ └── to.png
│ │ │ ├── exam-index
│ │ │ └── paper.png
│ │ │ ├── gen
│ │ │ ├── cai.png
│ │ │ ├── kefu.png
│ │ │ ├── shoucang.png
│ │ │ ├── tianjia.png
│ │ │ ├── upload.png
│ │ │ └── zan.png
│ │ │ ├── index
│ │ │ └── face.png
│ │ │ ├── login
│ │ │ ├── captcha.jpg
│ │ │ └── logo.png
│ │ │ ├── logo.png
│ │ │ ├── pay-confirm
│ │ │ ├── jianshe.png
│ │ │ ├── jiaotong.png
│ │ │ ├── nongye.png
│ │ │ ├── weixin.png
│ │ │ ├── zhifubao.png
│ │ │ └── zhongguo.png
│ │ │ ├── restaurant-detail
│ │ │ ├── now.png
│ │ │ ├── select.png
│ │ │ └── unselect.png
│ │ │ ├── tabs
│ │ │ ├── cart.png
│ │ │ ├── cart1.png
│ │ │ ├── icon1.png
│ │ │ ├── icon1_act.png
│ │ │ ├── icon2.png
│ │ │ ├── icon2_act.png
│ │ │ ├── icon3.png
│ │ │ ├── icon3_act.png
│ │ │ ├── icon4.png
│ │ │ ├── icon4_act.png
│ │ │ ├── index.png
│ │ │ ├── index1.png
│ │ │ ├── mine.png
│ │ │ ├── mine1.png
│ │ │ ├── order.png
│ │ │ ├── order1.png
│ │ │ ├── type.png
│ │ │ └── type1.png
│ │ │ └── test
│ │ │ └── banner.jpg
│ └── utils
│ │ ├── menu.js
│ │ ├── system.js
│ │ ├── utils.js
│ │ └── validate.js
│ ├── resources
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ └── bootstrap.min.css.map
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ └── jquery
│ │ └── jquery-2.2.3.min.js
│ └── upload
│ ├── 1620624177216.jpg
│ ├── 1620624185871.jpg
│ ├── 1620624194489.jpg
│ ├── 1620624203711.jpg
│ ├── 1620624211638.jpg
│ ├── 1620624220408.jpg
│ ├── 1620624234184.jpg
│ ├── 1620624263681.jpg
│ ├── 1620624291951.jpg
│ ├── 1620624304404.jpg
│ ├── 1620624312228.jpg
│ ├── 1620624320748.jpg
│ ├── 1620624329364.jpg
│ ├── 1620624339248.jpg
│ ├── 1620624347834.jpg
│ ├── 1620624355681.jpg
│ ├── 1620624363740.jpg
│ ├── 1620624372224.jpg
│ ├── 1620624380917.jpg
│ ├── 1620624392244.jpg
│ ├── 1620624399511.jpg
│ ├── 1620624406792.jpg
│ ├── 1620624427445.jpg
│ ├── 1620624432648.jpg
│ ├── 1620624446422.jpg
│ ├── 1620624465674.jpg
│ ├── 1620624480712.jpg
│ ├── 1620624536348.jpg
│ ├── jingdiangoupiao_jingdiantupian1.jpg
│ ├── jingdiangoupiao_jingdiantupian2.jpg
│ ├── jingdiangoupiao_jingdiantupian3.jpg
│ ├── jingdiangoupiao_jingdiantupian4.jpg
│ ├── jingdiangoupiao_jingdiantupian5.jpg
│ ├── jingdiangoupiao_jingdiantupian6.jpg
│ ├── jingquhuodong_fengmiantu1.jpg
│ ├── jingquhuodong_fengmiantu2.jpg
│ ├── jingquhuodong_fengmiantu3.jpg
│ ├── jingquhuodong_fengmiantu4.jpg
│ ├── jingquhuodong_fengmiantu5.jpg
│ ├── jingquhuodong_fengmiantu6.jpg
│ ├── lvyoujingdian_jingdiantupian1.jpg
│ ├── lvyoujingdian_jingdiantupian2.jpg
│ ├── lvyoujingdian_jingdiantupian3.jpg
│ ├── lvyoujingdian_jingdiantupian4.jpg
│ ├── lvyoujingdian_jingdiantupian5.jpg
│ ├── lvyoujingdian_jingdiantupian6.jpg
│ ├── news_picture1.jpg
│ ├── news_picture2.jpg
│ ├── news_picture3.jpg
│ ├── news_picture4.jpg
│ ├── news_picture5.jpg
│ ├── news_picture6.jpg
│ ├── picture1.jpg
│ ├── picture2.jpg
│ ├── picture3.jpg
│ ├── test.txt
│ ├── yonghu_touxiang1.jpg
│ ├── yonghu_touxiang2.jpg
│ ├── yonghu_touxiang3.jpg
│ ├── yonghu_touxiang4.jpg
│ ├── yonghu_touxiang5.jpg
│ └── yonghu_touxiang6.jpg
├── 关于系统.txt
└── 程序运行和论文演示视频
├── weixin073智慧旅游平台开发微信小程序-微信端.mp4
├── weixin073智慧旅游平台开发微信小程序-服务端.mp4
└── weixin073论文录像.mp4
/README.md:
--------------------------------------------------------------------------------
1 | 随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了智慧旅游平台开发微信小程序的开发全过程。通过分析智慧旅游平台开发微信小程序管理的不足,创建了一个计算机管理智慧旅游平台开发微信小程序的方案。文章介绍了智慧旅游平台开发微信小程序的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
2 |
3 | 本智慧旅游平台开发微信小程序功能有管理员和用户。管理员功能有个人中心,用户管理,景点分类管理,旅游景点管理,景点购票管理,景区活动管理,留言板管理,系统管理。用户可以查看景点信息,活动信息,还可以购票,以及留言。因而具有一定的实用性。
4 |
5 | 本站后台采用Java的SSM框架进行后台管理开发,可以在浏览器上登录进行后台数据方面的管理,MySQL作为本地数据库,微信小程序用到了微信开发者工具,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得智慧旅游平台开发微信小程序管理工作系统化、规范化。
6 |
7 | 关键词:智慧旅游平台开发微信小程序;SSM框架;MYSQL数据库
8 |
--------------------------------------------------------------------------------
/ppt.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/ppt.ppt
--------------------------------------------------------------------------------
/代码/mp-weixin/app.js:
--------------------------------------------------------------------------------
1 |
2 | require('./common/runtime.js')
3 | require('./common/vendor.js')
4 | require('./common/main.js')
--------------------------------------------------------------------------------
/代码/mp-weixin/app.wxss:
--------------------------------------------------------------------------------
1 | @import './common/main.wxss';
2 |
--------------------------------------------------------------------------------
/代码/mp-weixin/components/mescroll-uni/mescroll-uni.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-load-more/uni-load-more.js:
--------------------------------------------------------------------------------
1 | Component({})
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-load-more/uni-load-more.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {}
4 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-popup/uni-popup.json:
--------------------------------------------------------------------------------
1 | {
2 | "component": true,
3 | "usingComponents": {
4 | "uni-transition": "/components/uni-transition/uni-transition"
5 | }
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-popup/uni-popup.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-transition/uni-transition.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-transition/uni-transition.wxml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-ui/lib/uni-icons/uni-icons.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/components/uni-ui/lib/uni-icons/uni-icons.wxml:
--------------------------------------------------------------------------------
1 | {{icons[type]}}
--------------------------------------------------------------------------------
/代码/mp-weixin/components/w-picker/w-picker.json:
--------------------------------------------------------------------------------
1 | {
2 | "usingComponents": {},
3 | "component": true
4 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/center/center.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "我的",
5 | "usingComponents": {}
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/discusslvyoujingdian/add-or-update.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "w-picker": "/components/w-picker/w-picker"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/discusslvyoujingdian/detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni",
6 | "uni-popup": "/components/uni-popup/uni-popup"
7 | }
8 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/discusslvyoujingdian/list.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/forget/forget.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "忘记密码",
5 | "usingComponents": {}
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/index/index.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "首页",
5 | "usingComponents": {
6 | "uni-icons": "/components/uni-ui/lib/uni-icons/uni-icons"
7 | }
8 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/jingdianfenlei/add-or-update.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "w-picker": "/components/w-picker/w-picker"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/jingdianfenlei/detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni",
6 | "uni-popup": "/components/uni-popup/uni-popup"
7 | }
8 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/jingdianfenlei/list.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/jingquhuodong/add-or-update.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "w-picker": "/components/w-picker/w-picker"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/jingquhuodong/detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni",
6 | "uni-popup": "/components/uni-popup/uni-popup"
7 | }
8 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/jingquhuodong/list.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/login/login.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "登录",
5 | "usingComponents": {}
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/messages/list.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/messages/liuyan.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {}
5 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/messages/liuyan.wxss:
--------------------------------------------------------------------------------
1 | page.data-v-a9425e54{background-color:#fff}.content.data-v-a9425e54{padding:20rpx 24rpx}.content.data-v-a9425e54:after{position:fixed;top:0;right:0;left:0;bottom:0;content:"";background-attachment:fixed;background-size:cover;background-position:50%}textarea.data-v-a9425e54{border:1rpx solid #eee;border-radius:20rpx;padding:20rpx}.title.data-v-a9425e54{width:180rpx}.avator.data-v-a9425e54{width:150rpx;height:60rpx}.right-input.data-v-a9425e54{-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:left}.cu-form-group.data-v-a9425e54{padding:0;background-color:initial;min-height:inherit;margin-bottom:20rpx}.cu-form-group + .cu-form-group.data-v-a9425e54{border:0}.cu-form-group uni-input.data-v-a9425e54{padding:0 30rpx}.cu-form-group uni-textarea.data-v-a9425e54{padding:30rpx;margin:0}.bg-red.data-v-a9425e54{line-height:80rpx}
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/news-detail/news-detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "资讯详情",
5 | "usingComponents": {}
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/news-detail/news-detail.wxml:
--------------------------------------------------------------------------------
1 | {{''+detail.title+''}}
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/news-detail/news-detail.wxss:
--------------------------------------------------------------------------------
1 | page.data-v-7dd82088{background:#fff}.title.data-v-7dd82088{text-align:center;font-size:40rpx;font-weight:700;margin:20rpx}.content.data-v-7dd82088{margin:40rpx;font-size:30rpx;line-height:50rpx;letter-spacing:5rpx}
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/news/add-or-update.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "w-picker": "/components/w-picker/w-picker"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/news/detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni",
6 | "uni-popup": "/components/uni-popup/uni-popup"
7 | }
8 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/news/list.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/register/register.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "注册",
5 | "usingComponents": {}
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/register/register.wxss:
--------------------------------------------------------------------------------
1 | .content.data-v-6d95ea61{padding:100rpx}.content.data-v-6d95ea61:after{position:fixed;top:0;right:0;left:0;bottom:0;content:"";background-attachment:fixed;background-size:cover;background-position:50%}.logo.data-v-6d95ea61{text-align:center}.logo image.data-v-6d95ea61{height:200rpx;width:200rpx;margin:0 0 60rpx}.uni-form-item.data-v-6d95ea61{margin-bottom:40rpx;padding:0}.uni-form-item .uni-input.data-v-6d95ea61{font-size:30rpx;padding:7px 0}button[type="primary"].data-v-6d95ea61{background-color:#b49950;border-radius:0;font-size:34rpx;margin-top:60rpx}.links.data-v-6d95ea61{text-align:center;margin-top:40rpx;font-size:26rpx;color:#999}.links view.data-v-6d95ea61{display:inline-block;vertical-align:top;margin:0 10rpx}.links .link-highlight.data-v-6d95ea61{color:#b49950}.picker-select-input.data-v-6d95ea61{line-height:88rpx}
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/storeup/add-or-update.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "w-picker": "/components/w-picker/w-picker"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/storeup/detail.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni",
6 | "uni-popup": "/components/uni-popup/uni-popup"
7 | }
8 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/storeup/list.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "usingComponents": {
5 | "mescroll-uni": "/components/mescroll-uni/mescroll-uni"
6 | }
7 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/pages/user-info/user-info.json:
--------------------------------------------------------------------------------
1 | {
2 | "navigationBarBackgroundColor": "#F8B009",
3 | "navigationBarTextStyle": "white",
4 | "navigationBarTitleText": "用户信息",
5 | "usingComponents": {}
6 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/project.config.json:
--------------------------------------------------------------------------------
1 | {
2 | "description": "项目配置文件。",
3 | "packOptions": {
4 | "ignore": []
5 | },
6 | "setting": {
7 | "urlCheck": false
8 | },
9 | "compileType": "miniprogram",
10 | "libVersion": "2.9.2",
11 | "appid": "3",
12 | "projectname": "app02",
13 | "condition": {
14 | "search": {
15 | "current": -1,
16 | "list": []
17 | },
18 | "conversation": {
19 | "current": -1,
20 | "list": []
21 | },
22 | "game": {
23 | "current": -1,
24 | "list": []
25 | },
26 | "miniprogram": {
27 | "current": -1,
28 | "list": []
29 | }
30 | }
31 | }
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/addr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/addr.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/bank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/bank.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/choujiang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/choujiang.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/face.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/face.jpeg
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/kefu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/kefu.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/l1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/l1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/l2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/l2.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/l3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/l3.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/l4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/l4.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/l5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/l5.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/mingxi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/mingxi.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/momey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/momey.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/point.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/quan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/quan.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/renw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/renw.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/security.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/setting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/setting.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/center/to.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/center/to.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/exam-index/paper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/exam-index/paper.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/gen/cai.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/gen/cai.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/gen/kefu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/gen/kefu.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/gen/shoucang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/gen/shoucang.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/gen/tianjia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/gen/tianjia.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/gen/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/gen/upload.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/gen/zan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/gen/zan.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/index/face.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/index/face.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/login/captcha.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/login/captcha.jpg
--------------------------------------------------------------------------------
/代码/mp-weixin/static/login/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/login/logo.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/logo.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/pay-confirm/jianshe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/pay-confirm/jianshe.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/pay-confirm/jiaotong.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/pay-confirm/jiaotong.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/pay-confirm/nongye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/pay-confirm/nongye.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/pay-confirm/weixin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/pay-confirm/weixin.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/pay-confirm/zhifubao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/pay-confirm/zhifubao.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/pay-confirm/zhongguo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/pay-confirm/zhongguo.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/restaurant-detail/now.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/restaurant-detail/now.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/restaurant-detail/select.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/restaurant-detail/select.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/restaurant-detail/unselect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/restaurant-detail/unselect.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/cart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/cart.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/cart1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/cart1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon1_act.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon1_act.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon2.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon2_act.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon2_act.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon3.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon3_act.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon3_act.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon4.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/icon4_act.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/icon4_act.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/index.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/index.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/index1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/index1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/mine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/mine.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/mine1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/mine1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/order.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/order.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/order1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/order1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/type.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/type.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/tabs/type1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/tabs/type1.png
--------------------------------------------------------------------------------
/代码/mp-weixin/static/test/banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shuangyulin/weixin073_zhihuilvyou/2d2ee75bfbdd04b90fc0053d7ecfbcb097b75d69/代码/mp-weixin/static/test/banner.jpg
--------------------------------------------------------------------------------
/代码/ssm49085/.gitignore:
--------------------------------------------------------------------------------
1 | /target/
2 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/.jsdtscope:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding//src/main/java=UTF-8
3 | encoding//src/main/resources=UTF-8
4 | encoding//src/test/java=UTF-8
5 | encoding/=UTF-8
6 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 | org.eclipse.jdt.core.compiler.compliance=1.7
5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7 | org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
8 | org.eclipse.jdt.core.compiler.release=disabled
9 | org.eclipse.jdt.core.compiler.source=1.7
10 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.m2e.core.prefs:
--------------------------------------------------------------------------------
1 | activeProfiles=
2 | eclipse.preferences.version=1
3 | resolveWorkspaceProjects=true
4 | version=1
5 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.wst.common.component:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.wst.common.project.facet.core.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.wst.jsdt.ui.superType.container:
--------------------------------------------------------------------------------
1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.wst.jsdt.ui.superType.name:
--------------------------------------------------------------------------------
1 | Window
--------------------------------------------------------------------------------
/代码/ssm49085/.settings/org.eclipse.wst.validation.prefs:
--------------------------------------------------------------------------------
1 | disabled=06target
2 | eclipse.preferences.version=1
3 |
--------------------------------------------------------------------------------
/代码/ssm49085/src/main/java/com/annotation/APPLoginUser.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.ElementType;
4 | import java.lang.annotation.Retention;
5 | import java.lang.annotation.RetentionPolicy;
6 | import java.lang.annotation.Target;
7 |
8 | /**
9 | * 登录用户信息
10 | */
11 | @Target(ElementType.PARAMETER)
12 | @Retention(RetentionPolicy.RUNTIME)
13 | public @interface APPLoginUser {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/代码/ssm49085/src/main/java/com/annotation/IgnoreAuth.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.*;
4 |
5 | /**
6 | * 忽略Token验证
7 | */
8 | @Target(ElementType.METHOD)
9 | @Retention(RetentionPolicy.RUNTIME)
10 | @Documented
11 | public @interface IgnoreAuth {
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/代码/ssm49085/src/main/java/com/annotation/LoginUser.java:
--------------------------------------------------------------------------------
1 | package com.annotation;
2 |
3 | import java.lang.annotation.ElementType;
4 | import java.lang.annotation.Retention;
5 | import java.lang.annotation.RetentionPolicy;
6 | import java.lang.annotation.Target;
7 |
8 | /**
9 | * 登录用户信息
10 | */
11 | @Target(ElementType.PARAMETER)
12 | @Retention(RetentionPolicy.RUNTIME)
13 | public @interface LoginUser {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/代码/ssm49085/src/main/java/com/config/MyMetaObjectHandler.java:
--------------------------------------------------------------------------------
1 | package com.config;
2 |
3 | import java.util.Date;
4 |
5 | import org.apache.ibatis.reflection.MetaObject;
6 |
7 | import com.baomidou.mybatisplus.mapper.MetaObjectHandler;
8 |
9 | /**
10 | * 自定义填充处理器
11 | */
12 | public class MyMetaObjectHandler extends MetaObjectHandler {
13 |
14 | @Override
15 | public void insertFill(MetaObject metaObject) {
16 | this.setFieldValByName("ctime", new Date(), metaObject);
17 | }
18 |
19 | @Override
20 | public boolean openUpdateFill() {
21 | return false;
22 | }
23 |
24 | @Override
25 | public void updateFill(MetaObject metaObject) {
26 | // 关闭更新填充、这里不执行
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/代码/ssm49085/src/main/java/com/dao/CommonDao.java:
--------------------------------------------------------------------------------
1 |
2 | package com.dao;
3 |
4 | import java.util.List;
5 | import java.util.Map;
6 |
7 | /**
8 | * 通用接口
9 | */
10 | public interface CommonDao{
11 | List getOption(Map params);
12 |
13 | Map getFollowByOption(Map params);
14 |
15 | List getFollowByOption2(Map params);
16 |
17 | void sh(Map params);
18 |
19 | int remindCount(Map params);
20 |
21 | Map selectCal(Map params);
22 |
23 | List