Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
f4bafd88
Commit
f4bafd88
authored
Sep 30, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f4e7b0da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
App.vue
App.vue
+3
-0
index.vue
components/guidecar/index.vue
+1
-1
uiconfig.js
plugin/uiconfig.js
+2
-0
No files found.
App.vue
View file @
f4bafd88
...
...
@@ -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
();
}
...
...
components/guidecar/index.vue
View file @
f4bafd88
...
...
@@ -580,7 +580,7 @@
.guidecar
{
width
:
100%
;
height
:
100%
;
background
:
#FFFFFF
;
/* background: #FFFFFF; */
}
.guidecar
.headStatus
{
overflow
:
hidden
;
...
...
plugin/uiconfig.js
View file @
f4bafd88
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
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