heyang 3 years ago
parent
commit
9ab0a5aeab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      microserviceUserH5/vcloud/activationCode.html

+ 2 - 1
microserviceUserH5/vcloud/activationCode.html

@@ -122,7 +122,8 @@
             }else if(isiOS && id === ''){
 				window.webkit.messageHandlers.tokenJudge.postMessage('noToken');
 				return
-			}else{
+			}
+			if (!isAndroid && !isiOS){
 				stopManyClick(() =>{
 					toastr.error('暂不支持当前系统');
 				})