基础知识:
index.wxml的代码为 Html,有很多标签,如
2.index.wxss
.container{
height:100vh;
display:flex //flex布局
......
3.wxml中自定义函数,<button open-type=\'getUserInfo\'bindgetuserinfo=\'getMyinfo\'>
在js页面page加getMyInfo:function(e){
console.log(e.detail.userInfo)},
4.动态数据: {{src}}