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
1950b27d
Commit
1950b27d
authored
Nov 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包
parent
87b20c7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
index.html
public/app/dist/index.html
+2
-2
detaila_tl.js
public/app/js/detaila_tl.js
+1
-1
index.html
public/appnew/index.html
+5
-4
No files found.
public/app/dist/index.html
View file @
1950b27d
...
...
@@ -23,4 +23,4 @@
if
(
!
doc
.
addEventListener
)
return
;
win
.
addEventListener
(
resizeEvt
,
recalc
,
false
);
doc
.
addEventListener
(
'DOMContentLoaded'
,
recalc
,
false
);
})(
document
,
window
);
</script><link
href=
./static/css/app.3e3d1cf8f1e7102ed3f9e0a87c7e2479.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://unpkg.com/vue/dist/vue.js
></script><script
src=
https://unpkg.com/vue-router/dist/vue-router.js
></script><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.74698e64579a16bcf167.js
></script><script
type=
text/javascript
src=
./static/js/app.561b182690cb8ed73774.js
></script></body></html>
\ No newline at end of file
})(
document
,
window
);
</script><link
href=
./static/css/app.3e3d1cf8f1e7102ed3f9e0a87c7e2479.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://api.tonglianjituan.com/app/js/libs/vue.min.js
></script><script
src=
https://api.tonglianjituan.com/app/js/libs/vue-router.min.js
></script><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.74698e64579a16bcf167.js
></script><script
type=
text/javascript
src=
./static/js/app.561b182690cb8ed73774.js
></script></body></html>
\ No newline at end of file
public/app/js/detaila_tl.js
View file @
1950b27d
...
...
@@ -406,7 +406,7 @@
});
//点击 商铺详情的 更多商铺
$
(
'.shop-list'
).
click
(
function
()
{
location
.
href
=
ServerHost
+
"/app/dist/#/shopList?city="
+
p_city
+
'&type='
+
p_type
+
'&p_district_id='
+
p_district_id
+
'&p_store_id='
+
p_store_id
+
'&p_agent_id='
+
p_agent_id
;
location
.
href
=
ServerHost
+
"/app/dist/#/shopList?city="
+
p_city
+
'&type='
+
p_type
+
'&p_district_id='
+
p_district_id
+
'&p_store_id='
+
p_store_id
+
'&p_agent_id='
+
p_agent_id
+
'&generalizeId='
+
generalize_id
;
});
};
};
...
...
public/appnew/index.html
View file @
1950b27d
...
...
@@ -40,10 +40,10 @@
<body>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<
!--<
script src="https://api.tonglianjituan.com/app/js/libs/vue.min.js"></script>
<script src="https://api.tonglianjituan.com/app/js/libs/vue-router.min.js"></script>
-->
<script
src=
"https://unpkg.com/vue/dist/vue.js"
></script>
<script
src=
"https://unpkg.com/vue-router/dist/vue-router.js"
></script>
<script
src=
"https://api.tonglianjituan.com/app/js/libs/vue.min.js"
></script>
<script
src=
"https://api.tonglianjituan.com/app/js/libs/vue-router.min.js"
></script>
<
!--<
script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
-->
</body>
</html>
\ No newline at end of file
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