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

auto commit

上级 be98b137
...@@ -117,7 +117,6 @@ export default { ...@@ -117,7 +117,6 @@ export default {
}); });
}, },
selectItem() { selectItem() {
if (this.selectTimes === '') { if (this.selectTimes === '') {
return; return;
} }
......
import { router } from '@pica-cli/vue-cli-plugin-pica-cli-plugin/auto'; import { router, } from '@pica-cli/vue-cli-plugin-pica-cli-plugin/auto';
import insuranceBindCode from '@/views/insurance-bind-code/insurance-bind-code'; import insuranceBindCode from '@/views/insurance-bind-code/insurance-bind-code';
import insuranceDetectionDetail from '@/views/insurance-detection-detail/insurance-detection-detail'; import insuranceDetectionDetail from '@/views/insurance-detection-detail/insurance-detection-detail';
import insuranceBindCodeSuccess from '@/views/insurance-bindCode-success/insurance-bindCode-success'; import insuranceBindCodeSuccess from '@/views/insurance-bindCode-success/insurance-bindCode-success';
import handleAllRouter from '../public_uat'; import handleAllRouter from '../public_uat';
import { headerConfigByMeta } from 'mn-template/util/routerUtil';
const routerConfig = [ const routerConfig = [
{ {
path: '/insuranceBindCode', path: '/insuranceBindCode',
...@@ -29,21 +30,11 @@ const routerConfig = [ ...@@ -29,21 +30,11 @@ const routerConfig = [
name: 'insuranceQuestionResult', name: 'insuranceQuestionResult',
component: () => import('@/views/insurance-question-result/insuranceQuestionResult.vue'), component: () => import('@/views/insurance-question-result/insuranceQuestionResult.vue'),
}, },
{
path: '/insuranceQuestionBack',
name: 'insuranceQuestionBack',
component: () => import('@/views/insurance-question-back/index'),
},
{ {
path: '/appoint', path: '/appoint',
name: 'appoint', name: 'appoint',
component: () => import('@/views/appoint/index.vue'), component: () => import('@/views/appoint/index.vue'),
}, },
{
path: '/geoNavigation',
name: 'geoNavigation',
component: () => import('@/views/geoNavigation/index.vue'),
},
{ {
path: '/home', path: '/home',
name: 'home', name: 'home',
...@@ -81,7 +72,7 @@ const routerConfig = [ ...@@ -81,7 +72,7 @@ const routerConfig = [
// '0302': null, // '0302': null,
// }; // };
router.beforeEach(async (to, from, next) => { router.beforeEach(async (to, from, next) => {
console.log(to, from, next); headerConfigByMeta(to);
next(); next();
}); });
......
...@@ -304,6 +304,7 @@ export default { ...@@ -304,6 +304,7 @@ export default {
}, },
}, },
mounted() { mounted() {
this.$loading.show(); this.$loading.show();
const { yunOrderNo, projectEquityNo } = this.$route.query; const { yunOrderNo, projectEquityNo } = this.$route.query;
this.yunOrderNo = yunOrderNo; this.yunOrderNo = yunOrderNo;
...@@ -314,6 +315,11 @@ export default { ...@@ -314,6 +315,11 @@ export default {
projectEquityNo:'', projectEquityNo:'',
externalOrderNo:'', externalOrderNo:'',
}; };
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802852#0#0',
web_data:{yunOrderNo: yunOrderNo},
});
this.getDetectionName(yunOrderNo); this.getDetectionName(yunOrderNo);
this.getOrderInfo(yunOrderNo); this.getOrderInfo(yunOrderNo);
this.getJumpPageStatus(data); this.getJumpPageStatus(data);
......
...@@ -256,6 +256,11 @@ export default { ...@@ -256,6 +256,11 @@ export default {
this.getDetailByYunOrderNo(yunOrderNo); this.getDetailByYunOrderNo(yunOrderNo);
this.getDetectionName(yunOrderNo); this.getDetectionName(yunOrderNo);
this.$loading.hide(); this.$loading.hide();
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802855#0#0',
web_data:{yunOrderNo: yunOrderNo},
});
}, },
methods: { methods: {
formatDate(orderTime) { formatDate(orderTime) {
...@@ -267,8 +272,9 @@ export default { ...@@ -267,8 +272,9 @@ export default {
getDetailByYunOrderNo(yunOrderNo) { getDetailByYunOrderNo(yunOrderNo) {
getDetailByYunOrderNo(yunOrderNo).then(res => { getDetailByYunOrderNo(yunOrderNo).then(res => {
console.log(res); console.log(res);
const {expireFlag} = res.data;
this.detailInfo = res.data; this.detailInfo = res.data;
this.expireFlag = res.data.expireFlag; this.expireFlag = expireFlag || '';
this.isUnderLine = res.data.detectionCategory == 2; this.isUnderLine = res.data.detectionCategory == 2;
this.$loading.hide(); this.$loading.hide();
}); });
......
<template>
<van-uploader
v-model="fileList"
capture="user"
accept="image/*"
/>
</template>
<script>
export default {
data() {
return {
fileList:[]
};
}
};
</script>
<style>
</style>
...@@ -57,6 +57,11 @@ export default { ...@@ -57,6 +57,11 @@ export default {
projectEquityNo, projectEquityNo,
externalOrderNo: n externalOrderNo: n
}; };
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER', // 7802854
component_tag: '0000000#7802854#0#0',
web_data:data,
});
this.initMap(data); this.initMap(data);
} }
...@@ -69,8 +74,14 @@ export default { ...@@ -69,8 +74,14 @@ export default {
projectEquityNo:'', projectEquityNo:'',
externalOrderNo:'', externalOrderNo:'',
}; };
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER', // 7802854
component_tag: '0000000#7802854#0#0',
web_data:data,
});
this.initMap(data); this.initMap(data);
} }
}, },
methods: { methods: {
// 高德地图导航只有在线上环境才能使用 // 高德地图导航只有在线上环境才能使用
......
...@@ -262,6 +262,11 @@ export default { ...@@ -262,6 +262,11 @@ export default {
}else{ }else{
this.isCheck = true; this.isCheck = true;
} }
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802846#0#0',
web_data:{yunOrderNo: yunOrderNo},
});
}, },
methods: { methods: {
clearCode() { clearCode() {
...@@ -451,7 +456,6 @@ export default { ...@@ -451,7 +456,6 @@ export default {
} }
}); });
}, },
callPhone() {}
} }
}; };
......
...@@ -123,6 +123,11 @@ export default { ...@@ -123,6 +123,11 @@ export default {
this.detectionRecordInfo(); this.detectionRecordInfo();
}, },
mounted() { mounted() {
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802847#0#0',
web_data:{yunOrderNo: this.yunOrderNo},
});
}, },
methods: { methods: {
......
...@@ -251,6 +251,11 @@ export default { ...@@ -251,6 +251,11 @@ export default {
this.init(); this.init();
}, },
mounted() { mounted() {
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802848#0#0',
web_data:{yunOrderNo: this.yunOrderNo},
});
}, },
methods: { methods: {
init() { init() {
......
<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>
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
</template> </template>
</div> </div>
<div <div
v-if="detectionName && detectionName.length > 0"
class="tips-fixed" class="tips-fixed"
> >
注:请填写人根据问卷评估结果自主选择后续检测 注:请填写人根据问卷评估结果自主选择后续检测
...@@ -128,6 +129,11 @@ export default { ...@@ -128,6 +129,11 @@ export default {
this.yunOrderNo = query.yunOrderNo; this.yunOrderNo = query.yunOrderNo;
this.getButtonStatus(query.yunOrderNo); this.getButtonStatus(query.yunOrderNo);
this.getDetectionName(query.yunOrderNo); this.getDetectionName(query.yunOrderNo);
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802850#0#0',
web_data:{yunOrderNo: this.yunOrderNo},
});
this.$loading.hide(); this.$loading.hide();
}, },
methods: { methods: {
...@@ -171,15 +177,16 @@ export default { ...@@ -171,15 +177,16 @@ export default {
getButtonStatus(yunOrderNo) { getButtonStatus(yunOrderNo) {
getButtonStatus(yunOrderNo).then(res => { getButtonStatus(yunOrderNo).then(res => {
console.log(res); console.log(res);
this.buttonStatus = res.data.buttonStatus; const {buttonStatus} = res.data;
this.buttonStatus = buttonStatus || false;
this.buttonText = res.data.statusDesc; this.buttonText = res.data.statusDesc;
this.$loading.hide(); this.$loading.hide();
!this.buttonStatus && this.$dialog.alert({ (this.detectionName && !this.buttonStatus) && this.$dialog.alert({
message: this.buttonText, message: this.buttonText,
confirmButtonColor:'#00bda5' confirmButtonColor:'#00bda5'
}); });
}); });
} },
}, },
}; };
</script> </script>
......
...@@ -206,6 +206,11 @@ export default { ...@@ -206,6 +206,11 @@ export default {
this.init(); this.init();
}, },
mounted() { mounted() {
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802849#0#0',
web_data:{yunOrderNo: this.yunOrderNo},
});
}, },
methods: { methods: {
init() { init() {
......
...@@ -126,8 +126,13 @@ export default { ...@@ -126,8 +126,13 @@ export default {
}, },
mounted() { mounted() {
document.title = '肠癌早筛权益优先领取登记'; document.title = '肠癌早筛权益优先领取登记';
// this.$loading.show();
this.getID(); this.getID();
const {projectEquityNo} = this.$route.query;
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802857#0#0',
web_data:{projectEquityNo: projectEquityNo},
});
}, },
methods: { methods: {
getID() { getID() {
...@@ -160,6 +165,9 @@ export default { ...@@ -160,6 +165,9 @@ export default {
if (res.code === '000000') { if (res.code === '000000') {
this.$router.push({ this.$router.push({
path: '/insurance-register-success', path: '/insurance-register-success',
query: {
projectEquityNo: projectEquityNo,
},
}); });
}else { }else {
this.$toast(res.message); this.$toast(res.message);
......
...@@ -25,6 +25,12 @@ export default { ...@@ -25,6 +25,12 @@ export default {
}; };
}, },
created() { created() {
const {projectEquityNo} = this.$route.query;
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802858#0#0',
web_data:{projectEquityNo: projectEquityNo},
});
}, },
methods: { methods: {
tomx() { tomx() {
......
...@@ -68,6 +68,10 @@ ...@@ -68,6 +68,10 @@
}, },
mounted() { mounted() {
this._loadFile(this.pdfUrl); this._loadFile(this.pdfUrl);
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '0000000#7802856#0#0',
});
}, },
beforeDestroy() { beforeDestroy() {
console.log('destory'); console.log('destory');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册