@ -146,7 +146,7 @@ export default {
this.getCartList();
this.isLoading = false;
// 获取缓存中的选中记录
this.checkedIds = uni.getStorageSync(CartIdsIndex);
this.checkedIds = uni.getStorageSync(CartIdsIndex) || [];
},
/**