Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
9f5a9d32
Commit
9f5a9d32
authored
Aug 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0ab938f7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
626 additions
and
478 deletions
+626
-478
labelBar.vue
src/components/StoreDesign/labelBar.vue
+613
-470
PPPlusStyle.vue
src/components/blindDate/PPPlusStyle.vue
+13
-8
No files found.
src/components/StoreDesign/labelBar.vue
View file @
9f5a9d32
This diff is collapsed.
Click to expand it.
src/components/blindDate/PPPlusStyle.vue
View file @
9f5a9d32
...
...
@@ -72,19 +72,20 @@ export default {
],
currentStyle
:
1
,
saveBtnLoad
:
false
,
id
:
0
,
};
},
created
()
{
let
data
=
localStorage
.
getItem
(
"mall_userInfo"
);
this
.
id
=
JSON
.
parse
(
data
).
MallBaseId
;
this
.
getStyle
();
},
methods
:
{
SaveStyle
()
{
this
.
saveBtnLoad
=
true
;
let
data
=
localStorage
.
getItem
(
"mall_userInfo"
);
let
id
=
JSON
.
parse
(
data
).
MallBaseId
;
this
.
apipost
(
"/api/Tenant/SetMiaiPPPlusStyle"
,
{
MiaiPPPlusStyle
:
this
.
currentStyle
,
MallBaseId
:
id
},
{
MiaiPPPlusStyle
:
this
.
currentStyle
,
MallBaseId
:
this
.
id
},
(
res
)
=>
{
this
.
saveBtnLoad
=
false
;
if
(
res
.
data
.
resultCode
===
1
)
{
...
...
@@ -101,12 +102,16 @@ export default {
this
.
currentStyle
=
Style
;
},
getStyle
()
{
this
.
apipost
(
"/api/Tenant/GetMiniPrograme"
,
{},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
currentStyle
=
res
.
data
.
data
.
MiaiPPPlusStyle
;
console
.
log
(
244
,
this
.
currentStyle
,
res
.
data
.
data
.
MiaiPPPlusStyle
);
this
.
apipost
(
"/api/Tenant/GetMiniPrograme"
,
{
MallBaseId
:
this
.
id
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
currentStyle
=
res
.
data
.
data
.
MiaiPPPlusStyle
;
console
.
log
(
244
,
this
.
currentStyle
,
res
.
data
.
data
.
MiaiPPPlusStyle
);
}
}
}
);
);
},
handleClick
(
val
)
{},
...
...
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