Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
23586f4e
Commit
23586f4e
authored
May 28, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
261031da
e52f1f64
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
29 deletions
+35
-29
Login.vue
src/components/Login.vue
+1
-1
labelBar.vue
src/components/StoreDesign/labelBar.vue
+22
-18
quick-nav.vue
src/components/sallCenter/plugin/quick-nav.vue
+10
-9
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+2
-1
No files found.
src/components/Login.vue
View file @
23586f4e
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
<el-input
v-model=
"msg.Account"
placeholder=
"请输入用户名"
maxlength=
"25"
/>
<el-input
v-model=
"msg.Account"
placeholder=
"请输入用户名"
maxlength=
"25"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
""
prop=
"Password"
>
<el-form-item
label=
""
prop=
"Password"
>
<el-input
type=
"password"
v-model=
"msg.Password"
placeholder=
"请输入密码"
maxlength=
"25"
/>
<el-input
type=
"password"
v-model=
"msg.Password"
@
keyup
.
enter
.
native=
"submitForm('msg')"
placeholder=
"请输入密码"
maxlength=
"25"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
""
style=
"display:none;"
>
<el-form-item
label=
""
style=
"display:none;"
>
<el-input
v-model=
"msg.ValidataCode"
style=
"width:140px;"
placeholder=
"验证码"
maxlength=
"25"
/>
<el-input
v-model=
"msg.ValidataCode"
style=
"width:140px;"
placeholder=
"验证码"
maxlength=
"25"
/>
...
...
src/components/StoreDesign/labelBar.vue
View file @
23586f4e
...
@@ -114,6 +114,7 @@
...
@@ -114,6 +114,7 @@
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
float
:
left
;
}
}
.labelBar
.btm_icon
{
.labelBar
.btm_icon
{
...
@@ -216,6 +217,7 @@
...
@@ -216,6 +217,7 @@
<el-form-item
label=
"底部导航图标"
size=
"small"
>
<el-form-item
label=
"底部导航图标"
size=
"small"
>
<div
class=
"nav_Main"
>
<div
class=
"nav_Main"
>
<div
class=
"nav_IconContent"
>
<div
class=
"nav_IconContent"
>
<draggable
v-model=
"mallMsg.BottomTagList"
>
<div
class=
"bottom-icon"
v-for=
"(item,index) in mallMsg.BottomTagList"
:key=
"index"
>
<div
class=
"bottom-icon"
v-for=
"(item,index) in mallMsg.BottomTagList"
:key=
"index"
>
<div
class=
"Btm_ImgIcon"
>
<div
class=
"Btm_ImgIcon"
>
<img
class=
"btm_icon"
:src=
"item.DefaultIcon"
alt=
""
>
<img
class=
"btm_icon"
:src=
"item.DefaultIcon"
alt=
""
>
...
@@ -226,8 +228,10 @@
...
@@ -226,8 +228,10 @@
<span
style=
"background: rgba(245, 108, 108, 0.9);"
@
click=
"delItem(index,item)"
>
删除
</span>
<span
style=
"background: rgba(245, 108, 108, 0.9);"
@
click=
"delItem(index,item)"
>
删除
</span>
</div>
</div>
</div>
</div>
</draggable>
</div>
</div>
<div
class=
"nav_Add"
@
click=
"addIconList"
>
<div
class=
"nav_Add"
v-if=
"mallMsg.BottomTagList.length
<5
"
@
click=
"addIconList"
>
<i
class=
"el-icon-plus nav-add-icon"
></i>
<i
class=
"el-icon-plus nav-add-icon"
></i>
</div>
</div>
</div>
</div>
...
@@ -302,6 +306,7 @@
...
@@ -302,6 +306,7 @@
<
script
>
<
script
>
import
chooseMenu
from
"../common/chooseMenu.vue"
;
import
chooseMenu
from
"../common/chooseMenu.vue"
;
import
ChooseImg
from
"@/components/global/ChooseImg.vue"
;
import
ChooseImg
from
"@/components/global/ChooseImg.vue"
;
import
draggable
from
"vuedraggable"
export
default
{
export
default
{
data
()
{
data
()
{
let
validataIcon
=
(
rule
,
value
,
callback
)
=>
{
let
validataIcon
=
(
rule
,
value
,
callback
)
=>
{
...
@@ -404,7 +409,7 @@
...
@@ -404,7 +409,7 @@
TagSort
:
1
,
//排序
TagSort
:
1
,
//排序
IsActive
:
false
IsActive
:
false
},
},
EditIndex
:
-
1
,
//编辑的行
EditIndex
:
-
1
,
//编辑的行
rules
:
{
rules
:
{
icon
:
[{
icon
:
[{
required
:
true
,
required
:
true
,
...
@@ -431,7 +436,8 @@
...
@@ -431,7 +436,8 @@
},
},
components
:
{
components
:
{
chooseMenu
,
chooseMenu
,
ChooseImg
ChooseImg
,
draggable
,
},
},
created
()
{
created
()
{
...
@@ -508,9 +514,9 @@
...
@@ -508,9 +514,9 @@
this
.
addMsg
.
IsActive
=
false
;
this
.
addMsg
.
IsActive
=
false
;
},
},
//点击编辑
//点击编辑
EditInfo
(
item
,
index
)
{
EditInfo
(
item
,
index
)
{
this
.
isAdd
=
false
;
this
.
isAdd
=
false
;
this
.
EditIndex
=
index
;
this
.
EditIndex
=
index
;
this
.
addMsg
=
JSON
.
parse
(
JSON
.
stringify
(
item
));
this
.
addMsg
=
JSON
.
parse
(
JSON
.
stringify
(
item
));
this
.
isShowDialog
=
true
;
this
.
isShowDialog
=
true
;
},
},
...
@@ -522,10 +528,8 @@
...
@@ -522,10 +528,8 @@
if
(
this
.
isAdd
)
{
if
(
this
.
isAdd
)
{
this
.
mallMsg
.
BottomTagList
.
push
(
JSON
.
parse
(
JSON
.
stringify
(
this
.
addMsg
)));
this
.
mallMsg
.
BottomTagList
.
push
(
JSON
.
parse
(
JSON
.
stringify
(
this
.
addMsg
)));
this
.
clearAddmsg
();
this
.
clearAddmsg
();
}
}
else
{
else
this
.
mallMsg
.
BottomTagList
[
this
.
EditIndex
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
addMsg
));
{
this
.
mallMsg
.
BottomTagList
[
this
.
EditIndex
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
addMsg
));
}
}
this
.
isShowDialog
=
false
;
this
.
isShowDialog
=
false
;
}
else
{
}
else
{
...
...
src/components/sallCenter/plugin/quick-nav.vue
View file @
23586f4e
...
@@ -50,9 +50,9 @@
...
@@ -50,9 +50,9 @@
<el-switch
v-model=
"data.navSwitch"
:inactive-value=
"0"
:active-value=
"1"
></el-switch>
<el-switch
v-model=
"data.navSwitch"
:inactive-value=
"0"
:active-value=
"1"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.navSwitch == 1"
label=
"使用商城配置"
>
<el-form-item
v-if=
"data.navSwitch == 1"
label=
"使用商城配置"
>
<el-switch
v-model=
"data.useMallConfig"
></el-switch>
<el-switch
v-model=
"data.useMallConfig"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<template
v-if=
"
!
data.useMallConfig && data.navSwitch == 1"
>
<template
v-if=
"data.useMallConfig && data.navSwitch == 1"
>
<el-form-item
label=
"导航样式"
>
<el-form-item
label=
"导航样式"
>
<el-radio
v-model=
"data.navStyle"
:label=
"1"
>
样式1(点击收起)
</el-radio>
<el-radio
v-model=
"data.navStyle"
:label=
"1"
>
样式1(点击收起)
</el-radio>
<el-radio
v-model=
"data.navStyle"
:label=
"2"
>
样式2(全部展示)
</el-radio>
<el-radio
v-model=
"data.navStyle"
:label=
"2"
>
样式2(全部展示)
</el-radio>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
返回首页
</div>
<div
style=
"margin-bottom: 10px;"
>
返回首页
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.home.opened"
></el-switch>
<el-switch
v-model=
"data.home.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.home.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.home.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(3)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(3)"
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
小程序客服
</div>
<div
style=
"margin-bottom: 10px;"
>
小程序客服
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.customerService.opened"
></el-switch>
<el-switch
v-model=
"data.customerService.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.customerService.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.customerService.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(4)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(4)"
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
一键拨号
</div>
<div
style=
"margin-bottom: 10px;"
>
一键拨号
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.tel.opened"
></el-switch>
<el-switch
v-model=
"data.tel.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.tel.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.tel.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(5)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(5)"
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
网页链接
</div>
<div
style=
"margin-bottom: 10px;"
>
网页链接
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.web.opened"
></el-switch>
<el-switch
v-model=
"data.web.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.web.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.web.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(6)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(6)"
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
跳转小程序
</div>
<div
style=
"margin-bottom: 10px;"
>
跳转小程序
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.mApp.opened"
></el-switch>
<el-switch
v-model=
"data.mApp.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.mApp.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.mApp.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(7)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(7)"
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
地图导航
</div>
<div
style=
"margin-bottom: 10px;"
>
地图导航
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.mapNav.opened"
></el-switch>
<el-switch
v-model=
"data.mapNav.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.mapNav.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.mapNav.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(8)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(8)"
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
<div
class=
"edit-item"
>
<div
class=
"edit-item"
>
<div
style=
"margin-bottom: 10px;"
>
自定义按钮
</div>
<div
style=
"margin-bottom: 10px;"
>
自定义按钮
</div>
<el-form-item
label=
"是否开启"
>
<el-form-item
label=
"是否开启"
>
<el-switch
v-model=
"data.customize.opened"
></el-switch>
<el-switch
v-model=
"data.customize.opened"
:active-value=
"true"
:inactive-value=
"false"
></el-switch>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"data.customize.opened"
label=
"图标"
>
<el-form-item
v-if=
"data.customize.opened"
label=
"图标"
>
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(9)"
<div
class=
"zk_pic_box"
@
click=
"choicImg=true,getImgUtl(9)"
...
@@ -304,6 +304,7 @@
...
@@ -304,6 +304,7 @@
},
},
mapEvent
(
e
)
{
mapEvent
(
e
)
{
this
.
data
.
mapNav
.
location
=
e
.
lat
+
','
+
e
.
long
;
this
.
data
.
mapNav
.
location
=
e
.
lat
+
','
+
e
.
long
;
this
.
data
.
mapNav
.
address
=
e
.
address
;
this
.
isShowMap
=
false
;
this
.
isShowMap
=
false
;
},
},
...
...
src/components/sallCenter/templateEdit.vue
View file @
23586f4e
...
@@ -1158,7 +1158,7 @@
...
@@ -1158,7 +1158,7 @@
isCked
:
false
,
isCked
:
false
,
data
:
{
data
:
{
navSwitch
:
0
,
//快捷导航开关
navSwitch
:
0
,
//快捷导航开关
useMallConfig
:
tru
e
,
//使用商城配置
useMallConfig
:
fals
e
,
//使用商城配置
navStyle
:
1
,
//导航样式
navStyle
:
1
,
//导航样式
closedPicUrl
:
''
,
//收起图标
closedPicUrl
:
''
,
//收起图标
openedPicUrl
:
''
,
//展开图标
openedPicUrl
:
''
,
//展开图标
...
@@ -1237,6 +1237,7 @@
...
@@ -1237,6 +1237,7 @@
//点击保存
//点击保存
SaveData
()
{
SaveData
()
{
this
.
addMsg
.
ComponentDataList
=
this
.
dataList
;
this
.
addMsg
.
ComponentDataList
=
this
.
dataList
;
console
.
log
(
"this.addMsg"
,
this
.
addMsg
);
this
.
apipost
(
"/api/Template/SetMiniTemplate"
,
this
.
addMsg
,
res
=>
{
this
.
apipost
(
"/api/Template/SetMiniTemplate"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
addMsg
.
Id
=
res
.
data
.
data
;
this
.
addMsg
.
Id
=
res
.
data
.
data
;
...
...
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