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

feat 博斯腾页面

上级 49fb9cf4
......@@ -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.type = +type;
if (this.type === 1) {
this.loopStatus();
}
},
mounted() {
document.title = this.$route.meta.title;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册