Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
58f98376
Commit
58f98376
authored
Nov 21, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
902d7817
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
share_detail.html
application/app/view/index/share_detail.html
+2
-0
shopList.vue
public/appnew/src/components/shop/shopList.vue
+12
-12
No files found.
application/app/view/index/share_detail.html
View file @
58f98376
...
...
@@ -266,6 +266,7 @@
<script
src=
"/app/js/detaila_tuiguang.js?new1"
></script>
<script
src=
"/app/js/jquery.cookie.js"
></script>
<script
src=
"/app/js/Tab_min.js"
charset=
"utf-8"
></script>
<script
src=
"https://s96.cnzz.com/z_stat.php?id=1275427652&web_id=1275427652"
language=
"JavaScript"
></script>
</body>
</html>
\ No newline at end of file
public/appnew/src/components/shop/shopList.vue
View file @
58f98376
...
...
@@ -560,18 +560,18 @@
]
}
},
beforeCreate
()
{
window
.
scrollTo
(
0
,
0
);
let
new_element
=
document
.
createElement
(
'script'
);
new_element
.
setAttribute
(
'type'
,
'text/javascript'
);
new_element
.
setAttribute
(
'src'
,
'https://s96.cnzz.com/z_stat.php?id=1275427652&web_id=1275427652'
);
document
.
body
.
appendChild
(
new_element
);
},
beforeDestroy
()
{
//移除统计浏览量的js
let
b
=
document
.
querySelector
(
'script[src*="https://s96.cnzz.com/z_stat.php?id=1275427652&web_id=1275427652"]'
);
b
&&
b
.
parentNode
.
removeChild
(
b
);
}
beforeCreate
()
{
window
.
scrollTo
(
0
,
0
);
let
new_element
=
document
.
createElement
(
'script'
);
new_element
.
setAttribute
(
'type'
,
'text/javascript'
);
new_element
.
setAttribute
(
'src'
,
'https://s96.cnzz.com/z_stat.php?id=1275427652&web_id=1275427652'
);
document
.
body
.
appendChild
(
new_element
);
},
beforeDestroy
()
{
//移除统计浏览量的js
let
b
=
document
.
querySelector
(
'script[src*="https://s96.cnzz.com/z_stat.php?id=1275427652&web_id=1275427652"]'
);
b
&&
b
.
parentNode
.
removeChild
(
b
);
}
}
</
script
>
<
style
scoped
>
...
...
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