Commit f4bafd88 authored by Mac's avatar Mac

1

parent f4e7b0da
...@@ -35,6 +35,9 @@ export default { ...@@ -35,6 +35,9 @@ export default {
this.basedata = res.data; this.basedata = res.data;
this.$uiConfig.mainColor=res.data.mall.setting.mallStyle.main this.$uiConfig.mainColor=res.data.mall.setting.mallStyle.main
this.$uiConfig.secondary=res.data.mall.setting.mallStyle.secondary this.$uiConfig.secondary=res.data.mall.setting.mallStyle.secondary
if(res.data.mall.setting.mallStyle.pricecolor){
this.$uiConfig.pricecolor=res.data.mall.setting.mallStyle.pricecolor
}
this.formatTabbar(); this.formatTabbar();
this.formatNavigation(); this.formatNavigation();
} }
......
...@@ -580,7 +580,7 @@ ...@@ -580,7 +580,7 @@
.guidecar { .guidecar {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #FFFFFF; /* background: #FFFFFF; */
} }
.guidecar .headStatus { .guidecar .headStatus {
overflow: hidden; overflow: hidden;
......
let mainColor = "#ff4544" let mainColor = "#ff4544"
let secondary = "#f39800" let secondary = "#f39800"
let pricecolor = "#ff4544"
let topstyle = { let topstyle = {
background: "#FFF", background: "#FFF",
textColor: "#000" textColor: "#000"
...@@ -9,6 +10,7 @@ let is_bang = false ...@@ -9,6 +10,7 @@ let is_bang = false
export default { export default {
mainColor, mainColor,
secondary, secondary,
pricecolor,
topstyle, topstyle,
is_bang is_bang
} }
\ No newline at end of file
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