From 6db4de77bb9f1554854e50778fda8d9b479d6781 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 07 十二月 2018 13:53:08 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/mobil/mobilJs/base.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/mobilJs/base.js b/gx_tieta/WebRoot/mobil/mobilJs/base.js
index efd1b77..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();
});
@@ -327,7 +328,14 @@
// 鏌ヨ鍐呭涓虹┖
var searchNull = $('<div data-role="popup" data-theme="b" id="searchNull" class="ui-content">'+
'<p>鏌ヨ鏁版嵁鍐呭涓虹┖锛侊紒锛�</p>'+'</div>');
- container.append(searchNull).trigger("create");
+ container.append(searchNull).trigger("create");
+ //鎿嶄綔鎴愬姛
+ var changeSuc = $('<div data-role="popup" data-theme="b" id="changeSuc" class="ui-content">'+
+ '<p>鎿嶄綔鎴愬姛锛侊紒锛�</p>'+'</div>');
+ container.append(changeSuc).trigger("create");
+ var changeErr = $('<div data-role="popup" data-theme="b" id="changeErr" class="ui-content">'+
+ '<p>鎿嶄綔澶辫触锛侊紒锛�</p>'+'</div>');
+ container.append(changeErr).trigger("create");
}
--
Gitblit v1.9.1