From 1a221945a3d505ac286fdcf5e0da0d59d8018e37 Mon Sep 17 00:00:00 2001 From: liqian <735273025@qq.com> Date: Mon, 17 Feb 2025 15:49:17 +0800 Subject: [PATCH] =?UTF-8?q?nas=E5=B8=AE=E5=8A=A9=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/tops_nas/beta.phtml | 4 +- app/index/view/tops_nas/helper.phtml | 59 ++++++++++---------- app/index/view/tops_nas/helper_detail.phtml | 6 ++ app/index/view/tops_nas/index.phtml | 1 - app/mobile/view/tops_nas/beta.phtml | 7 ++- app/mobile/view/tops_nas/download.phtml | 5 +- app/mobile/view/tops_nas/helper.phtml | 59 ++++++++------------ app/mobile/view/tops_nas/helper_detail.phtml | 38 ++++++++++--- 8 files changed, 101 insertions(+), 78 deletions(-) diff --git a/app/index/view/tops_nas/beta.phtml b/app/index/view/tops_nas/beta.phtml index c46c3cb..6c2becf 100755 --- a/app/index/view/tops_nas/beta.phtml +++ b/app/index/view/tops_nas/beta.phtml @@ -225,8 +225,8 @@ 3.请遵守国家相关法律、法规,勿上传、下载和分享非法数据
- 意见反馈 - 帮助中心 + 意见反馈 + 帮助中心
diff --git a/app/index/view/tops_nas/helper.phtml b/app/index/view/tops_nas/helper.phtml index db14761..80a7d41 100644 --- a/app/index/view/tops_nas/helper.phtml +++ b/app/index/view/tops_nas/helper.phtml @@ -6,6 +6,9 @@ 帮助中心 {include file='include/head-nas' /} - - {include file='include/top-header-nas'/}
+ + {include file='include/top-header-nas'/}
@@ -444,32 +447,32 @@ // 监听输入框内容变化 var timeout = null; $('#search-input').on('focus input', function() { - clearTimeout(timeout); - var _this = this; - timeout = setTimeout(function () { - var keywords = $(_this).val(); - if (keywords == '') { - $('#dropdown').hide().html(''); - return; - } - $.ajax({ - url: "{:url('tops_nas/helper_search')}", - type: 'POST', - data: {keywords: keywords}, - dataType: 'JSON', - success: function(r) { - var html = ''; - if (r.code == 0) { - html = '' - } - $('#dropdown').show().html(html); - } - }) - }, 300); + clearTimeout(timeout); + var _this = this; + timeout = setTimeout(function () { + var keywords = $(_this).val(); + if (keywords == '') { + $('#dropdown').hide().html(''); + return; + } + $.ajax({ + url: "{:url('tops_nas/helper_search')}", + type: 'POST', + data: {keywords: keywords}, + dataType: 'JSON', + success: function(r) { + var html = ''; + if (r.code == 0) { + html = '' + } + $('#dropdown').show().html(html); + } + }) + }, 300); }) $(document).on('click', function (e) { var target = $(e.target); diff --git a/app/index/view/tops_nas/helper_detail.phtml b/app/index/view/tops_nas/helper_detail.phtml index 91f2a7b..ebf21c1 100644 --- a/app/index/view/tops_nas/helper_detail.phtml +++ b/app/index/view/tops_nas/helper_detail.phtml @@ -6,6 +6,9 @@ 帮助中心 {include file='include/head-nas' /} {include file='include/head-nas'/}