Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoqing
8 years ago
Commit
6f009319254d519554c024af2dd08a0a99ea1e29
1 parent
e56bc83a
新商家端店铺装修
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
12 deletions
code/apps/shop/views/Decoration.html
code/apps/shop/views/modular/Index.html
code/static/js.jquery/module/shop/Decoration.js
code/apps/shop/views/Decoration.html
View file @
6f00931
<
%include '../../common/views/__ui/header'%>
<!doctype html>
<html
class=
"no-js"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
有货商家后台系统
</title>
<meta
name=
"description"
content=
""
>
<meta
name=
"keywords"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-siteapp"
/>
<link
rel=
"stylesheet"
href=
"/static/index.min.css"
>
</head>
<body
id=
"custom-wrapper"
>
<div
id=
"page-container"
class=
"page-sidebar-fixed"
>
<div
class=
"pageheader"
>
<div
class=
"media"
>
<div
class=
"media-body"
style=
"display: block"
>
<ul
class=
"breadcrumb"
>
<li><a
href=
"javascript:"
><i
class=
"glyphicon glyphicon-home"
></i></a></li>
<li><a
href=
"javascript:"
>
店铺装修
</a></li>
<li>
店铺装修模板
</li>
</ul>
<!--<ul class="breadcrumb">-->
<!--<li><a href="javascript:"><i class="glyphicon glyphicon-home"></i></a></li>-->
<!--<li><a href="javascript:">店铺装修</a></li>-->
<!--<li>店铺装修模板</li>-->
<!--</ul>-->
<div
class=
"tabheader"
style=
"margin: 10px 0 20px"
>
<ul
class=
"nav nav-tabs"
>
...
...
@@ -22,7 +36,7 @@
<div
class=
"col-sm-4"
>
<div
class=
"moduleTypeView"
style=
"text-align: center"
>
<label
class=
"radio-inline"
><input
type=
"radio"
name=
"brandLevel"
value=
"pc"
>
PC端
</label>
<
label
class=
"radio-inline"
style=
"margin-left: 30px;"
><input
type=
"radio"
name=
"brandLevel"
value=
"app"
>
APP端
</label
>
<
!--<label class="radio-inline" style="margin-left: 30px;"><input type="radio" name="brandLevel" value="app">APP端</label>--
>
</div>
</div>
<div
id=
"operations"
class=
"col-sm-4"
>
...
...
@@ -31,7 +45,7 @@
</div>
<div
class=
"moduleSubmite"
style=
"display: none; text-align: right; margin-top: -10px"
>
<input
id=
"saveModule"
type=
"button"
class=
"btn btn-success"
value=
"暂存"
>
<input
id=
"submitModule"
type=
"button"
class=
"btn btn-primary"
value=
"
提交审核
"
>
<input
id=
"submitModule"
type=
"button"
class=
"btn btn-primary"
value=
"
发布
"
>
<input
type=
"button"
class=
"btn btn-default "
value=
"返回"
onclick=
"history.go(-1)"
>
</div>
<div
class=
"moduleCheck"
style=
"display: none; text-align: right; margin-top: -10px"
>
...
...
@@ -387,4 +401,4 @@
<
/div
>
[[
/if]
]
</script>
<
%include '../../common/views/__ui/footer'%>
\ No newline at end of file
</div>
\ No newline at end of file
...
...
code/apps/shop/views/modular/Index.html
View file @
6f00931
<
%include '../../../common/views/__ui/header'%>
<
%include '../../../common/views/__partail/ListHeader'%>
<!-- 店铺装修列表页面 -->
<div
class=
"contentpanel"
>
<div
class=
"panel panel-default"
>
...
...
@@ -49,3 +51,4 @@
</div>
</div>
</div>
<
%include '../../../common/views/__ui/footer'%>
...
...
code/static/js.jquery/module/shop/Decoration.js
View file @
6f00931
...
...
@@ -1717,10 +1717,10 @@ $(document).on("click","#submitModule",function(){
jsonMain
.
templateType
=
curTemplateType
;
var
templateName
=
curTemplateType
==
'2'
?
"经典模板"
:
"基础模板"
;
common
.
dialog
.
confirm
(
"提交审核确认"
,
"你确认使用<strong style='color:#5cb85c'>"
+
templateName
+
"</strong>,并提交审核么?审核过程中,店铺装修将无法修改!"
,
"发布确认"
,
"你确认使用<strong style='color:#5cb85c'>"
+
templateName
+
"</strong>,并发布吗?"
,
function
(){
saveDecoration
(
2
00
);
saveDecoration
(
3
00
);
},
function
(){}
)
...
...
Please
register
or
login
to post a comment