adv 7.30
This commit is contained in:
@@ -21,7 +21,7 @@ const store = new Vuex.Store({
|
||||
},
|
||||
getters: {
|
||||
getOrderAddress(state) {
|
||||
return state.orderAddress;
|
||||
return state.orderAddress || {};
|
||||
},
|
||||
getGoodsType(state) {
|
||||
return state.goodsDetails.type;
|
||||
|
||||
Reference in New Issue
Block a user