-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7760165
commit 643fd52
Showing
7 changed files
with
79 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,34 @@ | ||
# 云开发 quickstart | ||
# 汉服查山正微信小程序 | ||
|
||
这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力: | ||
**Hi!同袍~欢迎使用[查山正]小程序!** | ||
|
||
- 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库 | ||
- 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理 | ||
- 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码 | ||
该项目是我个人开发的汉服查山正微信小程序 | ||
|
||
官方QQ群是737117630 | ||
|
||
有什么想法建议或者想来聊聊天都十分欢迎(✪ω✪)\n | ||
|
||
如果补充或者纠正店铺信息,可以点击主页的纠正或者提交 | ||
|
||
现在是2021年2月22日,数据库当前收录了547家店铺 | ||
|
||
我会继续搜集店铺信息来补充数据库,如果您有总结的汉服店铺山正信息也欢迎向我们提交\n | ||
|
||
小程序后续会展示贡献店铺信息的袍子列表来感谢大家的帮助(✪ω✪) | ||
|
||
|
||
|
||
如果这个小程序有帮到你,或者你想表扬一下孩子,可以点击赞赏支持 | ||
|
||
给孩子买只冰激凌或者请孩子恰一顿饭(๑❛ᴗ❛๑)۶ | ||
|
||
![image-20210222223708736](./miniprogram/images/money.jpg) | ||
|
||
## SupportBY | ||
|
||
**微信云开发** | ||
|
||
ColorUI | ||
|
||
## 参考文档 | ||
|
||
- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<view > | ||
<view class='mycontainer'> | ||
<button class='authorize' type="primary" open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">微信登陆</button> | ||
<text class='tips'>Tips: 必须授权才能使用全部功能</text> | ||
<text class='tips'>Tips: 必须授权才能纠正和补充</text> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* pages/authorize/authorize.wxss */ | ||
.container{ | ||
.mycontainer{ | ||
width: 100%; | ||
height: 100%; | ||
display: flex; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters