From b3460365bca5a645e3e37d69dd606ae8bea8cbb0 Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期一, 07 一月 2019 16:11:00 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/mobilJs/base.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/mobilJs/base.js b/gx_tieta/WebRoot/mobil/mobilJs/base.js index faa16f1..8692578 100644 --- a/gx_tieta/WebRoot/mobil/mobilJs/base.js +++ b/gx_tieta/WebRoot/mobil/mobilJs/base.js @@ -301,6 +301,7 @@ } $(document).on('pagebeforecreate',function() { + addCont(); }); @@ -331,10 +332,10 @@ //鎿嶄綔鎴愬姛 var changeSuc = $('<div data-role="popup" data-theme="b" id="changeSuc" class="ui-content">'+ '<p>鎿嶄綔鎴愬姛锛侊紒锛�</p>'+'</div>'); - container.append(searchNull).trigger("create"); + container.append(changeSuc).trigger("create"); var changeErr = $('<div data-role="popup" data-theme="b" id="changeErr" class="ui-content">'+ '<p>鎿嶄綔澶辫触锛侊紒锛�</p>'+'</div>'); - container.append(searchNull).trigger("create"); + container.append(changeErr).trigger("create"); } -- Gitblit v1.9.1