mpvue

1: 路由跳轉使用微信的
   wx.navigateTo({
        url: "../comdetails/main"
      });

if (mpvuePlatform === 'wx') {
mpvue.switchTab({
url
})
} else {
mpvue.navigateTo({
url
})
}javascript

 

2:  接收路由傳參:
  this.$root.$mp.query.key;

3:vux的使用
 須要在使用的頁面引入
import store from '@/vuex/store';

 使用值:store.state.key
 
commit的使用:
store.commit('increment', 1);

4:第三方ui的使用
下載第三方包  放在static下
 在須要引入的頁面的。json添加配置
 {
  "navigationBarTitleText": "提莫",//title
  "usingComponents": {
//對應的組件
    "van-button": "/static/vant/dist/button/index"

  }
}5:背景圖問題最大8K ; 使用在線
相關文章
相關標籤/搜索