Commit 608bba22 authored by 秦垚玲's avatar 秦垚玲

fix:调整

parent bf18719d
...@@ -1007,9 +1007,18 @@ ...@@ -1007,9 +1007,18 @@
</html> </html>
<script> <script>
function onAccount(number){ function onAccount(number){
if(number == 1){
window.location.href = './account_info.html'
}
if(number == 2){
window.location.href = './account_balance.html'
}
if(number == 3){ if(number == 3){
window.location.href = './account_detail.html' window.location.href = './account_detail.html'
} }
if(number == 4){
window.location.href = './history_query.html'
}
} }
</script> </script>
...@@ -151,8 +151,13 @@ ...@@ -151,8 +151,13 @@
</div> </div>
<!-- 底部按钮 --> <!-- 底部按钮 -->
<div class="bottom-btn"> <div class="bottom-btn" onclick="onBack()">
<button>返回</button> <button>返回</button>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file <script>
function onBack() {
window.history.back();
}
</script>
\ No newline at end of file
...@@ -653,7 +653,7 @@ ...@@ -653,7 +653,7 @@
</div> </div>
</div> </div>
<div class="func-grid"> <div class="func-grid">
<div class="func-item"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu16_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./imagse/menu16_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
...@@ -661,7 +661,7 @@ ...@@ -661,7 +661,7 @@
<span class="func-text2">账户查询</span> <span class="func-text2">账户查询</span>
</span> </span>
</div> </div>
<div class="func-item"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu13_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./imagse/menu13_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
...@@ -669,7 +669,7 @@ ...@@ -669,7 +669,7 @@
<span class="func-text2">转账业务</span> <span class="func-text2">转账业务</span>
</span> </span>
</div> </div>
<div class="func-item"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu5_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./imagse/menu5_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
...@@ -677,7 +677,7 @@ ...@@ -677,7 +677,7 @@
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
</span> </span>
</div> </div>
<div class="func-item"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu1_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./imagse/menu1_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
...@@ -685,7 +685,7 @@ ...@@ -685,7 +685,7 @@
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
</span> </span>
</div> </div>
<div class="func-item"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu14_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./imagse/menu14_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
...@@ -693,7 +693,7 @@ ...@@ -693,7 +693,7 @@
<span class="func-text2">服务管理</span> <span class="func-text2">服务管理</span>
</span> </span>
</div> </div>
<div class="func-item"> <div class="func-item" onclick="onAccount()">
<div class="func-icon"> <div class="func-icon">
<img src="./imagse/menu16_pic.png" alt="" style="width: 40px;height: 40px;"> <img src="./imagse/menu16_pic.png" alt="" style="width: 40px;height: 40px;">
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment