mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 18:05:53 +08:00
commit message
This commit is contained in:
11
buyer/src/vuex/mutations.js
Normal file
11
buyer/src/vuex/mutations.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
// 全部商品分类
|
||||
export const SET_CATEGORY = (state, data) => {
|
||||
state.category = data
|
||||
}
|
||||
export const SET_NAVLIST = (state, data) => {
|
||||
state.navList = data
|
||||
}
|
||||
export const SET_CARTNUM = (state, data) => {
|
||||
state.cartNum = data
|
||||
}
|
||||
Reference in New Issue
Block a user