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

quick detect

上级 7c5fb855
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<div class="tip-grey-dot" /> <div class="tip-grey-dot" />
注意携带好您投保时注册的手机前往,凭手机号扫码确认采样; 注意携带好您投保时注册的手机前往,凭手机号扫码确认采样;
</div> </div>
<div class="tip-grey"> <div v-if="insuranceInfo && insuranceInfo.detectionKind == 0" class="tip-grey">
<div class="tip-grey-dot" /> <div class="tip-grey-dot" />
预计7-10个工作日电子报告将返回至您的手机,届时将提供进一步的报告解读服务,请注意查收。 预计7-10个工作日电子报告将返回至您的手机,届时将提供进一步的报告解读服务,请注意查收。
</div> </div>
...@@ -219,6 +219,7 @@ import {getDetailByYunOrderNo} from '@/api/appoint'; ...@@ -219,6 +219,7 @@ import {getDetailByYunOrderNo} from '@/api/appoint';
import { formatDate } from '@/utils/common'; import { formatDate } from '@/utils/common';
import storejs from 'storejs'; import storejs from 'storejs';
import AMapLoader from '@amap/amap-jsapi-loader'; import AMapLoader from '@amap/amap-jsapi-loader';
import { mapGetters } from 'vuex';
export default { export default {
data() { data() {
return { return {
...@@ -263,6 +264,9 @@ export default { ...@@ -263,6 +264,9 @@ export default {
}, },
}; };
}, },
computed: {
...mapGetters(['insuranceInfo']),
},
mounted() { mounted() {
this.$loading.show(); this.$loading.show();
const { yunOrderNo, projectEquityNo} = this.$route.query; const { yunOrderNo, projectEquityNo} = this.$route.query;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册