Commit f4bafd88 authored by Mac's avatar Mac

1

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