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
1449ee1c
Commit
1449ee1c
authored
Dec 31, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
da300052
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
style11.vue
components/cats/style11.vue
+2
-1
style7.vue
components/cats/style7.vue
+2
-1
style8.vue
components/cats/style8.vue
+2
-1
No files found.
components/cats/style11.vue
View file @
1449ee1c
...
...
@@ -174,7 +174,8 @@
},
init
()
{
this
.
CategoryIdsList
=
[];
this
.
CategoryIdsList
.
push
(
this
.
CategoryIds1
,
this
.
CategoryIds2
);
// this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2);
this
.
CategoryIdsList
.
push
(
this
.
CategoryIds2
);
this
.
msg
.
CategoryIds
=
this
.
CategoryIdsList
.
join
(
','
);
this
.
msg
.
StoreId
=
uni
.
getStorageSync
(
"storeId"
)?
uni
.
getStorageSync
(
"storeId"
).
storeId
:
0
;
let
IsOpenReserve
=
uni
.
getStorageSync
(
"GetAppConfig"
)?
uni
.
getStorageSync
(
"GetAppConfig"
).
IsOpenReserve
:
0
...
...
components/cats/style7.vue
View file @
1449ee1c
...
...
@@ -141,7 +141,8 @@
},
init
()
{
this
.
CategoryIdsList
=
[];
this
.
CategoryIdsList
.
push
(
this
.
CategoryIds1
,
this
.
CategoryIds2
);
// this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2);
this
.
CategoryIdsList
.
push
(
this
.
CategoryIds2
);
this
.
msg
.
CategoryIds
=
this
.
CategoryIdsList
.
join
(
','
);
this
.
isover
=
false
;
this
.
loading
=
true
;
...
...
components/cats/style8.vue
View file @
1449ee1c
...
...
@@ -173,7 +173,8 @@
},
init
()
{
this
.
CategoryIdsList
=
[];
this
.
CategoryIdsList
.
push
(
this
.
CategoryIds1
,
this
.
CategoryIds2
);
// this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2);
this
.
CategoryIdsList
.
push
(
this
.
CategoryIds2
);
this
.
msg
.
CategoryIds
=
this
.
CategoryIdsList
.
join
(
','
);
this
.
isover
=
false
;
this
.
loading
=
true
;
...
...
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