Commit 3c401dd4 authored by 秦垚玲's avatar 秦垚玲

fix:历史查询返回

parent c62e7314
...@@ -318,10 +318,11 @@ ...@@ -318,10 +318,11 @@
<div style="height: 90px;"></div> <div style="height: 90px;"></div>
<!-- 按钮组 --> <!-- 按钮组 -->
<button class="buttonx xx" onclick="onSubmit()" type="submit">确定</button> <button class="buttonx xx" onclick="onSubmit()" type="submit">确定</button>
<button class="buttonx yy" onclick="onBack()">返回</button> <button class="buttonx yy" id="backButton" type="button">返回</button>
</form> </form>
<!-- <div class="btn-group" style="margin-top: -65px;"> <!-- <div class="btn-group" style="margin-top: -65px;">
<button onclick="onAccount(1)" type="submit">确定</button> <button onclick="onAccount(1)" type="submit">确定</button>
...@@ -333,7 +334,7 @@ ...@@ -333,7 +334,7 @@
<div class="tips-section"> <div class="tips-section">
<div class="tips-title">温馨提示</div> <div class="tips-title">温馨提示</div>
<p>1、签约汇总记账账户仅提供历史明细查询。</p> <p>1、签约汇总记账账户仅提供历史明细查询。</p>
<script src="calendar-plugin/calendar.js"></script> <script src="./calendar-plugin/calendar.js"></script>
</body> </body>
</html> </html>
...@@ -394,8 +395,9 @@ ...@@ -394,8 +395,9 @@
}); });
} }
function onBack(){ // formn表单返回
document.getElementById('backButton').addEventListener('click', function() {
window.history.back(); window.history.back();
} });
</script> </script>
\ No newline at end of file
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