loadmore 7.23
This commit is contained in:
@@ -11,6 +11,7 @@ const store = new Vuex.Store({
|
||||
goods_id: '', // 拼团商品 id
|
||||
pintuangroup_headid: '', // 拼团团长id 有为开团 无为参团
|
||||
groupbuyInfo: {}, // 秒杀详情
|
||||
loadmore: {}, // 下拉加载返回的数据
|
||||
},
|
||||
getters: {
|
||||
getOrderAddress(state) {
|
||||
@@ -45,6 +46,9 @@ const store = new Vuex.Store({
|
||||
setGroupHeadId(state, id) {
|
||||
state.pintuangroup_headid = id;
|
||||
},
|
||||
setLoadMore(state, info) {
|
||||
state.loadmore = info;
|
||||
},
|
||||
}
|
||||
})
|
||||
export default store;
|
||||
Reference in New Issue
Block a user