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