vue基本语法和微信小程序基本语法
vue
1. :bind @click 属性值不用{{}}
2. vuex store(仓库) state(状态) getter(处理后的状态) mutation(改变状态的方法,同步) action(可异步) module(分模块)
3. router router-link :to router-view router.push() redirect(重定向 定义默认页)
微信小程序
1. view text image 标签
2. bindtap (点击事件) wx:for wx:if 属性值用{{}}
3. 传值 data-id e.currentTarget.dataset.id ?id= options.id 表单传值 e.detail.

浙公网安备 33010602011771号