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
9b75b8c0
Commit
9b75b8c0
authored
Nov 16, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表优化
parent
69b41df7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
1 deletion
+46
-1
index.html
public/appnew/index.html
+1
-1
advertisingPage.vue
...appnew/src/components/advertisingPage/advertisingPage.vue
+32
-0
entrance.vue
public/appnew/src/components/publicEg/entrance.vue
+6
-0
index.js
public/appnew/src/router/index.js
+7
-0
No files found.
public/appnew/index.html
View file @
9b75b8c0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0
,user-scalable=0
"
>
<script
src=
"https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"
></script>
<script
type=
text/javascript
>
if
(
~
location
.
origin
.
indexOf
(
'pre2.tonglianjituan.com'
)){
var
vConsole
=
new
VConsole
()};
</script>
<script
type=
text/javascript
>
if
(
~
location
.
origin
.
indexOf
(
'pre2.tonglianjituan.com'
)){
var
vConsole
=
new
VConsole
()};
</script>
<title>
同联商业
</title>
<title>
同联商业
</title>
...
...
public/appnew/src/components/advertisingPage/advertisingPage.vue
0 → 100644
View file @
9b75b8c0
<
template
>
<div
class=
"bg"
>
广告推广页
</div>
</
template
>
<
script
>
import
icon_search
from
'@/components/shop/images/icon_search@2x.png'
;
import
'@/assets/js/layer041002.js'
;
export
default
{
data
:
()
=>
({
}),
created
()
{
let
_this
=
this
;
},
mounted
()
{
let
_this
=
this
;
},
methods
:
{
}
}
</
script
>
<
style
scoped
>
</
style
>
public/appnew/src/components/publicEg/entrance.vue
View file @
9b75b8c0
...
@@ -80,6 +80,12 @@
...
@@ -80,6 +80,12 @@
'nameCustom'
:
'商铺搜索列表'
,
'nameCustom'
:
'商铺搜索列表'
,
'query'
:
{
'query'
:
{
}
}
},
{
'path'
:
'/advertisingPage'
,
'nameCustom'
:
'H5广告推广页'
,
'query'
:
{
}
}
}
]
]
}
}
...
...
public/appnew/src/router/index.js
View file @
9b75b8c0
...
@@ -18,6 +18,7 @@ import businessCollege from '@/components/businessCollege/articleList'
...
@@ -18,6 +18,7 @@ import businessCollege from '@/components/businessCollege/articleList'
import
articleDetail
from
'@/components/businessCollege/articleDetail'
import
articleDetail
from
'@/components/businessCollege/articleDetail'
import
shopList
from
'@/components/shop/shopList'
import
shopList
from
'@/components/shop/shopList'
import
shopSearchList
from
'@/components/shopSearch/shopSearchList'
import
shopSearchList
from
'@/components/shopSearch/shopSearchList'
import
advertisingPage
from
'@/components/advertisingPage/advertisingPage'
Vue
.
use
(
Router
)
Vue
.
use
(
Router
)
...
@@ -116,6 +117,11 @@ export default new Router({
...
@@ -116,6 +117,11 @@ export default new Router({
path
:
'/shopSearchList'
,
path
:
'/shopSearchList'
,
name
:
'v-shop-search-list'
,
name
:
'v-shop-search-list'
,
component
:
shopSearchList
component
:
shopSearchList
},
{
path
:
'/advertisingPage'
,
name
:
'v-advertising-page'
,
component
:
advertisingPage
}
}
]
]
})
})
\ 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