diff --git a/app/index/view/mobile/public/header.html b/app/index/view/mobile/public/header.html index 24cbc285..553aa167 100644 --- a/app/index/view/mobile/public/header.html +++ b/app/index/view/mobile/public/header.html @@ -1,161 +1,924 @@ -
-
- -
-
- - - -
+ + + + + + + ORICO 移动硬盘 + + + + +
+
+ + + + + +
+
+ + +
- -
- -
-
-
{:lang_i18n('产品列表')}
- {notempty name="header_categorys"} - {volist name="header_categorys" id="ca"} - - {/volist} - {/notempty} + +
- + - return history_keywords; - } - \ No newline at end of file + \ No newline at end of file diff --git a/app/index/view/mobile/public/header0408.html b/app/index/view/mobile/public/header0408.html new file mode 100644 index 00000000..24cbc285 --- /dev/null +++ b/app/index/view/mobile/public/header0408.html @@ -0,0 +1,161 @@ +
+
+ +
+
+ + + +
+
+
+ +
+ +
+
+
{:lang_i18n('产品列表')}
+ {notempty name="header_categorys"} + {volist name="header_categorys" id="ca"} + + {/volist} + {/notempty} +
+
+ {notempty name="header_navigation"} + {volist name="header_navigation" id="nav"} +
+
+ {empty name="nav.children"} + {$nav.name} + {else/} +
{$nav.name}
+ {volist name="nav.children" id="ch"} + + {/volist} + {/empty} +
+
+ {/volist} + {/notempty} +
+ + + +
+
+
+ + +
+
+
+ \ No newline at end of file diff --git a/app/index/view/pc/public/header.html b/app/index/view/pc/public/header.html index 32ea3353..3400cea3 100644 --- a/app/index/view/pc/public/header.html +++ b/app/index/view/pc/public/header.html @@ -506,7 +506,7 @@ position: absolute; top: 0; left: 0; - width: 100%;header- + width: 100%; height: 100%; object-fit: cover; display: block; @@ -1306,6 +1306,7 @@ if (searchCloseBtn && searchCloseBtn) { searchCloseBtn.addEventListener('click', (e) => { + e.stopPropagation(); searchDropdown.classList.remove('show'); });