diff --git a/otherPages/userManage/pet/components/petHealthInfo.vue b/otherPages/userManage/pet/components/petHealthInfo.vue index 313c0b5..5ffc925 100644 --- a/otherPages/userManage/pet/components/petHealthInfo.vue +++ b/otherPages/userManage/pet/components/petHealthInfo.vue @@ -43,7 +43,7 @@ diff --git a/otherPages/userManage/pet/petInfo.vue b/otherPages/userManage/pet/petInfo.vue index 2885c64..f4ef39f 100644 --- a/otherPages/userManage/pet/petInfo.vue +++ b/otherPages/userManage/pet/petInfo.vue @@ -266,7 +266,7 @@ }); return; } - if (params.health) { + if (!params.health) { uni.showToast({ title: '请填写宠物健康情况', duration: 3000,