【例子介绍】实时巴士小程序带后端
【相关图片】
【源码结构】.
└── 实时巴士带后端
├── HMT-Bus-GO-WXSS_BACK-END-master
│ ├── LICENSE
│ ├── wxss.GetLocation.php
│ ├── wxss.GetPolyline.php
│ ├── wxss.GetTimetable.php
│ ├── wxss.getLineInfo.php
│ ├── wxss.getLineList.php
│ ├── wxss.getRealTimeStatus.php
│ ├── wxss.getStopInfo.php
│ ├── wxss.getStopList.php
│ ├── wxss.refreshStop.php
│ └── wxss.stopSearch.php
├── HMT-Bus-GO-WXSS_FRONTEND-master
│ ├── LICENSE
│ ├── QRCODE.jpg
│ ├── WXSSCODE.jpg
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── pages
│ │ ├── busMap
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ └── index.wxml
│ │ ├── lineIndex
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── lineInfo
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── stopIndex
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── stopInfo
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── stopSearch
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ └── timetable
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── source
│ │ ├── banner
│ │ │ ├── linebanner.png
│ │ │ ├── searchbanner.png
│ │ │ ├── stopbanner.png
│ │ │ └── timetablebanner.png
│ │ ├── icon
│ │ │ ├── busmap-selected.png
│ │ │ ├── busmap.png
│ │ │ ├── line-selected.png
│ │ │ ├── line.png
│ │ │ ├── realtime-selected.png
│ │ │ ├── realtime.png
│ │ │ ├── stop-selected.png
│ │ │ └── stop.png
│ │ └── map-marker
│ │ ├── marker-bus-offline.png
│ │ ├── marker-bus-online.png
│ │ ├── marker-location.png
│ │ ├── marker-stop.png
│ │ └── marker-you.png
│ └── weui.wxss
├── 实时巴士php后端.zip
└── 实时巴士前端.zip
15 directories, 64 files
评论