源码介绍
Wetour旅游景区小程序源码云开版本,使用云开发技术,taro 构建。
主要功能有:景点列表、景点详情、打卡、评论、景点地图、导航等等。
源码安装方法
不兼容 Taro 最新版本,请使用 Taro v1.3.18.
导入数据
1、先将所有的云函数右键上传。
2、在云数据库中新建comment(评论)、default_trip(系统默认路线)、mark(打卡记录)、scene(景点)、trip(用户行程)、user(用户)集合。
3、将 data 文件夹中对应的数据导入到集合中,剩下的数据则在小程序界面操作即可。
运行项目
$ git clone https://github.com/Mayandev/wetour.git $ cd wetour/client $ npm install $ npm run dev:weapp $ # 打包$ npm run build:weapp