Ver código fonte

Merge branch 'dev-5.2' of Software/android-cloud-H5 into master-new

heyang 3 anos atrás
pai
commit
47dbc4206e
1 arquivos alterados com 6 adições e 2 exclusões
  1. 6 2
      microserviceUserH5/vcloud/iosEnter.html

+ 6 - 2
microserviceUserH5/vcloud/iosEnter.html

@@ -21,15 +21,19 @@
 	<div class="index-icon" id="index-what">
 		<img class="img" src="../static/img/iosEnter/index-what.png" />
 	</div>
-	<!-- <div class="index-icon" id="index-phone">
+	<div class="index-icon" id="index-phone">
 		<img class="img" src="../static/img/iosEnter/index-phone.png" />
-	</div> -->
+	</div>
 </div>
 <script type="text/javascript" th:inline="javascript">
 	let node = document.getElementById('index-what');
+	let phone = document.getElementById('index-phone');
 	node.addEventListener('click', () => {
 		window.location.href = 'https://www.baidu.com/'
 	})
+	phone.addEventListener('click', () => {
+		window.location.href = 'https://client.phone.androidscloud.com/cloud/phone/web/#/pages/index/index'
+	})
 </script>
 </body>
 <style>