fix(addMember): flag 判断改为宽松相等
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
241ce67e26
commit
2827869801
@@ -227,7 +227,7 @@ Page({
|
||||
this.setData({ hasQueried: true })
|
||||
return
|
||||
}
|
||||
if (serverResult.flag === 101) {
|
||||
if (serverResult.flag == 101) {
|
||||
const parsed = this.parseIdCard(serverResult.idCard)
|
||||
this.setData({
|
||||
serverResult,
|
||||
|
||||
Reference in New Issue
Block a user