Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
6641c6f6
Commit
6641c6f6
authored
Sep 01, 2025
by
王炽
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'showroom-order'
parents
9a0e9543
8000e41d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
reservation-request.js
api/reservation/reservation-request.js
+1
-0
briefcase_new.png
assets/reservation-images/briefcase_new.png
+0
-0
calendar_new.png
assets/reservation-images/calendar_new.png
+0
-0
twitter_new.png
assets/reservation-images/twitter_new.png
+0
-0
index.less
reservation/home/index.less
+2
-2
index.vue
reservation/home/index.vue
+7
-8
No files found.
api/reservation/reservation-request.js
View file @
6641c6f6
...
@@ -9,6 +9,7 @@ import {
...
@@ -9,6 +9,7 @@ import {
//const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://factory-walk-test.feihe.com/feihe';
//const baseUrl = 'https://factory-walk-test.feihe.com/feihe';
const
baseUrl
=
'https://factory-walk.feihe.com/feihe'
;
const
baseUrl
=
'https://factory-walk.feihe.com/feihe'
;
//const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
const
request
=
(
options
=
{})
=>
{
const
request
=
(
options
=
{})
=>
{
// 对options.data 进行一些处理
// 对options.data 进行一些处理
...
...
assets/reservation-images/briefcase_new.png
0 → 100644
View file @
6641c6f6
517 Bytes
assets/reservation-images/calendar_new.png
0 → 100644
View file @
6641c6f6
831 Bytes
assets/reservation-images/twitter_new.png
0 → 100644
View file @
6641c6f6
1.36 KB
reservation/home/index.less
View file @
6641c6f6
...
@@ -81,8 +81,8 @@
...
@@ -81,8 +81,8 @@
height: 200rpx;
height: 200rpx;
overflow: hidden;
overflow: hidden;
image {
image {
width: 5
4
rpx;
width: 5
8
rpx;
height: 5
4
rpx;
height: 5
8
rpx;
}
}
}
}
}
}
...
...
reservation/home/index.vue
View file @
6641c6f6
...
@@ -24,13 +24,13 @@
...
@@ -24,13 +24,13 @@
<view
class=
"footer-item blur-bg"
@
click=
"gofeihe()"
>
<view
class=
"footer-item blur-bg"
@
click=
"gofeihe()"
>
<view>
<view>
<image
<image
style=
"width:
59rpx; height: 59
rpx"
style=
"width:
64rpx; height: 64
rpx"
src=
"@/assets/reservation-images/twitter.png"
src=
"@/assets/reservation-images/twitter
_new
.png"
mode=
"widthFix"
mode=
"widthFix"
>
>
</image>
</image>
</view>
</view>
<view>
了解飞鹤
</view>
<view
style=
"margin-top:4rpx;"
>
了解飞鹤
</view>
</view>
</view>
<view
<view
class=
"footer-item blur-bg"
class=
"footer-item blur-bg"
...
@@ -38,11 +38,11 @@
...
@@ -38,11 +38,11 @@
>
>
<view>
<view>
<image
<image
src=
"@/assets/reservation-images/briefcase.png"
src=
"@/assets/reservation-images/briefcase
_new
.png"
mode=
"widthFix"
mode=
"widthFix"
></image>
></image>
</view>
</view>
<view>
现在预约
</view>
<view
style=
"margin-top:4rpx;"
>
现在预约
</view>
</view>
</view>
<view
<view
class=
"footer-item blur-bg"
class=
"footer-item blur-bg"
...
@@ -50,11 +50,11 @@
...
@@ -50,11 +50,11 @@
>
>
<view>
<view>
<image
<image
src=
"@/assets/reservation-images/calendar.png"
src=
"@/assets/reservation-images/calendar
_new
.png"
mode=
"widthFix"
mode=
"widthFix"
></image>
></image>
</view>
</view>
<view>
预约记录
</view>
<view
style=
"margin-top:4rpx;"
>
预约记录
</view>
</view>
</view>
</view>
</view>
<!-- 底部箭头 -->
<!-- 底部箭头 -->
...
@@ -98,7 +98,6 @@ const changeCurrent = () => {
...
@@ -98,7 +98,6 @@ const changeCurrent = () => {
const
handleScrollChange
=
(
e
)
=>
{
const
handleScrollChange
=
(
e
)
=>
{
console
.
log
(
e
)
console
.
log
(
e
)
console
.
log
(
123
)
current
.
value
=
e
.
detail
.
current
current
.
value
=
e
.
detail
.
current
}
}
...
...
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