From af087e530783e233c138a739c3c1d9a0a605b19d Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 27 Aug 2021 13:56:56 +0800 Subject: [PATCH] =?UTF-8?q?=20=E7=94=A8=E6=88=B7=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/default/useraddress/save_info.html | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/app/index/view/default/useraddress/save_info.html b/app/index/view/default/useraddress/save_info.html index 9669ce6c5..97fbd9f8f 100755 --- a/app/index/view/default/useraddress/save_info.html +++ b/app/index/view/default/useraddress/save_info.html @@ -3,7 +3,7 @@
-
+
@@ -102,22 +102,4 @@ $(function() MapInit({{if !empty($data['lng'])}}{{$data['lng']}}{{else /}}116.400244{{/if}},{{if !empty($data['lat'])}}{{$data['lat']}}{{else /}}39.92556{{/if}}); {{/if}} }); - -// 返回处理 -function ViewModalBack(e) -{ - if(e.code == 0) - { - $.AMUI.progress.done(); - Prompt(e.msg, 'success'); - setTimeout(function() - { - parent.location.reload(); - }, 1500); - } else { - $('form.form-validation').find('button[type="submit"]').button('reset'); - $.AMUI.progress.done(); - Prompt(e.msg); - } -} \ No newline at end of file