-
文件上传到云查看全部
-
传统登录过程查看全部
-
手动安装云开发sdk包查看全部
-
云能力查看全部
-
云开发 函数依赖 安装nmp install 别忘记上传部署 后台连接java后台,有待学习云函数查看全部
-
注册开发审核上线查看全部
-
http 异步,查看全部
-
1、矩阵数组的页面输出:<view wx:for="{{list}}" wx:key="{{index}}">
{{item.name}} {{item.age}}
</view>
2、简单数组的页面输出:
<view wx:for="{{arr}}" wx:key="{{index}}">
{{item}}
</view>
3、js文件中组合数据:
arr:['a','b','c','d'],
list: [{ name: '小明', age: '5岁' }, { name: '小花', age: '4岁' },{ name: '小牛', age: '5岁' },{ name: '小春', age: '6岁' }]
查看全部 -
文件上传呀
查看全部 -
app.json 文件
1、pages 定义App需要展示的文件
"pages": [
"pages/index/index",
"pages/userConsole/userConsole",
]
2、window 用于定义 打开的窗口的样式
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "云开发 QuickStart",
"navigationBarTextStyle": "black"
},
3、json 分为
project.json
App.json 全局设置,包括页面页签数量、页面调用多少wxml页面文件
wxml.json 对wxml页面文件样式
查看全部 -
传统微信登录方式
查看全部 -
第三方样式库
查看全部 -
json文件配置
查看全部 -
tarbar查看全部
-
promise:
.then(res=>{
}).catch(err=>{
})
查看全部
举报