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
提交
fb70697a
提交
fb70697a
编写于
5月 06, 2023
作者:
张敬贤
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'feature/zjx' into 'develop'
Feature/zjx See merge request
!170
上级
ea4fd0e1
1d2e53b1
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
54 行增加
和
30 行删除
+54
-30
index.vue
src/views/insurance-Detection-detail-demo/index.vue
+3
-3
index.vue
src/views/sz-home/index.vue
+51
-27
未找到文件。
src/views/insurance-Detection-detail-demo/index.vue
浏览文件 @
fb70697a
...
@@ -241,10 +241,10 @@ export default {
...
@@ -241,10 +241,10 @@ export default {
data
()
{
data
()
{
return
{
return
{
showImg
:
false
,
showImg
:
false
,
images
:
[
'https://files.yunqueyi.com/image/png/common/202305061
00734440
.png'
],
images
:
[
'https://files.yunqueyi.com/image/png/common/202305061
14106786
.png'
],
resultImages
:
[
'https://files.yunqueyi.com/image/png/common/202305061
00734440
.png'
],
resultImages
:
[
'https://files.yunqueyi.com/image/png/common/202305061
14106786
.png'
],
sampleImages
:
[
sampleImages
:
[
'https://files.yunqueyi.com/image/png/common/202305061
00734440
.png'
],
'https://files.yunqueyi.com/image/png/common/202305061
14106786
.png'
],
index
:
1
,
index
:
1
,
result
:
null
,
result
:
null
,
picaWechat
:
window
.
_picaWechat
,
picaWechat
:
window
.
_picaWechat
,
...
...
src/views/sz-home/index.vue
浏览文件 @
fb70697a
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
closeable
closeable
round
round
position=
"bottom"
position=
"bottom"
:style=
"
{ height: '
27
0px' }"
:style=
"
{ height: '
50
0px' }"
>
>
<div
class=
"popup-title"
>
<div
class=
"popup-title"
>
选择被保险人
选择被保险人
...
@@ -51,11 +51,11 @@
...
@@ -51,11 +51,11 @@
<div
class=
"info"
>
<div
class=
"info"
>
<div
class=
"phoneNum"
>
<div
class=
"phoneNum"
>
<span>
手机号码:
</span>
<span>
手机号码:
</span>
<span>
{{
item
.
phoneNum
}}
</span>
<span>
{{
item
.
mobile
}}
</span>
</div>
</div>
<div
class=
"idCard"
>
<div
class=
"idCard"
>
<span>
身份证号:
</span>
<span>
身份证号:
</span>
<span>
{{
item
.
id
Card
}}
</span>
<span>
{{
item
.
id
_number
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -66,46 +66,45 @@
...
@@ -66,46 +66,45 @@
</van-cell-group>
</van-cell-group>
</van-radio-group>
</van-radio-group>
</div>
</div>
<van-button
<div
class=
"popup-btn-box"
>
class=
"popup-btn"
<van-button
:disabled=
"!person"
class=
"popup-btn"
@
click=
"show=false
:disabled=
"!person"
"
@
click=
"show=false
>
"
领取权益
>
</van-button>
领取权益
</van-button>
</div>
</van-popup>
</van-popup>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
axios
from
'axios'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
show
:
false
,
show
:
false
,
person
:
null
,
person
:
null
,
userinfo
:
[
userinfo
:
[
{
id
:
1
,
name
:
'陈琳'
,
phoneNum
:
'15966877677'
,
idCard
:
'110101197109017455'
},
{
id
:
2
,
name
:
'刘鑫琳'
,
phoneNum
:
'15966877677'
,
idCard
:
'110101197109014051'
},
]
]
};
};
},
},
mounted
()
{
mounted
()
{
this
.
getlist
();
},
},
methods
:
{
methods
:
{
getlist
()
{
const
that
=
this
;
axios
.
get
(
'https://project.picahealth.com/batch_get_person_info?num=10'
).
then
(
function
({
data
})
{
console
.
log
(
data
);
if
(
data
.
code
===
'000000'
)
{
that
.
userinfo
=
data
.
data
;
}
});
},
toPage
()
{
toPage
()
{
const
externalOrderNo
=
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
const
externalOrderNo
=
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
const
projectEquityNo
=
'SZ202305031000597601'
;
const
projectEquityNo
=
'SZ202305031000597601'
;
...
@@ -190,7 +189,13 @@ export default {
...
@@ -190,7 +189,13 @@ export default {
}
}
}
}
}
}
.van-popup--bottom
{
width
:
100%
;
}
.popup-title
{
.popup-title
{
width
:
100%
;
position
:
absolute
;
top
:
0
;
height
:
25px
;
height
:
25px
;
font-size
:
18px
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
...
@@ -204,6 +209,15 @@ export default {
...
@@ -204,6 +209,15 @@ export default {
padding-top
:
0
;
padding-top
:
0
;
padding-bottom
:
0
;
padding-bottom
:
0
;
}
}
.popup-list
{
position
:
absolute
;
width
:
100%
;
top
:
25px
;
height
:
calc
(
100%
-
105px
);
overflow
:
auto
;
padding-top
:
25px
;
padding-bottom
:
80px
;
}
.popup-list-item
{
.popup-list-item
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
@@ -237,7 +251,17 @@ export default {
...
@@ -237,7 +251,17 @@ export default {
}
}
}
}
}
}
.popup-btn-box
{
position
:
fixed
;
z-index
:
2
;
width
:
100%
;
bottom
:
0
;
padding
:
20px
0
;
background
:
#FFFFFF
;
border
:
1px
solid
#ebedf0
;
}
.popup-btn
{
.popup-btn
{
margin
:
0
auto
;
width
:
351px
;
width
:
351px
;
height
:
40px
;
height
:
40px
;
background
:
#00BDA5
;
background
:
#00BDA5
;
...
@@ -247,8 +271,8 @@ export default {
...
@@ -247,8 +271,8 @@ export default {
font-weight
:
600
;
font-weight
:
600
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
line-height
:
40px
;
line-height
:
40px
;
margin
:
0
auto
;
display
:
block
;
display
:
block
;
}
}
/
deep
/
.van-radio__icon--checked
.van-icon
{
/
deep
/
.van-radio__icon--checked
.van-icon
{
background
:
#00bda5
;
background
:
#00bda5
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录