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
dc9ea307
Commit
dc9ea307
authored
Jun 25, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情修改
parent
e958c6cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
80 deletions
+84
-80
index.js
public/appnew/src/router/index.js
+78
-77
shop_edit.js
public/resource/js/shop_edit.js
+6
-3
No files found.
public/appnew/src/router/index.js
View file @
dc9ea307
...
...
@@ -18,80 +18,80 @@ import agreement from '@/components/inviteRegister/agreement'
Vue
.
use
(
Router
)
export
default
new
Router
({
routes
:
[
{
path
:
'/'
,
redirect
:
'/entrance'
},
{
path
:
'/entrance'
,
name
:
'v-entrance'
,
component
:
entrance
},
{
path
:
'/achieveFork'
,
name
:
'v-achieve-fork'
,
component
:
achieveFork
},
{
path
:
'/achieveAgent'
,
name
:
'v-achieve-agent'
,
component
:
achieveAgent
},
{
path
:
'/achieveRegion'
,
name
:
'v-achieve-region'
,
component
:
achieveRegion
},
{
path
:
'/achieveHouseResource'
,
name
:
'v-achieve-house-resource'
,
component
:
achieveHouseResource
},
{
path
:
'/achieveAgentResource'
,
name
:
'v-achieve-agent-resource'
,
component
:
achieveAgentResource
},
{
path
:
'/achieveReceiptResource'
,
name
:
'v-achieve-receipt-resource'
,
component
:
achieveReceiptResource
},
{
path
:
'/achieveSuperviseResource'
,
name
:
'v-achieve-supervise-resource'
,
component
:
achieveSuperviseResource
},
{
path
:
'/achieveLookatResource'
,
name
:
'v-achieve-lookat-resource'
,
component
:
achieveLookatResource
},
{
path
:
'/feeds'
,
name
:
'v-feeds'
,
component
:
feeds
},
{
path
:
'/reportDetails'
,
name
:
'v-report-details'
,
component
:
reportDetails
},
{
path
:
'/announcementDetails'
,
name
:
'v-announcement-details'
,
component
:
announcementDetails
},
{
path
:
'/inviteRegister'
,
name
:
'v-invite-register'
,
component
:
inviteRegister
},
{
path
:
'/agreement'
,
name
:
'v-agreement'
,
component
:
agreement
}
]
})
//mode: 'history',可去掉路由里的#
routes
:
[
{
path
:
'/'
,
redirect
:
'/entrance'
},
{
path
:
'/entrance'
,
name
:
'v-entrance'
,
component
:
entrance
},
{
path
:
'/achieveFork'
,
name
:
'v-achieve-fork'
,
component
:
achieveFork
},
{
path
:
'/achieveAgent'
,
name
:
'v-achieve-agent'
,
component
:
achieveAgent
},
{
path
:
'/achieveRegion'
,
name
:
'v-achieve-region'
,
component
:
achieveRegion
},
{
path
:
'/achieveHouseResource'
,
name
:
'v-achieve-house-resource'
,
component
:
achieveHouseResource
},
{
path
:
'/achieveAgentResource'
,
name
:
'v-achieve-agent-resource'
,
component
:
achieveAgentResource
},
{
path
:
'/achieveReceiptResource'
,
name
:
'v-achieve-receipt-resource'
,
component
:
achieveReceiptResource
},
{
path
:
'/achieveSuperviseResource'
,
name
:
'v-achieve-supervise-resource'
,
component
:
achieveSuperviseResource
},
{
path
:
'/achieveLookatResource'
,
name
:
'v-achieve-lookat-resource'
,
component
:
achieveLookatResource
},
{
path
:
'/feeds'
,
name
:
'v-feeds'
,
component
:
feeds
},
{
path
:
'/reportDetails'
,
name
:
'v-report-details'
,
component
:
reportDetails
},
{
path
:
'/announcementDetails'
,
name
:
'v-announcement-details'
,
component
:
announcementDetails
},
{
path
:
'/inviteRegister'
,
name
:
'v-invite-register'
,
component
:
inviteRegister
},
{
path
:
'/agreement'
,
name
:
'v-agreement'
,
component
:
agreement
}
]
})
\ No newline at end of file
public/resource/js/shop_edit.js
View file @
dc9ea307
...
...
@@ -294,9 +294,12 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_dajiangtangObj
.
find
(
'iframe'
).
contents
().
find
(
'body'
).
html
(
_data
[
'auditorium'
]);
//大讲堂
//列表页封面图
_imgUploadLiebiao
.
html
(
'<li><img title="点击查看大图" src="{0}" /><a href="javascript:;" class="delet-pic-btn">删除</a></li>'
.
stringFormatObj
({
'0'
:
_urlCut
+
_data
[
'cover'
]
}));
if
(
_data
[
'cover'
]){
_imgUploadLiebiao
.
html
(
'<li><img title="点击查看大图" src="{0}" /><a href="javascript:;" class="delet-pic-btn">删除</a></li>'
.
stringFormatObj
({
'0'
:
_urlCut
+
_data
[
'cover'
]
}));
};
//详情页轮播图
for
(
var
i
in
_data
[
'slide_show'
])
{
...
...
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