Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
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
Administrator
jd-vx-app
Commits
6d3eee00
Commit
6d3eee00
authored
Apr 28, 2022
by
fwz
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_cd' into dev_cd
parents
3f26a727
50db8166
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
239 additions
and
282 deletions
+239
-282
home.vue
pages/home.vue
+233
-278
shop.vue
pages/shop.vue
+3
-0
myMoveCar.vue
pagesB/pages/move-car/myMoveCar.vue
+3
-4
No files found.
pages/home.vue
View file @
6d3eee00
This diff is collapsed.
Click to expand it.
pages/shop.vue
View file @
6d3eee00
...
...
@@ -228,6 +228,9 @@ export default {
margin
:
20rpx
0
;
text-indent
:
20rpx
;
margin-bottom
:
10rpx
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
.one__item__price
{
...
...
pagesB/pages/move-car/myMoveCar.vue
View file @
6d3eee00
...
...
@@ -61,6 +61,9 @@ export default {
id
:
''
,
};
},
onShow
()
{
this
.
getMyMoveCodeList
()
},
methods
:
{
// 加载数据
// load(paging) {
...
...
@@ -120,10 +123,6 @@ export default {
}
},
created
()
{
this
.
getMyMoveCodeList
()
}
}
</
script
>
...
...
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