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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
index.js
public/appnew/src/router/index.js
+2
-2
shop_edit.js
public/resource/js/shop_edit.js
+3
-0
No files found.
public/appnew/src/router/index.js
View file @
dc9ea307
...
...
@@ -18,8 +18,8 @@ import agreement from '@/components/inviteRegister/agreement'
Vue
.
use
(
Router
)
export
default
new
Router
({
routes
:
[
{
//mode: 'history',可去掉路由里的#
routes
:
[
{
path
:
'/'
,
redirect
:
'/entrance'
},
...
...
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'
]);
//大讲堂
//列表页封面图
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