提交 77a68a18 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 b5699b79
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
}; };
}, },
mounted() { mounted() {
this.$loading.show(); // 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;
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
// latitude: 70, // latitude: 70,
// longitude: 50.2, // longitude: 50.2,
// }; // };
// that.getHospitalList(data); this.getJumpPageStatus(data);
var that = this; var that = this;
AMapLoader.load({ AMapLoader.load({
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
if (this.hasQuestionnaire) { if (this.hasQuestionnaire) {
this.query.needDetect = 1; this.query.needDetect = 1;
console.log('this.query.needDetect', this.query); console.log('this.query.needDetect', this.query);
this.turnToPage('/insuranceDetectionDetail', this.query); this.turnToPage('/insuranceQuestionResult', this.query);
} else { } else {
this.turnToPage('/appoint', this.query); this.turnToPage('/appoint', this.query);
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册