From b37ed217cdeb7fb44850676f8cfd5df258a192ef Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Wed, 16 Jul 2025 14:11:52 +0800 Subject: [PATCH] 1 --- app/index/view/mobile/public/footer.html | 43 +------------------ .../view/mobile/topic_nas/help_detail.html | 28 ++++++++++++ 2 files changed, 29 insertions(+), 42 deletions(-) diff --git a/app/index/view/mobile/public/footer.html b/app/index/view/mobile/public/footer.html index 0534a99b..1374d1ac 100644 --- a/app/index/view/mobile/public/footer.html +++ b/app/index/view/mobile/public/footer.html @@ -69,45 +69,4 @@ {/notempty} - - \ No newline at end of file + \ No newline at end of file diff --git a/app/index/view/mobile/topic_nas/help_detail.html b/app/index/view/mobile/topic_nas/help_detail.html index 30d4e58c..af4840d0 100644 --- a/app/index/view/mobile/topic_nas/help_detail.html +++ b/app/index/view/mobile/topic_nas/help_detail.html @@ -79,6 +79,27 @@ {/notempty} + +
+
+
+ + +
+
{/block} @@ -112,6 +133,13 @@ $('.closetx').click(function () { $('.nhlpapp-search').hide(); }); + // 顶部国家选择 + $('.top-country-toggle').click(function(){ + $(".mask,.action-sheet").show(); + }) + $('.top-country .close-icon').click(function(){ + $(".mask,.action-sheet").hide(); + }) // 搜索 var timeout = null; $('#search-input').on('focus input', function () {