Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(广告): mutation 传参补充
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 13, 2018
1 parent 140a927 commit 27cb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
Promise.all(promises).then(res => {
const [{ data: bootstrappers = {} }, { data: advertiseType = {} }] = res;
commit("BOOTSTRAPPERS", bootstrappers);
commit("ADVERTISEMENT", { type: advertiseType });
commit("ADVERTISEMENT", advertiseType);
});
},

Expand Down

0 comments on commit 27cb12f

Please sign in to comment.