Authored by TaoHuang

fix address

... ... @@ -134,8 +134,10 @@ export default function() {
const address = find(get(addressInfo, 'data', []), { is_default: 'Y' });
if (address) {
commit(Types.FETCH_ORDER_ADDRESS, address);
}
}
},
async fetchOrderPrice({ commit }, payload) {
... ...