提交 367f6fcf 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

Merge branch 'feature/bestcovered' into 'release'

feat 博斯腾页面

See merge request !299
......@@ -27,6 +27,7 @@ import { bestcoveredStatusCheck } from '@/api/appoint';
export default {
data() {
return {
type: '',
url: '',
showBtn: false,
content: '',
......@@ -35,10 +36,13 @@ export default {
};
},
created() {
const { url, yunOrderNo } = this.$route.query;
const { url, yunOrderNo, type = 1 } = this.$route.query;
this.url = decodeURIComponent(url);
this.yunOrderNo = yunOrderNo;
this.loopStatus();
this.type = +type;
if (this.type === 1) {
this.loopStatus();
}
},
mounted() {
document.title = this.$route.meta.title;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册