提交 aec307ed 编写于 作者: 张磊's avatar 张磊

delete trash code

上级 83b4ab95
...@@ -291,15 +291,6 @@ export default { ...@@ -291,15 +291,6 @@ export default {
}, },
computed: { computed: {
canSubmit() { 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 ( return (
this.dectionForm.appointmentTime && this.dectionForm.appointmentTime &&
this.dectionForm.goodsId && this.dectionForm.goodsId &&
...@@ -311,7 +302,6 @@ export default { ...@@ -311,7 +302,6 @@ export default {
this.yunOrderNo && this.yunOrderNo &&
this.stock && this.stock &&
this.buttonStatus this.buttonStatus
); );
}, },
...@@ -348,11 +338,6 @@ export default { ...@@ -348,11 +338,6 @@ export default {
console.log('getJumpPageStatus', res); console.log('getJumpPageStatus', res);
}); });
}, },
// submit() {
// this.$rocNative.WXInstance.miniProgram.navigateTo({
// url:'/pagesInsurance/appoint-details/index?yunOrderNo=' + this.yunOrderNo
// });
// },
// 高德地图导航只有在线上环境才能使用 // 高德地图导航只有在线上环境才能使用
initMap() { initMap() {
const that = this; const that = this;
...@@ -479,8 +464,6 @@ export default { ...@@ -479,8 +464,6 @@ export default {
closePopup(name) { closePopup(name) {
this[name] = false; this[name] = false;
}, },
cancelSearch() {},
selectAddress() {},
appointment() { appointment() {
this.$refs.dectionForm.validate().then(result => { this.$refs.dectionForm.validate().then(result => {
console.log('this.dectionForm', result); console.log('this.dectionForm', result);
...@@ -526,7 +509,6 @@ export default { ...@@ -526,7 +509,6 @@ export default {
}); });
}, },
getDetailByUnionId() { },
confirm(values) { confirm(values) {
console.log('confirm', values); console.log('confirm', values);
if (values) { if (values) {
......
<template>
<div />
</template>
<script>
export default {
};
</script>
<style>
</style>
...@@ -23,7 +23,6 @@ export default { ...@@ -23,7 +23,6 @@ export default {
'0001': '/appoint', '0001': '/appoint',
'0101': null, '0101': null,
'0102': '/insuranceQuestionBack', '0102': '/insuranceQuestionBack',
// '0401': '/insuranceQuestionResult',
'0201': null, '0201': null,
'0202': '/appoint-details', '0202': '/appoint-details',
'0203': '/appoint-details', '0203': '/appoint-details',
...@@ -43,7 +42,6 @@ export default { ...@@ -43,7 +42,6 @@ export default {
}; };
}, },
mounted() { mounted() {
// this.$loading.show();
this.query = this.$route.query; this.query = this.$route.query;
if (this.query.projectEquityNo && this.query.externalOrderNo) { if (this.query.projectEquityNo && this.query.externalOrderNo) {
const { projectEquityNo, externalOrderNo } = this.$route.query; const { projectEquityNo, externalOrderNo } = this.$route.query;
...@@ -68,33 +66,12 @@ export default { ...@@ -68,33 +66,12 @@ export default {
}; };
this.initMap(data); 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: { methods: {
// 高德地图导航只有在线上环境才能使用 // 高德地图导航只有在线上环境才能使用
initMap(data) { initMap(data) {
// latitude: 70
// longitude: 50.2
// const data = {
// projectEquityNo: that.projectEquityNo,
// latitude: 70,
// longitude: 50.2,
// };
storejs.remove('geolocation'); storejs.remove('geolocation');
this.getJumpPageStatus(data); this.getJumpPageStatus(data);
// var that = this;
}, },
// 目前是配置一个检测信息,可能会拓展,所以返回的是一个list // 目前是配置一个检测信息,可能会拓展,所以返回的是一个list
......
...@@ -15,27 +15,13 @@ ...@@ -15,27 +15,13 @@
提交成功 提交成功
</div> </div>
<div class="font-normal"> <div class="font-normal">
{{ 您的结果将于次日以短信形式推送,烦请留意!
evaluationInfo.detectionScoreFlag == 1
? '结果计算中...'
: '您的结果将于次日以短信形式推送,烦请留意!'
}}
</div> </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>
</div> </div>
</template> </template>
<script> <script>
// import {evaluationResults, getDetailByUnionId} from '@/api/home.js';
const { VUE_APP_ENV } = process.env;
export default { export default {
data() { data() {
return { return {
...@@ -47,20 +33,6 @@ export default { ...@@ -47,20 +33,6 @@ export default {
style: 'backgroundColor:#ffffff;zIndex:100;', style: 'backgroundColor:#ffffff;zIndex:100;',
background: '', 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() { created() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册