实例介绍
校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)校园导览小程序(后台+小程序)
【实例截图】
【核心代码】
4744300845404040749.zip
└── 校园导览小程序(后台+小程序)
├── app
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── common
│ │ ├── actionsheet
│ │ │ ├── actionsheet.js
│ │ │ ├── actionsheet.json
│ │ │ ├── actionsheet.wxml
│ │ │ └── actionsheet.wxss
│ │ ├── badge
│ │ │ ├── badge.js
│ │ │ ├── badge.json
│ │ │ ├── badge.wxml
│ │ │ └── badge.wxss
│ │ ├── cell
│ │ │ ├── cell.js
│ │ │ ├── cell.json
│ │ │ ├── cell.wxml
│ │ │ └── cell.wxss
│ │ ├── cells
│ │ │ ├── cells.js
│ │ │ ├── cells.json
│ │ │ └── cells.wxml
│ │ ├── checkbox
│ │ │ ├── checkbox.js
│ │ │ ├── checkbox.json
│ │ │ ├── checkbox.wxml
│ │ │ └── checkbox.wxss
│ │ ├── checkbox-group
│ │ │ ├── checkbox-group.js
│ │ │ ├── checkbox-group.json
│ │ │ ├── checkbox-group.wxml
│ │ │ └── checkbox-group.wxss
│ │ ├── dialog
│ │ │ ├── dialog.js
│ │ │ ├── dialog.json
│ │ │ ├── dialog.wxml
│ │ │ └── dialog.wxss
│ │ ├── foot.wxml
│ │ ├── form
│ │ │ ├── form.js
│ │ │ ├── form.json
│ │ │ └── form.wxml
│ │ ├── gallery
│ │ │ ├── gallery.js
│ │ │ ├── gallery.json
│ │ │ ├── gallery.wxml
│ │ │ └── gallery.wxss
│ │ ├── half-screen-dialog
│ │ │ ├── half-screen-dialog.js
│ │ │ ├── half-screen-dialog.json
│ │ │ ├── half-screen-dialog.wxml
│ │ │ └── half-screen-dialog.wxss
│ │ ├── head.wxml
│ │ ├── icon
│ │ │ ├── icon.js
│ │ │ ├── icon.json
│ │ │ ├── icon.wxml
│ │ │ └── icon.wxss
│ │ ├── index.wxss
│ │ ├── lib
│ │ │ └── weui.wxss
│ │ ├── loading
│ │ │ ├── loading.js
│ │ │ ├── loading.json
│ │ │ ├── loading.wxml
│ │ │ └── loading.wxss
│ │ ├── msg
│ │ │ ├── msg.js
│ │ │ ├── msg.json
│ │ │ ├── msg.wxml
│ │ │ └── msg.wxss
│ │ ├── navigation-bar
│ │ │ ├── navigation-bar.js
│ │ │ ├── navigation-bar.json
│ │ │ ├── navigation-bar.wxml
│ │ │ └── navigation-bar.wxss
│ │ ├── searchbar
│ │ │ ├── searchbar.js
│ │ │ ├── searchbar.json
│ │ │ ├── searchbar.wxml
│ │ │ └── searchbar.wxss
│ │ ├── slideview
│ │ │ ├── slideview.js
│ │ │ ├── slideview.json
│ │ │ ├── slideview.wxml
│ │ │ ├── slideview.wxs
│ │ │ └── slideview.wxss
│ │ ├── static
│ │ │ └── icon
│ │ │ ├── s-arrow-back.png
│ │ │ └── s-arrow-back.svg
│ │ ├── tabbar
│ │ │ ├── tabbar.js
│ │ │ ├── tabbar.json
│ │ │ ├── tabbar.wxml
│ │ │ └── tabbar.wxss
│ │ ├── toptips
│ │ │ ├── toptips.js
│ │ │ ├── toptips.json
│ │ │ ├── toptips.wxml
│ │ │ └── toptips.wxss
│ │ └── uploader
│ │ ├── uploader.js
│ │ ├── uploader.json
│ │ ├── uploader.wxml
│ │ └── uploader.wxss
│ ├── dist
│ │ ├── action-sheet
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── alert
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── avatar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── badge
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── base
│ │ │ └── index.js
│ │ ├── button
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── card
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── cell
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── cell-group
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ └── index.wxml
│ │ ├── checkbox
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── checkbox-group
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── col
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── collapse
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── collapse-item
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── count-down
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── divider
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── drawer
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── grid
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── grid-icon
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── grid-item
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── grid-label
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── icon
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── index-item
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── input
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── input-number
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── load-more
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── message
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── modal
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── notice-bar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── page
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── panel
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── progress
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── radio
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── radio-group
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── rate
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── row
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── slide
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── spin
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── step
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── steps
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── sticky
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── sticky-item
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── swipeout
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── switch
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tab
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tab-bar
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tab-bar-item
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tabs
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── tag
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ └── toast
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── pages
│ │ ├── addArticle
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── article
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── article1
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── detail
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── detail1
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── detail2
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── gr
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── home
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── image
│ │ │ ├── 0c135d795a24bd712ce2b90a1efb8e3e.jpeg
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 838ba61ea8d3fd1fc9c7b6853a4e251f94ca5f46.jpg
│ │ │ ├── home.png
│ │ │ ├── home-selectd.png
│ │ │ ├── my.png
│ │ │ ├── my-selectd.png
│ │ │ ├── 加号.png
│ │ │ ├── 提问 (1).png
│ │ │ └── 提问.png
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── map
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── my
│ │ │ ├── my.js
│ │ │ ├── my.json
│ │ │ ├── my.wxml
│ │ │ └── my.wxss
│ │ └── search
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── project.config.json
│ ├── sitemap.json
│ ├── style
│ │ └── weui.wxss
│ └── utils
│ └── util.js
├── demo
│ ├── demo.iml
│ ├── HELP.md
│ ├── mvnw
│ ├── mvnw.cmd
│ ├── pom.xml
│ ├── src
│ │ ├── main
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ ├── controller
│ │ │ │ │ ├── ArticleController.java
│ │ │ │ │ ├── CommentController.java
│ │ │ │ │ └── UserController.java
│ │ │ │ ├── DemoApplication.java
│ │ │ │ ├── mapper
│ │ │ │ │ ├── ArticleMapper.java
│ │ │ │ │ ├── ArticleMapper.xml
│ │ │ │ │ ├── CommentMapper.java
│ │ │ │ │ ├── CommentMapper.xml
│ │ │ │ │ ├── UserMapper.java
│ │ │ │ │ └── UserMapper.xml
│ │ │ │ ├── pojo
│ │ │ │ │ ├── Article.java
│ │ │ │ │ ├── Comment.java
│ │ │ │ │ └── User.java
│ │ │ │ └── util
│ │ │ │ ├── AesCbcUtil.java
│ │ │ │ ├── HttpFactory.java
│ │ │ │ ├── HttpUtil.java
│ │ │ │ └── WxUtil.java
│ │ │ ├── resources
│ │ │ │ └── application.properties
│ │ │ └── webapp
│ │ │ ├── json
│ │ │ │ ├── images
│ │ │ │ │ ├── 华阳湖.jpg
│ │ │ │ │ ├── 南门.jpg
│ │ │ │ │ ├── 新华.jpg
│ │ │ │ │ ├── 网球场.jpg
│ │ │ │ │ └── 西门.jpg
│ │ │ │ ├── markers
│ │ │ │ │ ├── hospital.png
│ │ │ │ │ ├── jq.png
│ │ │ │ │ ├── qc01.png
│ │ │ │ │ ├── qc02.png
│ │ │ │ │ ├── qc03.png
│ │ │ │ │ ├── qc04.png
│ │ │ │ │ ├── xm.png
│ │ │ │ │ ├── 中国电信.png
│ │ │ │ │ ├── 体育馆.png
│ │ │ │ │ ├── 停车场 (1).png
│ │ │ │ │ ├── 停车场 (2).png
│ │ │ │ │ ├── 健身中心.png
│ │ │ │ │ ├── 公交站.png
│ │ │ │ │ ├── 公园.png
│ │ │ │ │ ├── 共享单车停车区.png
│ │ │ │ │ ├── 创客坊.png
│ │ │ │ │ ├── 办公室.png
│ │ │ │ │ ├── 医务室.png
│ │ │ │ │ ├── 厕所点位.png
│ │ │ │ │ ├── 古梅体育馆.png
│ │ │ │ │ ├── 合并形状.png
│ │ │ │ │ ├── 图书馆.png
│ │ │ │ │ ├── 地图点位-服务点.png
│ │ │ │ │ ├── 宿舍01.png
│ │ │ │ │ ├── 宿舍02.png
│ │ │ │ │ ├── 宿舍03.png
│ │ │ │ │ ├── 宿舍04.png
│ │ │ │ │ ├── 工行.png
│ │ │ │ │ ├── 影城.png
│ │ │ │ │ ├── 打印.png
│ │ │ │ │ ├── 教学楼.png
│ │ │ │ │ ├── 校园卡充值.png
│ │ │ │ │ ├── 渔人码头.png
│ │ │ │ │ ├── 药房.png
│ │ │ │ │ ├── 菜鸟.png
│ │ │ │ │ ├── 超市.png
│ │ │ │ │ ├── 邮政 (1).png
│ │ │ │ │ ├── 顺丰速递.png
│ │ │ │ │ └── 饭堂.png
│ │ │ │ └── markers.json
│ │ │ ├── static
│ │ │ │ ├── 04c973a7-efa6-4196-b04e-d1522a277094.jpg
│ │ │ │ ├── 09cdf8c1-4e55-49a2-aee6-f84f869659f1.jpg
│ │ │ │ ├── 0c871dfe-336c-4056-98b5-e9d075f0d36a.jpg
│ │ │ │ ├── 164feb48-b95b-4ed3-9d80-80464eb1f96e.jpg
│ │ │ │ ├── 59bbc832-d45f-4639-be12-92bbfd57f95d.jpg
│ │ │ │ ├── 5d858ece-8572-4f3a-902a-b04f2dc9f387.jpg
│ │ │ │ ├── 854f8ba9-5839-4a59-957e-f31bb08f72b0.jpg
│ │ │ │ ├── 8c1980d2-65d9-4955-a0d6-893b9a90a96e.jpg
│ │ │ │ ├── 9424534a-ff00-412c-8567-4a325654ac8a.jpg
│ │ │ │ ├── 9c6f4a4d-c9df-48d8-8618-16641d377c6f.jpg
│ │ │ │ ├── a6d3a772-00ff-4e3f-b343-662dee1586f0.jpg
│ │ │ │ ├── b26dc0b3-4c7f-4592-b627-7cd77519c3a1.jpg
│ │ │ │ ├── b76583ac-ef4b-49ee-aa5a-81b2ff4a251e.jpg
│ │ │ │ ├── c00d1903-91b4-4e63-b514-c3951ca184c1.jpg
│ │ │ │ ├── cf44ed4b-f5e4-4ea3-a9e6-3ced2af45b1d.jpg
│ │ │ │ ├── eaa4ad55-e817-4cdd-964d-181440de090f.png
│ │ │ │ ├── eee6a4d9-d7c1-4a7c-8f01-aa93cf347053.jpg
│ │ │ │ ├── f3ce5bb9-c389-45e9-b70f-789c2726361c.jpg
│ │ │ │ └── 加号.png
│ │ │ └── WEB-INF
│ │ │ └── web.xml
│ │ └── test
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── DemoApplicationTests.java
│ └── target
│ ├── classes
│ │ ├── application.properties
│ │ └── com
│ │ └── example
│ │ ├── controller
│ │ │ ├── ArticleController.class
│ │ │ ├── CommentController.class
│ │ │ └── UserController.class
│ │ ├── DemoApplication.class
│ │ ├── mapper
│ │ │ ├── ArticleMapper.class
│ │ │ ├── ArticleMapper.xml
│ │ │ ├── CommentMapper.class
│ │ │ ├── CommentMapper.xml
│ │ │ ├── UserMapper.class
│ │ │ └── UserMapper.xml
│ │ ├── pojo
│ │ │ ├── Article.class
│ │ │ ├── Comment.class
│ │ │ └── User.class
│ │ └── util
│ │ ├── AesCbcUtil.class
│ │ ├── HttpFactory.class
│ │ ├── HttpUtil.class
│ │ └── WxUtil.class
│ ├── generated-sources
│ │ └── annotations
│ ├── generated-test-sources
│ │ └── test-annotations
│ └── test-classes
│ └── com
│ └── example
│ └── DemoApplicationTests.class
└── guided.sql
129 directories, 456 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论