Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
Details
Activity
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
李星剑
hs-app-project
Commits
b1627a3e
Commit
b1627a3e
authored
3 years ago
by
Zheng Shang Jun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
每日上新样式修改
parent
2f86cb9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
brands.vue
src/pages/brands/brands.vue
+2
-2
detail.vue
src/pages/brands/detail.vue
+1
-1
No files found.
src/pages/brands/brands.vue
View file @
b1627a3e
...
...
@@ -179,8 +179,8 @@ export default {
white-space
:
nowrap
;
image
{
border
:
1px
solid
#c7c6c7
;
width
:
2
40rpx
;
height
:
16
0rpx
;
width
:
1
40rpx
;
height
:
20
0rpx
;
border-radius
:
10rpx
;
margin-left
:
20rpx
;
}
...
...
This diff is collapsed.
Click to expand it.
src/pages/brands/detail.vue
View file @
b1627a3e
...
...
@@ -105,7 +105,7 @@ export default {
async
created
()
{
await
this
.
detail
();
this
.
categoryFN
(
this
.
item
.
category
);
await
this
.
categoryFN
(
this
.
item
.
category
);
},
onLoad
(
options
)
{
this
.
id
=
options
.
id
;
...
...
This diff is collapsed.
Click to expand it.
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