5c5bfa81 by lttnew

考点

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