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
070d8637
Commit
070d8637
authored
May 20, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
deaa98ed
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
85 additions
and
89 deletions
+85
-89
special.vue
src/components/StoreDesign/special.vue
+3
-3
mall.vue
src/components/mall.vue
+0
-4
advance.vue
src/components/sallCenter/plugin/advance.vue
+4
-4
bargain.vue
src/components/sallCenter/plugin/bargain.vue
+4
-4
booking.vue
src/components/sallCenter/plugin/booking.vue
+4
-4
coupon.vue
src/components/sallCenter/plugin/coupon.vue
+4
-4
goods.vue
src/components/sallCenter/plugin/goods.vue
+4
-4
integral-mall.vue
src/components/sallCenter/plugin/integral-mall.vue
+4
-4
link.vue
src/components/sallCenter/plugin/link.vue
+4
-4
lottery.vue
src/components/sallCenter/plugin/lottery.vue
+4
-4
map.vue
src/components/sallCenter/plugin/map.vue
+1
-1
notice.vue
src/components/sallCenter/plugin/notice.vue
+1
-1
pintuan.vue
src/components/sallCenter/plugin/pintuan.vue
+4
-4
rubik.vue
src/components/sallCenter/plugin/rubik.vue
+9
-9
timer.vue
src/components/sallCenter/plugin/timer.vue
+1
-1
topic.vue
src/components/sallCenter/plugin/topic.vue
+6
-6
vip-card.vue
src/components/sallCenter/plugin/vip-card.vue
+10
-10
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+18
-18
No files found.
src/components/StoreDesign/special.vue
View file @
070d8637
...
...
@@ -134,15 +134,15 @@
<div
class=
"all-components"
>
<div
class=
"component-list"
>
<div
class=
"component-item"
@
click=
"setPlugin('rubik')"
>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/rubik.png
"
alt=
""
>
<img
:src=
"domainManager().ImageUrl+'/Static/rubik.png'
"
alt=
""
>
<div
class=
"component-name"
>
图片广告
</div>
</div>
<div
class=
"component-item"
@
click=
"setPlugin('video')"
>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/video.png
"
alt=
""
>
<img
:src=
"domainManager().ImageUrl+'/Static/video.png'
"
alt=
""
>
<div
class=
"component-name"
>
视频
</div>
</div>
<div
class=
"component-item"
@
click=
"setPlugin('imgtext')"
>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/image-text.png
"
alt=
""
>
<img
:src=
"domainManager().ImageUrl+'/Static/image-text.png'
"
alt=
""
>
<div
class=
"component-name"
>
图文详情
</div>
</div>
</div>
...
...
src/components/mall.vue
View file @
070d8637
...
...
@@ -382,10 +382,6 @@
},
created
()
{
this
.
currentUser
=
this
.
getLocalStorage
();
// this.$router.push({
// path: 'zanIndex'
// });
},
methods
:
{
//获取菜单列表
...
...
src/components/sallCenter/plugin/advance.vue
View file @
070d8637
...
...
@@ -323,19 +323,19 @@
repeat
:
'no-repeat'
,
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
...
...
src/components/sallCenter/plugin/bargain.vue
View file @
070d8637
...
...
@@ -315,19 +315,19 @@
repeat
:
'no-repeat'
,
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
...
...
src/components/sallCenter/plugin/booking.vue
View file @
070d8637
...
...
@@ -295,19 +295,19 @@
repeat
:
'no-repeat'
,
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
...
...
src/components/sallCenter/plugin/coupon.vue
View file @
070d8637
...
...
@@ -66,9 +66,9 @@
<div
class=
"zk_pic_box"
style=
"width:100px;height:100px;"
flex=
"main:center cross:center"
:style=
"
{backgroundImage:'url(' + getIconLink(data.receiveBg) + ')'}">
<el-button
type=
"danger"
v-if=
"data.receiveBg!=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-coupon-no.png'"
v-if=
"data.receiveBg!=
domainManager().ImageUrl+'
/Static/icon-coupon-no.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.receiveBg=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-coupon-no.png'"
@
click
.
stop=
"data.receiveBg=
domainManager().ImageUrl+'
/Static/icon-coupon-no.png'"
circle
></el-button>
</div>
</el-form-item>
...
...
@@ -79,9 +79,9 @@
<div
class=
"zk_pic_box"
style=
"width:100px;height:100px;"
flex=
"main:center cross:center"
:style=
"
{backgroundImage:'url(' + getIconLink(data.unclaimedBg) + ')'}">
<el-button
type=
"danger"
v-if=
"data.unclaimedBg!=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-coupon-index.png'"
v-if=
"data.unclaimedBg!=
domainManager().ImageUrl+'
/Static/icon-coupon-index.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.unclaimedBg=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-coupon-index.png'"
@
click
.
stop=
"data.unclaimedBg=
domainManager().ImageUrl+'
/Static/icon-coupon-index.png'"
circle
></el-button>
</div>
</el-form-item>
...
...
src/components/sallCenter/plugin/goods.vue
View file @
070d8637
...
...
@@ -569,19 +569,19 @@
comIndex
:
-
1
,
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
};
...
...
src/components/sallCenter/plugin/integral-mall.vue
View file @
070d8637
...
...
@@ -350,19 +350,19 @@
couponList
:
[
1
,
2
,
3
,
4
],
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
...
...
src/components/sallCenter/plugin/link.vue
View file @
070d8637
...
...
@@ -137,10 +137,10 @@
</div>
<div
v-else-if=
"data.style == 2"
class=
"title"
style=
"text-align: center"
>
<img
:style=
"
{backgroundColor: data.styleColor}" class="title-line"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/line-style.png
">
:src="domainManager().ImageUrl+'/Static/line-style.png'
">
<div
style=
"font-weight: 600"
>
{{
data
.
title
?
data
.
title
:
'这里是标题示例'
}}
</div>
<img
:style=
"
{backgroundColor: data.styleColor}" class="title-line"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/line-style.png
">
:src="domainManager().ImageUrl+'/Static/line-style.png'
">
</div>
<div
v-else-if=
"data.style == 3"
class=
"title"
style=
"text-align: center"
>
<div
class=
"title-line star"
>
...
...
@@ -155,7 +155,7 @@
</div>
<div
v-else-if=
"data.style == 4"
class=
"title"
style=
"text-align: left"
>
<img
:style=
"
{backgroundColor: data.styleColor}" class="title-line div"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/div-style.png
">
:src="domainManager().ImageUrl+'/Static/div-style.png'
">
<div
style=
"font-weight: 600"
>
{{
data
.
title
?
data
.
title
:
'这里是标题示例'
}}
</div>
</div>
<div
v-else-if=
"data.style == 5"
class=
"title"
style=
"text-align: left"
>
...
...
@@ -163,7 +163,7 @@
</div>
<div
style=
"font-weight: 600"
>
{{
data
.
title
?
data
.
title
:
'这里是标题示例'
}}
</div>
</div>
<img
class=
"arrow"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-jiantou-r.png
"
<img
class=
"arrow"
:src=
"domainManager().ImageUrl+'/Static/icon-jiantou-r.png'
"
v-if=
"data.arrowsSwitch"
>
</div>
</div>
...
...
src/components/sallCenter/plugin/lottery.vue
View file @
070d8637
...
...
@@ -298,19 +298,19 @@
repeat
:
'no-repeat'
,
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
...
...
src/components/sallCenter/plugin/map.vue
View file @
070d8637
...
...
@@ -82,7 +82,7 @@
return
{
choicImg
:
false
,
isShowMap
:
false
,
mapDemoPic
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/map-demo.png'
,
mapDemoPic
:
this
.
domainManager
().
ImageUrl
+
'
/Static/map-demo.png'
,
data
:
this
.
mapData
.
data
,
};
},
...
...
src/components/sallCenter/plugin/notice.vue
View file @
070d8637
...
...
@@ -74,7 +74,7 @@
<div
style=
"min-width: 2rem;max-width: 7rem;"
>
{{
data
.
name
}}
</div>
<div
style=
"margin: 0 12px;"
>
{{
data
.
content
}}
</div>
</div>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-left-arrow.png
"
<img
:src=
"domainManager().ImageUrl+'/Static/icon-left-arrow.png'
"
style=
"width: 10px;height: 18px;"
>
</div>
</div>
...
...
src/components/sallCenter/plugin/pintuan.vue
View file @
070d8637
...
...
@@ -275,19 +275,19 @@
repeat
:
'no-repeat'
,
goodsTags
:
[{
name
:
'热销'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-rx.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-rx.png'
,
},
{
name
:
'新品'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-xp.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-xp.png'
,
},
{
name
:
'折扣'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-zk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-zk.png'
,
},
{
name
:
'推荐'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/goods-tag-tj.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/goods-tag-tj.png'
,
},
],
...
...
src/components/sallCenter/plugin/rubik.vue
View file @
070d8637
...
...
@@ -210,7 +210,7 @@
x
:
0
,
y
:
0
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-0.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-0.png'
,
},
{
name
:
'2张图'
,
...
...
@@ -230,7 +230,7 @@
y
:
0
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-1.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-1.png'
,
},
{
name
:
'3张图'
,
...
...
@@ -256,7 +256,7 @@
y
:
6
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-2.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-2.png'
,
},
{
name
:
'4张图'
,
...
...
@@ -288,7 +288,7 @@
y
:
12
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-3.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-3.png'
,
},
{
name
:
'2张图平分'
,
...
...
@@ -308,7 +308,7 @@
y
:
0
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-4.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-4.png'
,
},
{
name
:
'3张图平分'
,
...
...
@@ -334,7 +334,7 @@
y
:
0
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-5.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-5.png'
,
},
{
name
:
'4张图左右平分'
,
...
...
@@ -366,7 +366,7 @@
y
:
0
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-6.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-6.png'
,
},
{
name
:
'4张图上下平分'
,
...
...
@@ -398,7 +398,7 @@
y
:
62
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-7.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-7.png'
,
},
{
name
:
'自定义魔方'
,
...
...
@@ -437,7 +437,7 @@
y
:
93
,
},
],
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/rubik-8.png'
,
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/rubik-8.png'
,
},
]
};
...
...
src/components/sallCenter/plugin/timer.vue
View file @
070d8637
...
...
@@ -80,7 +80,7 @@
choicImg
:
false
,
isShowLink
:
false
,
data
:
this
.
timerData
.
data
,
bottomBg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/timer-bottom-bg.png'
,
bottomBg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/timer-bottom-bg.png'
,
};
},
created
()
{
...
...
src/components/sallCenter/plugin/topic.vue
View file @
070d8637
...
...
@@ -190,8 +190,8 @@
<div
class=
"zk_pic_box"
flex=
"main:center cross:center"
style=
"width:100px;height:100px;"
:style=
"
{backgroundImage:'url(' + getIconLink(data.logo_1) + ')'}">
<el-button
type=
"danger"
v-if=
"data.logo_1!=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-1.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.logo_1=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-1.png'"
circle
>
v-if=
"data.logo_1!=
domainManager().ImageUrl+'
/Static/icon-topic-1.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.logo_1=
domainManager().ImageUrl+'
/Static/icon-topic-1.png'"
circle
>
</el-button>
</div>
</el-form-item>
...
...
@@ -202,8 +202,8 @@
<div
class=
"zk_pic_box"
flex=
"main:center cross:center"
style=
"width:100px;height:100px;"
:style=
"
{backgroundImage:'url(' + getIconLink(data.logo_2) + ')'}">
<el-button
type=
"danger"
v-if=
"data.logo_2!=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-2.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.logo_2=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-2.png'"
circle
>
v-if=
"data.logo_2!=
domainManager().ImageUrl+'
/Static/icon-topic-2.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.logo_2=
domainManager().ImageUrl+'
/Static/icon-topic-2.png'"
circle
>
</el-button>
</div>
</el-form-item>
...
...
@@ -213,8 +213,8 @@
</el-tooltip>
<div
class=
"zk_pic_box"
flex=
"main:center cross:center"
style=
"width:100px;height:100px;"
>
<el-button
type=
"danger"
v-if=
"data.icon!=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-r.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.icon=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-r.png'"
circle
>
v-if=
"data.icon!=
domainManager().ImageUrl+'
/Static/icon-topic-r.png'"
class=
"image-delete"
size=
"mini"
icon=
"el-icon-close"
@
click
.
stop=
"data.icon=
domainManager().ImageUrl+'
/Static/icon-topic-r.png'"
circle
>
</el-button>
<img
:src=
"getIconLink(data.icon)"
style=
"max-width:100%;max-height:100%;"
alt=
""
/>
</div>
...
...
src/components/sallCenter/plugin/vip-card.vue
View file @
070d8637
...
...
@@ -252,8 +252,8 @@
data
:
this
.
vipData
.
data
,
comIndex
:
-
1
,
default
:
{
buy_bg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
,
renew_bg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/logo.png'
,
buy_bg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
,
renew_bg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/logo.png'
,
buy_big_color
:
'#D0B8A5'
,
buy_small_color
:
'#C09878'
,
buy_btn_color
:
'#5A4D40'
,
...
...
@@ -271,8 +271,8 @@
buy_bg
:
''
,
renew_bg
:
''
,
plugin
:
{
buy_bg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
,
renew_bg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/logo.png'
,
buy_bg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
,
renew_bg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/logo.png'
,
buy_big_color
:
'#D0B8A5'
,
buy_small_color
:
'#C09878'
,
buy_btn_color
:
'#5A4D40'
,
...
...
@@ -328,8 +328,8 @@
that
.
data
.
top_bottom_padding
=
that
.
top_bottom_padding
;
}
else
{
that
.
data
.
usePluginConfig
=
that
.
usePluginConfig
;
that
.
buy_bg
=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
;
that
.
renew_bg
=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
;
that
.
buy_bg
=
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
;
that
.
renew_bg
=
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
;
that
.
data
.
background
=
that
.
background
;
that
.
data
.
top_bottom_padding
=
that
.
top_bottom_padding
;
that
.
data
.
background
=
that
.
background
;
...
...
@@ -371,8 +371,8 @@
switch
(
position
)
{
case
'buy'
:
if
(
res
==
2
)
{
this
.
buy_bg
=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
;
this
.
data
.
buy_bg
=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
;
this
.
buy_bg
=
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
;
this
.
data
.
buy_bg
=
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
;
}
else
{
this
.
buy_bg
=
''
;
this
.
data
.
buy_bg
=
''
;
...
...
@@ -380,8 +380,8 @@
break
;
case
'renew'
:
if
(
res
==
2
)
{
this
.
renew_bg
=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
;
this
.
data
.
renew_bg
=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
;
this
.
renew_bg
=
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
;
this
.
data
.
renew_bg
=
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
;
}
else
{
this
.
renew_bg
=
''
;
this
.
data
.
renew_bg
=
''
;
...
...
src/components/sallCenter/templateEdit.vue
View file @
070d8637
...
...
@@ -569,10 +569,10 @@
data
:
{
name
:
'公告'
,
//公告名称
content
:
''
,
//公告内容
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-notice.png'
,
//公告图标
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-notice.png'
,
//公告图标
textColor
:
'#ffffff'
,
//文字颜色
background
:
'#f67f79'
,
//背景颜色
headerUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-notice-title.png'
,
//头部图片
headerUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-notice-title.png'
,
//头部图片
btnColor
:
'#ff4544'
,
//按钮颜色
btnWidth
:
500
,
//按钮宽度
btnHeight
:
80
,
//按钮高度
...
...
@@ -591,9 +591,9 @@
data
:
{
style
:
'normal'
,
//专题样式
count
:
1
,
//显示行数
logo_1
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-1.png'
,
//logo(1行)
logo_2
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-2.png'
,
//logo(2行)
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-topic-r.png'
,
//专题标签
logo_1
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-topic-1.png'
,
//logo(1行)
logo_2
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-topic-2.png'
,
//logo(2行)
icon
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-topic-r.png'
,
//专题标签
list
:
[],
cat_show
:
false
,
//是否显示分类
topic_list
:
[]
...
...
@@ -696,8 +696,8 @@
Id
:
'store'
,
isCked
:
false
,
data
:
{
navPicUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/nav-icon.png'
,
//导航图标
scorePicUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/score-icon.png'
,
//评分图标
navPicUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/nav-icon.png'
,
//导航图标
scorePicUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/score-icon.png'
,
//评分图标
showName
:
true
,
//显示门店名称
showScore
:
true
,
//显示评分
showTel
:
true
,
//显示电话
...
...
@@ -726,7 +726,7 @@
Id
:
'check-in'
,
isCked
:
false
,
data
:
{
backgroundPicUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/check-in-default-bg.png'
,
//背景图
backgroundPicUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/check-in-default-bg.png'
,
//背景图
showText
:
true
,
//显示文字
textPosition
:
'left'
,
//文字位置
textColor
:
'#ffffff'
,
//文本颜色
...
...
@@ -757,31 +757,31 @@
navs
:
[{
url
:
''
,
openType
:
'navigate'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/user-order-dfk.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/user-order-dfk.png'
,
text
:
'待付款'
,
},
{
url
:
''
,
openType
:
'navigate'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/user-order-dfh.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/user-order-dfh.png'
,
text
:
'待发货'
,
},
{
url
:
''
,
openType
:
'navigate'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/user-order-dsh.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/user-order-dsh.png'
,
text
:
'待收货'
,
},
{
url
:
''
,
openType
:
'navigate'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/user-order-ywc.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/user-order-ywc.png'
,
text
:
'待评价'
,
},
{
url
:
''
,
openType
:
'navigate'
,
picUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/user-order-sh.png'
,
picUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/user-order-sh.png'
,
text
:
'售后'
,
},
],
...
...
@@ -839,8 +839,8 @@
isCked
:
false
,
data
:
{
textColor
:
'#ffffff'
,
//字体颜色
receiveBg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-coupon-no.png'
,
//不可领取
unclaimedBg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/icon-coupon-index.png'
,
//可领取
receiveBg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-coupon-no.png'
,
//不可领取
unclaimedBg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/icon-coupon-index.png'
,
//可领取
showImg
:
false
,
backgroundColor
:
'#fff'
,
//背景颜色
backgroundPicUrl
:
''
,
...
...
@@ -971,7 +971,7 @@
showCoupon
:
true
,
showGoods
:
true
,
couponColor
:
'#ffffff'
,
couponPicUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/coupon-background.png'
,
couponPicUrl
:
this
.
domainManager
().
ImageUrl
+
'
/Static/coupon-background.png'
,
buttonColor
:
'#ff4544'
,
list
:
[],
listStyle
:
1
,
...
...
@@ -1065,8 +1065,8 @@
background
:
'#FFFFFF'
,
//背景色
usePluginConfig
:
true
,
//使用插件配置
top_bottom_padding
:
0
,
//上下间距
buy_bg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
,
//未购买用户默认背景图
renew_bg
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com
/Static/buy_bg.png'
,
//未购买用户背景图
buy_bg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
,
//未购买用户默认背景图
renew_bg
:
this
.
domainManager
().
ImageUrl
+
'
/Static/buy_bg.png'
,
//未购买用户背景图
buy_big_color
:
''
,
//未购买用户-大标题字体颜色
buy_small_color
:
''
,
//未购买用户-小标题背景颜色
buy_btn_color
:
''
,
//未购买用户-按钮文字颜色
...
...
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