Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
2ea16fde
提交
2ea16fde
编写于
4月 14, 2023
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix question back
上级
b4e31279
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
95 行增加
和
0 行删除
+95
-0
index.js
src/router/index.js
+5
-0
index.vue
src/views/insurance-question-back/index.vue
+90
-0
未找到文件。
src/router/index.js
浏览文件 @
2ea16fde
...
...
@@ -45,6 +45,11 @@ const routerConfig = [
title
:
'问卷结果页面'
,
},
},
{
path
:
'/insuranceQuestionBack'
,
name
:
'insuranceQuestionBack'
,
component
:
()
=>
import
(
'@/views/insurance-question-back/index'
),
},
{
path
:
'/appoint'
,
name
:
'appoint'
,
...
...
src/views/insurance-question-back/index.vue
0 → 100644
浏览文件 @
2ea16fde
<
template
>
<div>
<page-model
v-if=
"picaWechat != 'wechat'"
ref=
"PageModel"
:header-info=
"headerInfo"
/>
<div
class=
"insuranceQuestionBack"
>
<div
class=
"icon-item"
>
<img
src=
"https://files.yunqueyi.com/image/png/common/20221213135338128.png"
>
</div>
<div
class=
"font-big"
>
提交成功
</div>
<div
class=
"font-normal"
>
您的结果将于次日以短信形式推送,烦请留意!
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
picaWechat
:
window
.
_picaWechat
,
headerInfo
:
{
title
:
'检测服务'
,
isBlack
:
true
,
backMethod
:
'web'
,
style
:
'backgroundColor:#ffffff;zIndex:100;'
,
background
:
''
,
},
};
},
created
()
{
},
methods
:
{
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.insuranceQuestionBack
{
width
:
100%
;
background
:
#ffffff
;
box-sizing
:
border-box
;
padding
:
0
16px
;
color
:
#676869
;
text-align
:
center
;
overflow
:
hidden
;
.icon-item
{
width
:
57px
;
height
:
65px
;
margin
:
0
auto
;
margin-top
:
83px
;
image
{
width
:
100%
;
height
:
100%
;
}
}
.font-big
{
margin-top
:
22px
;
font-size
:
20px
;
font-weight
:
700
;
color
:
#02120f
;
}
.font-normal
{
margin-top
:
12px
;
font-size
:
15px
;
font-weight
:
400
;
color
:
#666666
;
}
.custom-style
{
width
:
350px
;
height
:
40px
;
background
:
#00bda5
;
font-size
:
16px
;
color
:
#ffffff
;
font-weight
:
600
;
line-height
:
40px
;
border-radius
:
40px
;
border
:
none
;
margin-top
:
148px
;
}
}
</
style
>
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录