Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
17f80f70
authored
Dec 06, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
导航修改 统计代码添加
parent
da0bff65
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
2 deletions
public/assets/js/brand/list.js
public/assets/js/brand/map.js
resources/views/common/mallHeaderNav.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/appMall.blade.php
public/assets/js/brand/list.js
View file @
17f80f70
...
...
@@ -9,6 +9,8 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
init
:
function
()
{
brandlist
.
handle
();
brandlist
.
getData
()
$
(
".nav-conx .allpro .li.act"
).
removeClass
(
"act"
)
$
(
".nav-conx .pbcgh"
).
addClass
(
"act"
)
},
getData
:
function
()
{
var
data_
=
{
...
...
public/assets/js/brand/map.js
View file @
17f80f70
...
...
@@ -4,7 +4,8 @@ define('map', ['tool'], function (require, exports, module) {
init
:
function
()
{
map
.
handle
();
$
(
".nav-conx .allpro .li.act"
).
removeClass
(
"act"
)
$
(
".nav-conx .pbcgh"
).
addClass
(
"act"
)
},
handle
:
function
()
{
$
(
".brand-head span"
).
click
(
function
(){
...
...
resources/views/common/mallHeaderNav.blade.php
View file @
17f80f70
...
...
@@ -65,7 +65,7 @@
</div>
</div>
<a
href=
"/brand/map"
class=
"li"
>
Manufacturers
</a>
<a
href=
"/brand/map"
class=
"li
pbcgh
"
>
Manufacturers
</a>
<a
href=
"javascript:void(0)"
class=
"li frqbtnxs"
>
RFQ
</a>
<div
class=
"li"
>
<a
href=
"/about/company"
class=
"li"
>
Company
</a>
...
...
resources/views/layouts/app.blade.php
View file @
17f80f70
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-FEW2RM8MTJ"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-FEW2RM8MTJ'
);
</script>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
resources/views/layouts/appMall.blade.php
View file @
17f80f70
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-FEW2RM8MTJ"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-FEW2RM8MTJ'
);
</script>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment