[bug]修改个人中心小标丢失的情况;修改购物车无法全选的问题

This commit is contained in:
gaoxs
2020-04-28 17:05:52 +08:00
parent cd98bf7acd
commit 1f3fbde86e
4 changed files with 39 additions and 26 deletions

View File

@ -327,7 +327,7 @@
},
mounted: function() {
let that = this;
this.$store.dispatch('USERINFO', true)
this.$store.dispatch('getUser', true)
that.getCartInfo();
if (that.$yroute.query.pinkid !== undefined)
that.pinkId = that.$yroute.query.pinkid;