fix: 修复反馈列表状态判断使用宽松相等
- 将状态判断从严格相等(===)改为宽松相等(==) - 提高对数字/字符串类型混用的兼容性 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
1 changed file
with
3 additions
and
3 deletions
-
Please register or login to post a comment
- 将状态判断从严格相等(===)改为宽松相等(==) - 提高对数字/字符串类型混用的兼容性 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>