嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
喵喵,一个交友小程序:
1.使用了云开发
2.拥有自动登录功能
3.地图功能,点赞功能,排序功能
miaomiao
├── README.md
├── cloudfunctions
│ ├── login
│ │ ├── config.json
│ │ ├── index.js
│ │ └── package.json
│ └── update
│ ├── config.json
│ ├── index.js
│ └── package.json
├── miniprogram
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── components
│ │ ├── callPhone
│ │ │ ├── callPhone.js
│ │ │ ├── callPhone.json
│ │ │ ├── callPhone.wxml
│ │ │ └── callPhone.wxss
│ │ ├── copyText
│ │ │ ├── copyText.js
│ │ │ ├── copyText.json
│ │ │ ├── copyText.wxml
│ │ │ └── copyText.wxss
│ │ ├── removeMsg
│ │ │ ├── removeMsg.js
│ │ │ ├── removeMsg.json
│ │ │ ├── removeMsg.wxml
│ │ │ └── removeMsg.wxss
│ │ └── search
│ │ ├── search.js
│ │ ├── search.json
│ │ ├── search.wxml
│ │ └── search.wxss
│ ├── images
│ │ ├── index
│ │ │ ├── 01.jpg
│ │ │ ├── 02.jpg
│ │ │ ├── 03.jpg
│ │ │ ├── 04.jpg
│ │ │ ├── 05.jpg
│ │ │ ├── 06.jpg
│ │ │ ├── 07.jpg
│ │ │ ├── 08.jpg
│ │ │ └── 09.jpg
│ │ ├── tabbar
│ │ │ ├── index-active.png
│ │ │ ├── index.png
│ │ │ ├── message-active.png
│ │ │ ├── message.png
│ │ │ ├── near-active.png
│ │ │ ├── near.png
│ │ │ ├── user-active.png
│ │ │ └── user.png
│ │ └── user
│ │ └── 跳转.png
│ ├── libs
│ │ ├── amap-wx.130.js
│ │ └── config.js
│ ├── pages
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── message
│ │ │ ├── message.js
│ │ │ ├── message.json
│ │ │ ├── message.wxml
│ │ │ └── message.wxss
│ │ ├── near
│ │ │ ├── near.js
│ │ │ ├── near.json
│ │ │ ├── near.wxml
│ │ │ └── near.wxss
│ │ └── user
│ │ ├── detail
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ └── detail.wxss
│ │ ├── editUser
│ │ │ ├── editUser.js
│ │ │ ├── editUser.json
│ │ │ ├── editUser.wxml
│ │ │ ├── editUser.wxss
│ │ │ └── head
│ │ │ ├── head.js
│ │ │ ├── head.json
│ │ │ ├── head.wxml
│ │ │ └── head.wxss
│ │ ├── friendList
│ │ │ ├── friendList.js
│ │ │ ├── friendList.json
│ │ │ ├── friendList.wxml
│ │ │ └── friendList.wxss
│ │ ├── user.js
│ │ ├── user.json
│ │ ├── user.wxml
│ │ └── user.wxss
│ ├── sitemap.json
│ ├── style
│ │ └── iconfont
│ │ └── iconfont.wxss
│ └── utils
│ ├── handleLinks.wxs
│ └── wordSplit.wxs
└── project.config.json
26 directories, 83 files