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

auto commit

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