Commit 8bf7e978 authored by spc's avatar spc

third

parent 6f78e9e3
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment