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
8bf7e978
Commit
8bf7e978
authored
Aug 15, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
third
parent
6f78e9e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
25 deletions
+8
-25
thirdJumpMiddlePage.vue
pages/thirdJumpMiddlePage/thirdJumpMiddlePage.vue
+8
-25
No files found.
pages/thirdJumpMiddlePage/thirdJumpMiddlePage.vue
View file @
8bf7e978
<
template
>
<view
class=
"third-jump-page"
>
<view
v-if=
"jumpFailed"
class=
"error-container"
>
<button
class=
"retry-btn"
@
click=
"retryJump"
>
点击跳转
</button>
</view>
<image
class=
"bg-img"
:src=
"`$
{$baseUrl}thirdJumpMiddlePage/v1/syJumpPageBg.jpg`" mode="widthFix"
@click="retryJump">
</image>
</view>
</
template
>
...
...
@@ -89,7 +87,6 @@ const goBack = () => {
<
style
lang=
"less"
scoped
>
.third-jump-page {
min-height: 100vh;
background: white;
display: flex;
align-items: center;
...
...
@@ -97,25 +94,11 @@ const goBack = () => {
padding: 40rpx;
}
.error-container {
text-align: center;
color: white;
}
.retry-btn {
width: 200rpx;
height: 80rpx;
border-radius: 40rpx;
border: none;
font-size: 28rpx;
margin: 0 20rpx;
}
.retry-btn {
background: #4CAF50;
color: white;
.bg-img {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
</
style
>
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