Commit 08017d7a authored by 黄奎's avatar 黄奎

页面修改

parent 6eb06a15
......@@ -183,14 +183,11 @@
</div>
</div>
<div class="theme_show">
<div class="imgList_item"
:style="{backgroundImage:'url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/' + Url1 + ')'}">
<div class="imgList_item" :style="{backgroundImage:'url('+domainManager().ImageUrl+'/Static/' + Url1 + ')'}">
</div>
<div class="imgList_item"
:style="{backgroundImage:'url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/' + Url2 + ')'}">
<div class="imgList_item" :style="{backgroundImage:'url('+domainManager().ImageUrl+'/Static/' + Url2 + ')'}">
</div>
<div class="imgList_item"
:style="{backgroundImage:'url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/' + Url3 + ')'}">
<div class="imgList_item" :style="{backgroundImage:'url('+domainManager().ImageUrl+'/Static/' + Url3 + ')'}">
</div>
</div>
</div>
......@@ -293,8 +290,8 @@
MallBaseId: mallId
}, res => {
if (res.data.resultCode == 1) {
this.addMsg = res.data.data;
this.NavIconIsShowAdd = false;
this.addMsg.MallShopStyle = res.data.data.MallShopStyle;
this.checked = this.addMsg.MallShopStyle;
} else {
this.Info(res.data.message);
}
......
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