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
提交
aec307ed
提交
aec307ed
编写于
3月 06, 2023
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
delete trash code
上级
83b4ab95
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
1 行增加
和
83 行删除
+1
-83
index.vue
src/views/appoint/index.vue
+0
-18
index.scss
src/views/bindingCode/index.scss
+0
-0
index.vue
src/views/bindingCode/index.vue
+0
-0
index.scss
src/views/checkStatus/index.scss
+0
-0
index.vue
src/views/checkStatus/index.vue
+0
-13
index.vue
src/views/home/index.vue
+0
-23
index.vue
src/views/insurance-question-back/index.vue
+1
-29
未找到文件。
src/views/appoint/index.vue
浏览文件 @
aec307ed
...
...
@@ -291,15 +291,6 @@ export default {
},
computed
:
{
canSubmit
()
{
// appointmentTime: this.dectionForm.appointmentTime,
// goodsId: this.dectionForm.goodsId,
// hospitalId: this.hospitalId,
// hospitalName: this.dectionForm.hospitalName,
// patientIdNo: this.dectionForm.beneficiaryIdNum,
// patientMobile: this.dectionForm.beneficiaryPhone,
// patientName: this.dectionForm.beneficiaryName,
// yunOrderNo:this.yunOrderNo,
return
(
this
.
dectionForm
.
appointmentTime
&&
this
.
dectionForm
.
goodsId
&&
...
...
@@ -311,7 +302,6 @@ export default {
this
.
yunOrderNo
&&
this
.
stock
&&
this
.
buttonStatus
);
},
...
...
@@ -348,11 +338,6 @@ export default {
console
.
log
(
'getJumpPageStatus'
,
res
);
});
},
// submit() {
// this.$rocNative.WXInstance.miniProgram.navigateTo({
// url:'/pagesInsurance/appoint-details/index?yunOrderNo=' + this.yunOrderNo
// });
// },
// 高德地图导航只有在线上环境才能使用
initMap
()
{
const
that
=
this
;
...
...
@@ -479,8 +464,6 @@ export default {
closePopup
(
name
)
{
this
[
name
]
=
false
;
},
cancelSearch
()
{},
selectAddress
()
{},
appointment
()
{
this
.
$refs
.
dectionForm
.
validate
().
then
(
result
=>
{
console
.
log
(
'this.dectionForm'
,
result
);
...
...
@@ -526,7 +509,6 @@ export default {
});
},
getDetailByUnionId
()
{
},
confirm
(
values
)
{
console
.
log
(
'confirm'
,
values
);
if
(
values
)
{
...
...
src/views/bindingCode/index.scss
已删除
100644 → 0
浏览文件 @
83b4ab95
src/views/bindingCode/index.vue
已删除
100644 → 0
浏览文件 @
83b4ab95
src/views/checkStatus/index.scss
已删除
100644 → 0
浏览文件 @
83b4ab95
src/views/checkStatus/index.vue
已删除
100644 → 0
浏览文件 @
83b4ab95
<
template
>
<div
/>
</
template
>
<
script
>
export
default
{
};
</
script
>
<
style
>
</
style
>
src/views/home/index.vue
浏览文件 @
aec307ed
...
...
@@ -23,7 +23,6 @@ export default {
'0001'
:
'/appoint'
,
'0101'
:
null
,
'0102'
:
'/insuranceQuestionBack'
,
// '0401': '/insuranceQuestionResult',
'0201'
:
null
,
'0202'
:
'/appoint-details'
,
'0203'
:
'/appoint-details'
,
...
...
@@ -43,7 +42,6 @@ export default {
};
},
mounted
()
{
// this.$loading.show();
this
.
query
=
this
.
$route
.
query
;
if
(
this
.
query
.
projectEquityNo
&&
this
.
query
.
externalOrderNo
)
{
const
{
projectEquityNo
,
externalOrderNo
}
=
this
.
$route
.
query
;
...
...
@@ -68,33 +66,12 @@ export default {
};
this
.
initMap
(
data
);
}
// get geolocation
// var that = this;
// var geolocation = new qq.maps.Geolocation();
// geolocation.getLocation(function (result) {
// console.log('result', result);
// storejs.set('geolocation', result);
// that.getJumpPageStatus();
// }, function (result) {
// console.log('err', result);
// that.getJumpPageStatus();
// });
},
methods
:
{
// 高德地图导航只有在线上环境才能使用
initMap
(
data
)
{
// latitude: 70
// longitude: 50.2
// const data = {
// projectEquityNo: that.projectEquityNo,
// latitude: 70,
// longitude: 50.2,
// };
storejs
.
remove
(
'geolocation'
);
this
.
getJumpPageStatus
(
data
);
// var that = this;
},
// 目前是配置一个检测信息,可能会拓展,所以返回的是一个list
...
...
src/views/insurance-question-back/index.vue
浏览文件 @
aec307ed
...
...
@@ -15,27 +15,13 @@
提交成功
</div>
<div
class=
"font-normal"
>
{{
evaluationInfo
.
detectionScoreFlag
==
1
?
'结果计算中...'
:
'您的结果将于次日以短信形式推送,烦请留意!'
}}
您的结果将于次日以短信形式推送,烦请留意!
</div>
<!--
<div
class=
"custom-style"
>
{{
evaluationInfo
.
detectionScoreFlag
==
1
?
'查看结果'
:
'完成'
}}
</div>
-->
<!--
<pica-guide-app
:open-web-app=
"true"
:open-web-app-config=
"openWebAppConfig"
:is-need-wx-config=
"false"
/>
-->
</div>
</div>
</
template
>
<
script
>
// import {evaluationResults, getDetailByUnionId} from '@/api/home.js';
const
{
VUE_APP_ENV
}
=
process
.
env
;
export
default
{
data
()
{
return
{
...
...
@@ -47,20 +33,6 @@ export default {
style
:
'backgroundColor:#ffffff;zIndex:100;'
,
background
:
''
,
},
openWebAppConfig
:
{
content
:
'<script'
+
' type=text/wxtag-template><style>.btn {position:absolute; top: 0; left: 0; width:100%; height: 100%;}</style> <div class="btn"></div></'
+
'script>'
,
// 标签内容
username
:
'gh_e92f58174364'
,
// 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康
path
:
'pagesUserCenter/insurance/insurance-risk-result'
,
// 打开页面
envVersion
:
VUE_APP_ENV
!=
'testing'
?
'release'
:
'trial'
,
// release 生产
extraData
:
''
,
},
extraData_MX
:
{},
evaluationInfo
:
{
detectionScoreFlag
:
0
},
};
},
created
()
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录