微信开发者工具下载
    https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html
    app.js 入口文件
    image.png

    生命周期
    image.png

    image.png
    onUnload 页面返回,b页面返回a页面,b页面关闭,执行卸载,执行onUnload

    navigator 页面提供页面跳转的组件

    从index打开详情页
    image.png
    触发当前index页面onhide

    小程序知识概括
    image.png
    数据绑定
    index.js,在data里写初始变量
    image.png
    image.png
    name字段在页面渲染
    image.pngimage.png

    动态数据
    this指向page的,setData改变data值
    image.png

    image.png

    用vue-cli 搭建 uniapp
    vue create -p dcloudio/uni-preset-vue test-uniapp

    条件编译