去除标题的方法:
在配置文件中设置,"window":{“navigationStyle": "custom"}
向后端请求数据:
1. app.js中初始化wx.cloud.init()
2. 调用数据库wx.cloud.database().collection('mx_swiper').get()
在html页面中通过data-xxx 传递数据,事件对象中就可以获取到这个数据
git:
1. 在github中新建一个仓库repository
2. git init (将当前文件夹转化为git仓库)
3. git add . (将当前文件夹下所有文件添加到暂存区)
4. git commit -m "xxx" (提交暂存区到本地仓库中)
5. git remote add origin 远程地址 (和远程仓库建立连接)
6. git branch (查看本地所有分支)
7. git push 远程主机名 本地分支名
标签:git,mxmp,遇到,仓库,暂存区,过程,远程,cloud From: https://www.cnblogs.com/fangpiandang/p/16742905.html