diff --git a/pages/account/setting/setUserInfo.vue b/pages/account/setting/setUserInfo.vue index 323bbec..b59c767 100644 --- a/pages/account/setting/setUserInfo.vue +++ b/pages/account/setting/setUserInfo.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-28 15:38:23 * @LastEditors: ch - * @LastEditTime: 2022-05-05 10:45:27 + * @LastEditTime: 2022-05-17 17:42:23 * @Description: file content --> - 重新选择 + 重选 @@ -273,6 +273,9 @@ export default { * 选中商品 */ handleCheckItem(cartId, status) { + if(status !== 'normal'){ + return flase + } const { checkedIds } = this const index = checkedIds.findIndex(id => id === cartId) index < 0 ? checkedIds.push(cartId) : checkedIds.splice(index, 1) diff --git a/pages/order/logisitcsInfo.vue b/pages/order/logisitcsInfo.vue index a7679d9..7109673 100644 --- a/pages/order/logisitcsInfo.vue +++ b/pages/order/logisitcsInfo.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-04-18 15:28:14 * @LastEditors: ch - * @LastEditTime: 2022-04-29 23:03:22 + * @LastEditTime: 2022-05-17 17:55:56 * @Description: file content -->