Commit 002a7a75 authored by 饶来安's avatar 饶来安

bug修复

parent 280dfaa7
...@@ -432,10 +432,10 @@ ...@@ -432,10 +432,10 @@
<button class="buttonx xx" onclick="onAccount(1)" type="submit"> <button class="buttonx xx" onclick="onAccount(1)" type="submit">
确定 确定
</button> </button>
<button class="buttonx yy" onclick="onAccount(2)">返回</button> <button type="button" class="buttonx yy" onclick="onAccount(2)">返回</button>
<button <button
onclick="onAccount(3)" onclick="onAccount(3)"
type="submit" type="button"
class="buttonx zz" class="buttonx zz"
style="width: auto; padding: 0 20px" style="width: auto; padding: 0 20px"
> >
......
...@@ -471,8 +471,8 @@ ...@@ -471,8 +471,8 @@
<button class="buttonx xx" onclick="onAccount(1)" type="submit"> <button class="buttonx xx" onclick="onAccount(1)" type="submit">
确定 确定
</button> </button>
<button class="buttonx yy" onclick="onAccount(2)">返回</button> <button type="button" class="buttonx yy" onclick="onAccount(2)">返回</button>
<button class="buttonx zz" onclick="onAccount(3)">查询长期</button> <button type="button" class="buttonx zz" onclick="onAccount(3)">查询长期</button>
</form> </form>
<!-- <div class="btn-group" style="margin-top: -65px;"> <!-- <div class="btn-group" style="margin-top: -65px;">
...@@ -613,10 +613,12 @@ ...@@ -613,10 +613,12 @@
} }
if (number == 2) { if (number == 2) {
window.history.back(); window.history.back();
return false;
} }
if (number == 3) { if (number == 3) {
console.log(33333); console.log(33333);
window.location.href = "./account_detail-long.html"; window.location.href = "./account_detail-long.html";
return false;
} }
} }
</script> </script>
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