Commit 070d8637 authored by 黄奎's avatar 黄奎

页面修改

parent deaa98ed
...@@ -134,15 +134,15 @@ ...@@ -134,15 +134,15 @@
<div class="all-components"> <div class="all-components">
<div class="component-list"> <div class="component-list">
<div class="component-item" @click="setPlugin('rubik')"> <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 class="component-name">图片广告</div>
</div> </div>
<div class="component-item" @click="setPlugin('video')"> <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 class="component-name">视频</div>
</div> </div>
<div class="component-item" @click="setPlugin('imgtext')"> <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 class="component-name">图文详情</div>
</div> </div>
</div> </div>
......
...@@ -382,10 +382,6 @@ ...@@ -382,10 +382,6 @@
}, },
created() { created() {
this.currentUser = this.getLocalStorage(); this.currentUser = this.getLocalStorage();
// this.$router.push({
// path: 'zanIndex'
// });
}, },
methods: { methods: {
//获取菜单列表 //获取菜单列表
......
...@@ -323,19 +323,19 @@ ...@@ -323,19 +323,19 @@
repeat: 'no-repeat', repeat: 'no-repeat',
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
......
...@@ -315,19 +315,19 @@ ...@@ -315,19 +315,19 @@
repeat: 'no-repeat', repeat: 'no-repeat',
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
......
...@@ -295,19 +295,19 @@ ...@@ -295,19 +295,19 @@
repeat: 'no-repeat', repeat: 'no-repeat',
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
......
...@@ -66,9 +66,9 @@ ...@@ -66,9 +66,9 @@
<div class="zk_pic_box" style="width:100px;height:100px;" flex="main:center cross:center" <div class="zk_pic_box" style="width:100px;height:100px;" flex="main:center cross:center"
:style="{backgroundImage:'url(' + getIconLink(data.receiveBg) + ')'}"> :style="{backgroundImage:'url(' + getIconLink(data.receiveBg) + ')'}">
<el-button type="danger" <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" 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> circle></el-button>
</div> </div>
</el-form-item> </el-form-item>
...@@ -79,9 +79,9 @@ ...@@ -79,9 +79,9 @@
<div class="zk_pic_box" style="width:100px;height:100px;" flex="main:center cross:center" <div class="zk_pic_box" style="width:100px;height:100px;" flex="main:center cross:center"
:style="{backgroundImage:'url(' + getIconLink(data.unclaimedBg) + ')'}"> :style="{backgroundImage:'url(' + getIconLink(data.unclaimedBg) + ')'}">
<el-button type="danger" <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" 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> circle></el-button>
</div> </div>
</el-form-item> </el-form-item>
......
...@@ -569,19 +569,19 @@ ...@@ -569,19 +569,19 @@
comIndex:-1, comIndex:-1,
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
}; };
......
...@@ -350,19 +350,19 @@ ...@@ -350,19 +350,19 @@
couponList: [1, 2, 3, 4], couponList: [1, 2, 3, 4],
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
......
...@@ -137,10 +137,10 @@ ...@@ -137,10 +137,10 @@
</div> </div>
<div v-else-if="data.style == 2" class="title" style="text-align: center"> <div v-else-if="data.style == 2" class="title" style="text-align: center">
<img :style="{backgroundColor: data.styleColor}" class="title-line" <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> <div style="font-weight: 600">{{data.title?data.title:'这里是标题示例'}}</div>
<img :style="{backgroundColor: data.styleColor}" class="title-line" <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>
<div v-else-if="data.style == 3" class="title" style="text-align: center"> <div v-else-if="data.style == 3" class="title" style="text-align: center">
<div class="title-line star"> <div class="title-line star">
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</div> </div>
<div v-else-if="data.style == 4" class="title" style="text-align: left"> <div v-else-if="data.style == 4" class="title" style="text-align: left">
<img :style="{backgroundColor: data.styleColor}" class="title-line div" <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 style="font-weight: 600">{{data.title?data.title:'这里是标题示例'}}</div>
</div> </div>
<div v-else-if="data.style == 5" class="title" style="text-align: left"> <div v-else-if="data.style == 5" class="title" style="text-align: left">
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
</div> </div>
<div style="font-weight: 600">{{data.title?data.title:'这里是标题示例'}}</div> <div style="font-weight: 600">{{data.title?data.title:'这里是标题示例'}}</div>
</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"> v-if="data.arrowsSwitch">
</div> </div>
</div> </div>
......
...@@ -298,19 +298,19 @@ ...@@ -298,19 +298,19 @@
repeat: 'no-repeat', repeat: 'no-repeat',
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
return { return {
choicImg: false, choicImg: false,
isShowMap: 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, data: this.mapData.data,
}; };
}, },
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<div style="min-width: 2rem;max-width: 7rem;">{{data.name}}</div> <div style="min-width: 2rem;max-width: 7rem;">{{data.name}}</div>
<div style="margin: 0 12px;">{{data.content}}</div> <div style="margin: 0 12px;">{{data.content}}</div>
</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;"> style="width: 10px;height: 18px;">
</div> </div>
</div> </div>
......
...@@ -275,19 +275,19 @@ ...@@ -275,19 +275,19 @@
repeat: 'no-repeat', repeat: 'no-repeat',
goodsTags: [{ goodsTags: [{
name: '热销', 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: '新品', 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: '折扣', 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: '推荐', name: '推荐',
picUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/goods-tag-tj.png', picUrl: this.domainManager().ImageUrl+'/Static/goods-tag-tj.png',
}, },
], ],
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
x: 0, x: 0,
y: 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张图', name: '2张图',
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
y: 0, 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张图', name: '3张图',
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
y: 6, 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张图', name: '4张图',
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
y: 12, 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张图平分', name: '2张图平分',
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
y: 0, 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张图平分', name: '3张图平分',
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
y: 0, 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张图左右平分', name: '4张图左右平分',
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
y: 0, 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张图上下平分', name: '4张图上下平分',
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
y: 62, y: 62,
}, },
], ],
icon: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/rubik-7.png', icon: this.domainManager().ImageUrl+'/Static/rubik-7.png',
}, },
{ {
name: '自定义魔方', name: '自定义魔方',
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
y: 93, y: 93,
}, },
], ],
icon: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/rubik-8.png', icon: this.domainManager().ImageUrl+'/Static/rubik-8.png',
}, },
] ]
}; };
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
choicImg:false, choicImg:false,
isShowLink:false, isShowLink:false,
data: this.timerData.data, 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() { created() {
......
...@@ -190,8 +190,8 @@ ...@@ -190,8 +190,8 @@
<div class="zk_pic_box" flex="main:center cross:center" style="width:100px;height:100px;" <div class="zk_pic_box" flex="main:center cross:center" style="width:100px;height:100px;"
:style="{backgroundImage:'url(' + getIconLink(data.logo_1) + ')'}"> :style="{backgroundImage:'url(' + getIconLink(data.logo_1) + ')'}">
<el-button type="danger" <el-button type="danger"
v-if="data.logo_1!='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-1.png'" 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='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-1.png'" circle> class="image-delete" size="mini" icon="el-icon-close" @click.stop="data.logo_1=domainManager().ImageUrl+'/Static/icon-topic-1.png'" circle>
</el-button> </el-button>
</div> </div>
</el-form-item> </el-form-item>
...@@ -202,8 +202,8 @@ ...@@ -202,8 +202,8 @@
<div class="zk_pic_box" flex="main:center cross:center" style="width:100px;height:100px;" <div class="zk_pic_box" flex="main:center cross:center" style="width:100px;height:100px;"
:style="{backgroundImage:'url(' + getIconLink(data.logo_2) + ')'}"> :style="{backgroundImage:'url(' + getIconLink(data.logo_2) + ')'}">
<el-button type="danger" <el-button type="danger"
v-if="data.logo_2!='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-2.png'" 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='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-2.png'" circle> class="image-delete" size="mini" icon="el-icon-close" @click.stop="data.logo_2=domainManager().ImageUrl+'/Static/icon-topic-2.png'" circle>
</el-button> </el-button>
</div> </div>
</el-form-item> </el-form-item>
...@@ -213,8 +213,8 @@ ...@@ -213,8 +213,8 @@
</el-tooltip> </el-tooltip>
<div class="zk_pic_box" flex="main:center cross:center" style="width:100px;height:100px;"> <div class="zk_pic_box" flex="main:center cross:center" style="width:100px;height:100px;">
<el-button type="danger" <el-button type="danger"
v-if="data.icon!='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-r.png'" v-if="data.icon!=domainManager().ImageUrl+'/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> class="image-delete" size="mini" icon="el-icon-close" @click.stop="data.icon=domainManager().ImageUrl+'/Static/icon-topic-r.png'" circle>
</el-button> </el-button>
<img :src="getIconLink(data.icon)" style="max-width:100%;max-height:100%;" alt=""/> <img :src="getIconLink(data.icon)" style="max-width:100%;max-height:100%;" alt=""/>
</div> </div>
......
...@@ -252,8 +252,8 @@ ...@@ -252,8 +252,8 @@
data:this.vipData.data, data:this.vipData.data,
comIndex: -1, comIndex: -1,
default: { default: {
buy_bg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png', buy_bg: this.domainManager().ImageUrl+'/Static/buy_bg.png',
renew_bg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/logo.png', renew_bg: this.domainManager().ImageUrl+'/Static/logo.png',
buy_big_color: '#D0B8A5', buy_big_color: '#D0B8A5',
buy_small_color: '#C09878', buy_small_color: '#C09878',
buy_btn_color: '#5A4D40', buy_btn_color: '#5A4D40',
...@@ -271,8 +271,8 @@ ...@@ -271,8 +271,8 @@
buy_bg: '', buy_bg: '',
renew_bg: '', renew_bg: '',
plugin: { plugin: {
buy_bg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png', buy_bg: this.domainManager().ImageUrl+'/Static/buy_bg.png',
renew_bg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/logo.png', renew_bg: this.domainManager().ImageUrl+'/Static/logo.png',
buy_big_color: '#D0B8A5', buy_big_color: '#D0B8A5',
buy_small_color: '#C09878', buy_small_color: '#C09878',
buy_btn_color: '#5A4D40', buy_btn_color: '#5A4D40',
...@@ -328,8 +328,8 @@ ...@@ -328,8 +328,8 @@
that.data.top_bottom_padding = that.top_bottom_padding; that.data.top_bottom_padding = that.top_bottom_padding;
} else { } else {
that.data.usePluginConfig = that.usePluginConfig; that.data.usePluginConfig = that.usePluginConfig;
that.buy_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 = 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png'; that.renew_bg = this.domainManager().ImageUrl+'/Static/buy_bg.png';
that.data.background = that.background; that.data.background = that.background;
that.data.top_bottom_padding = that.top_bottom_padding; that.data.top_bottom_padding = that.top_bottom_padding;
that.data.background = that.background; that.data.background = that.background;
...@@ -371,8 +371,8 @@ ...@@ -371,8 +371,8 @@
switch (position) { switch (position) {
case 'buy': case 'buy':
if (res == 2) { if (res == 2) {
this.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 = 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png'; this.data.buy_bg = this.domainManager().ImageUrl+'/Static/buy_bg.png';
} else { } else {
this.buy_bg = ''; this.buy_bg = '';
this.data.buy_bg = ''; this.data.buy_bg = '';
...@@ -380,8 +380,8 @@ ...@@ -380,8 +380,8 @@
break; break;
case 'renew': case 'renew':
if (res == 2) { if (res == 2) {
this.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 = 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png'; this.data.renew_bg = this.domainManager().ImageUrl+'/Static/buy_bg.png';
} else { } else {
this.renew_bg = ''; this.renew_bg = '';
this.data.renew_bg = ''; this.data.renew_bg = '';
......
...@@ -569,10 +569,10 @@ ...@@ -569,10 +569,10 @@
data: { data: {
name: '公告', //公告名称 name: '公告', //公告名称
content: '', //公告内容 content: '', //公告内容
icon: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-notice.png', //公告图标 icon: this.domainManager().ImageUrl+'/Static/icon-notice.png', //公告图标
textColor: '#ffffff', //文字颜色 textColor: '#ffffff', //文字颜色
background: '#f67f79', //背景颜色 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', //按钮颜色 btnColor: '#ff4544', //按钮颜色
btnWidth: 500, //按钮宽度 btnWidth: 500, //按钮宽度
btnHeight: 80, //按钮高度 btnHeight: 80, //按钮高度
...@@ -591,9 +591,9 @@ ...@@ -591,9 +591,9 @@
data: { data: {
style: 'normal',//专题样式 style: 'normal',//专题样式
count: 1,//显示行数 count: 1,//显示行数
logo_1: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-1.png',//logo(1行) logo_1: this.domainManager().ImageUrl+'/Static/icon-topic-1.png',//logo(1行)
logo_2: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-2.png',//logo(2行) logo_2: this.domainManager().ImageUrl+'/Static/icon-topic-2.png',//logo(2行)
icon: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-r.png',//专题标签 icon: this.domainManager().ImageUrl+'/Static/icon-topic-r.png',//专题标签
list: [], list: [],
cat_show: false,//是否显示分类 cat_show: false,//是否显示分类
topic_list: [] topic_list: []
...@@ -696,8 +696,8 @@ ...@@ -696,8 +696,8 @@
Id: 'store', Id: 'store',
isCked: false, isCked: false,
data: { data: {
navPicUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/nav-icon.png', //导航图标 navPicUrl: this.domainManager().ImageUrl+'/Static/nav-icon.png', //导航图标
scorePicUrl: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/score-icon.png', //评分图标 scorePicUrl: this.domainManager().ImageUrl+'/Static/score-icon.png', //评分图标
showName: true, //显示门店名称 showName: true, //显示门店名称
showScore: true, //显示评分 showScore: true, //显示评分
showTel: true, //显示电话 showTel: true, //显示电话
...@@ -726,7 +726,7 @@ ...@@ -726,7 +726,7 @@
Id: 'check-in', Id: 'check-in',
isCked: false, isCked: false,
data: { 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, //显示文字 showText: true, //显示文字
textPosition: 'left', //文字位置 textPosition: 'left', //文字位置
textColor: '#ffffff', //文本颜色 textColor: '#ffffff', //文本颜色
...@@ -757,31 +757,31 @@ ...@@ -757,31 +757,31 @@
navs: [{ navs: [{
url: '', url: '',
openType: 'navigate', 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: '待付款', text: '待付款',
}, },
{ {
url: '', url: '',
openType: 'navigate', 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: '待发货', text: '待发货',
}, },
{ {
url: '', url: '',
openType: 'navigate', 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: '待收货', text: '待收货',
}, },
{ {
url: '', url: '',
openType: 'navigate', 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: '待评价', text: '待评价',
}, },
{ {
url: '', url: '',
openType: 'navigate', 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: '售后', text: '售后',
}, },
], ],
...@@ -839,8 +839,8 @@ ...@@ -839,8 +839,8 @@
isCked: false, isCked: false,
data: { data: {
textColor: '#ffffff', //字体颜色 textColor: '#ffffff', //字体颜色
receiveBg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-coupon-no.png', //不可领取 receiveBg: this.domainManager().ImageUrl+'/Static/icon-coupon-no.png', //不可领取
unclaimedBg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-coupon-index.png', //可领取 unclaimedBg: this.domainManager().ImageUrl+'/Static/icon-coupon-index.png', //可领取
showImg: false, showImg: false,
backgroundColor: '#fff', //背景颜色 backgroundColor: '#fff', //背景颜色
backgroundPicUrl: '', backgroundPicUrl: '',
...@@ -971,7 +971,7 @@ ...@@ -971,7 +971,7 @@
showCoupon: true, showCoupon: true,
showGoods: true, showGoods: true,
couponColor: '#ffffff', 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', buttonColor: '#ff4544',
list: [], list: [],
listStyle: 1, listStyle: 1,
...@@ -1065,8 +1065,8 @@ ...@@ -1065,8 +1065,8 @@
background: '#FFFFFF', //背景色 background: '#FFFFFF', //背景色
usePluginConfig: true, //使用插件配置 usePluginConfig: true, //使用插件配置
top_bottom_padding: 0, //上下间距 top_bottom_padding: 0, //上下间距
buy_bg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png', //未购买用户默认背景图 buy_bg: this.domainManager().ImageUrl+'/Static/buy_bg.png', //未购买用户默认背景图
renew_bg: 'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/buy_bg.png', //未购买用户背景图 renew_bg: this.domainManager().ImageUrl+'/Static/buy_bg.png', //未购买用户背景图
buy_big_color: '', //未购买用户-大标题字体颜色 buy_big_color: '', //未购买用户-大标题字体颜色
buy_small_color: '', //未购买用户-小标题背景颜色 buy_small_color: '', //未购买用户-小标题背景颜色
buy_btn_color: '', //未购买用户-按钮文字颜色 buy_btn_color: '', //未购买用户-按钮文字颜色
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment