From db25d4c13a7152783ca8ded76d5a2da4844265ce Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期三, 16 一月 2019 17:37:31 +0800 Subject: [PATCH] 修改 --- gx_tieta/WebRoot/mobil/batt-approved1.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-approved1.html b/gx_tieta/WebRoot/mobil/batt-approved1.html index f0dc700..7d8308c 100644 --- a/gx_tieta/WebRoot/mobil/batt-approved1.html +++ b/gx_tieta/WebRoot/mobil/batt-approved1.html @@ -89,7 +89,7 @@ <tr> <td>鏈烘埧鍚嶇О</td> <td> - <input type="text" id="homeName" class="unable" data-mini="true"> + <textarea id="homeName" class="unable" data-mini="true"></textarea> </td> </tr> <tr> @@ -357,6 +357,12 @@ ,full: true ,anim: 4 ,content: 'iframe/homeinfo1.html' + ,success: function() { + $('div[data-role=page]').hide(); + } + ,end: function() { + $('div[data-role=page]').show(); + } }); layer.full(iframePopup); }) -- Gitblit v1.9.1