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
23d6ece3
Commit
23d6ece3
authored
Jun 18, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2444cdbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
components/goods/index.vue
+2
-1
No files found.
components/goods/index.vue
View file @
23d6ece3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view
:style=
"
{ margin: goods.catStyle == 1 ? '0px' : '10px 5px' }">
<view
:style=
"
{ margin: goods.catStyle == 1 ? '0px' : '10px 5px' }">
<u-tabs
<u-tabs
v-if=
"goods.showCat && goods.catPosition == 'top' && goods.catList.length > 1"
v-if=
"goods.showCat && goods.catPosition == 'top' && goods.catList.length > 1"
name=
"
n
ame"
name=
"
menuN
ame"
:list=
"goods.catList"
:list=
"goods.catList"
:is-scroll=
"true"
:is-scroll=
"true"
:active-color=
"mainColor"
:active-color=
"mainColor"
...
@@ -93,6 +93,7 @@ export default {
...
@@ -93,6 +93,7 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
if
(
this
.
goods
.
showCat
)
{
if
(
this
.
goods
.
showCat
)
{
this
.
currentList
=
this
.
goods
.
catList
[
0
].
goodsList
;
this
.
currentList
=
this
.
goods
.
catList
[
0
].
goodsList
;
...
...
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