支付打包

msb_beta
ch 3 years ago
parent d7f162e222
commit e678233c0e

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

Loading…
Cancel
Save