|
|
@@ -360,7 +360,7 @@ export class LoginData {
|
|
|
mk.data.setTAEventUserStr(0, 'kncdsf_zhubao_juliangwpp', `${this.userChannel}_${this.isMatched}`);
|
|
|
if (isDoIdentify) {
|
|
|
if (this.userChannel <= 5) {
|
|
|
- if (this.popIdentifySwitch[this.userChannel - 1] == "1") {
|
|
|
+ if (this.isMatched == 0 && this.popIdentifySwitch[this.userChannel - 1] == "1") {
|
|
|
JsbSystem.ysdkInit();
|
|
|
JsbSystem.autologin();
|
|
|
mk.data.sendDataEvent(DataEventId.realName, `实名认证验证人数`);
|