5c5bfa81 by lttnew

考点

1 parent 7216e7d5
......@@ -72,7 +72,7 @@ const status = ref(0)
const isApplyDisabled = computed(() => {
const auditStatus = String(formInfo.value?.auditStatus ?? '')
const isPoints = String(memberInfo.value?.isPoints ?? '')
return isPoints === '0' || auditStatus === '1' || auditStatus === '2'
return isPoints == '0' || auditStatus == '1'
})
onShow(() => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!