heyang лет назад: 3
Родитель
Сommit
9ab0a5aeab
1 измененных файлов с 2 добавлено и 1 удалено
  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('暂不支持当前系统');
 				})