This commit is contained in:
2020-07-30 20:33:16 +08:00
parent 04adc72d92
commit 6d00107944
17 changed files with 241 additions and 124 deletions

View File

@@ -21,7 +21,7 @@ const store = new Vuex.Store({
},
getters: {
getOrderAddress(state) {
return state.orderAddress;
return state.orderAddress || {};
},
getGoodsType(state) {
return state.goodsDetails.type;