Merge branch 'dev1.0.0' into develop

msb_beta
ch 2 years ago
commit 7b048e1aef

@ -146,7 +146,7 @@ export default {
this.getCartList();
this.isLoading = false;
//
this.checkedIds = uni.getStorageSync(CartIdsIndex);
this.checkedIds = uni.getStorageSync(CartIdsIndex) || [];
},
/**

Loading…
Cancel
Save