From c0f92d69184f4764559c6d69e6101a2f50003aa8 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期一, 22 十月 2018 16:31:07 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/control.jsp | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp index 62da258..692e91d 100644 --- a/gx_tieta/WebRoot/control.jsp +++ b/gx_tieta/WebRoot/control.jsp @@ -2675,9 +2675,12 @@ // 瀹炴椂-鍘嗗彶鍒囨崲瀹氫綅鍒板叿浣撶數姹犵粍 $(function() { - $('body').on('click', '#nav a[href="charge-test.jsp"]', function() { + $('body').on('click', '#nav a[href="charge-test.jsp"]', function(event) { var batt = getBatt(); - $(this).attr('href', 'charge-test.jsp?battgroupId='+BattGroupId+"&stationId="+batt.StationId); + var province = batt.StationName1; + var city = batt.StationName2; + var home = batt.StationName; + $(this).attr('href', 'charge-test.jsp?province='+province+'&city='+city+'&home='+home); }); }); -- Gitblit v1.9.1