提交 99e6a9b4 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !47
...@@ -25,12 +25,12 @@ export default { ...@@ -25,12 +25,12 @@ export default {
'0101': null, '0101': null,
'0102': '/insuranceQuestionBack', '0102': '/insuranceQuestionBack',
// '0401': '/insuranceQuestionResult', // '0401': '/insuranceQuestionResult',
'0201': '/appoint', '0201': '/insuranceQuestionResult',
'0202': '/appoint-details', '0202': '/appoint-details',
'0203': '/appoint-details', '0203': '/appoint-details',
'0302': '/insuranceDetectionDetail', '0302': '/insuranceDetectionDetail',
'0303': '/insuranceBindCode', '0303': '/insuranceBindCode',
'0901': '/insuranceQuestionResult', '0901': '/insuranceDetectionDetail',
'0902': '/insuranceQuestionResult', '0902': '/insuranceQuestionResult',
}, },
...@@ -143,13 +143,12 @@ export default { ...@@ -143,13 +143,12 @@ export default {
case '0001': case '0001':
case '0102': case '0102':
case '0401': case '0401':
case '0201':
case '0202': case '0202':
case '0303': case '0303':
case '0902': case '0902':
this.turnToPage(this.routerMap[this.status], this.query); this.turnToPage(this.routerMap[this.status], this.query);
break; break;
case '0901': case '0201':
this.query.needDetect = 1; this.query.needDetect = 1;
this.turnToPage(this.routerMap[this.status], this.query); this.turnToPage(this.routerMap[this.status], this.query);
break; break;
......
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
: '您的结果将于次日以短信形式推送,烦请留意!' : '您的结果将于次日以短信形式推送,烦请留意!'
}} }}
</div> </div>
<div class="custom-style"> <!-- <div class="custom-style">
{{ evaluationInfo.detectionScoreFlag == 1 ? '查看结果' : '完成' }} {{ evaluationInfo.detectionScoreFlag == 1 ? '查看结果' : '完成' }}
</div> </div> -->
<pica-guide-app <!-- <pica-guide-app
:open-web-app="true" :open-web-app="true"
:open-web-app-config="openWebAppConfig" :open-web-app-config="openWebAppConfig"
:is-need-wx-config="false" :is-need-wx-config="false"
/> /> -->
</div> </div>
</div> </div>
</template> </template>
...@@ -58,7 +58,9 @@ export default { ...@@ -58,7 +58,9 @@ export default {
extraData: '', extraData: '',
}, },
extraData_MX: {}, extraData_MX: {},
evaluationInfo: {}, evaluationInfo: {
detectionScoreFlag:0
},
}; };
}, },
created() { created() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册