|
@@ -21,7 +21,6 @@ let saveStateKeys = [
|
|
|
'vuex_orderNo',
|
|
|
'vuex_orderStatus',
|
|
|
'vuex_userInfoData',
|
|
|
- 'vuex_orderInfo',
|
|
|
];
|
|
|
|
|
|
|
|
@@ -106,10 +105,10 @@ const store = new Vuex.Store({
|
|
|
vuex_bizId: lifeData.vuex_bizId ? lifeData.vuex_bizId : '',
|
|
|
vuex_orderNo: lifeData.vuex_orderNo ? lifeData.vuex_orderNo : '',
|
|
|
vuex_orderStatus: lifeData.vuex_orderStatus ? lifeData.vuex_orderStatus : '',
|
|
|
- vuex_orderInfo:lifeData.vuex_orderInfo?lifeData.vuex_orderInfo:{
|
|
|
- id:'',
|
|
|
- createDate:''
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
vuex_cartList: [],
|
|
|
vuex_cartNums: 0,
|
|
@@ -127,7 +126,9 @@ const store = new Vuex.Store({
|
|
|
vuex_isClick: false,
|
|
|
|
|
|
vuex_LuckDraw: null,
|
|
|
- vuex_LuckDrawTimes: 0
|
|
|
+ vuex_LuckDrawTimes: 0,
|
|
|
+
|
|
|
+ vuex_orderInfo:null
|
|
|
},
|
|
|
mutations: {
|
|
|
$uStore(state, payload) {
|