Commit 1a5b28c54c627e5aa61b7ea3dc87a90c74968724

Authored by 潘钊
1 parent a9c4e09e

update...

src/main/resources/static/real_control_v2/js/main.js
... ... @@ -169,8 +169,8 @@ var disabled_submit_btn = function (form) {
169 169 function showUpdateDescription() {
170 170 //更新说明
171 171 var updateDescription = {
172   - date: '2017-05-07',
173   - text: '<h5>修复了一个问题,该问题导致在某些特定情况下,报出的发车时间比实际的要晚1~3分钟。</h5>'
  172 + date: '2017-05-09',
  173 + text: '<h5>恢复到了最新功能版本,并修复了临加时没有保存售票员的问题。</h5>'
174 174 };
175 175  
176 176 var storage = window.localStorage
... ...