Commit 5198162e authored by 何波's avatar 何波

info页面修改,还差按钮事件

parent 4a1dc705
......@@ -1312,20 +1312,6 @@
</html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js"></script>
<script>
// function onAccount(number){
// if(number == 1){
// window.location.href = './account_info.html'
// }
// if(number == 2){
// window.location.href = './account_balance.html'
// }
// if(number == 3){
// window.location.href = './account_detail.html'
// }
// if(number == 4){
// window.location.href = './history_query.html'
// }
// }
function onAccount(number) {
if(number == 0) {
window.location.href = './account_balance.html'
......
This diff is collapsed.
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