提交 8f6237c3 编写于 作者: 张磊's avatar 张磊

for test

上级 e5a05b61
...@@ -197,7 +197,6 @@ ...@@ -197,7 +197,6 @@
@confirm="areaConfirm" @confirm="areaConfirm"
@cancel="areaCancel" @cancel="areaCancel"
/> />
<CommonLoading v-show="false" />
<PopTips <PopTips
v-show="isShowTips" v-show="isShowTips"
:tips-content="tipsContent" :tips-content="tipsContent"
...@@ -226,7 +225,7 @@ import CommonHeader from '@/components/common/common-header'; ...@@ -226,7 +225,7 @@ import CommonHeader from '@/components/common/common-header';
import CommonTitle from '@/components/common/common-title'; import CommonTitle from '@/components/common/common-title';
import CommonTitleWithWhat from '@/components/common/common-title-with-what'; import CommonTitleWithWhat from '@/components/common/common-title-with-what';
import CommonTitleWithBtn from '@/components/common/common-title-with-btn'; import CommonTitleWithBtn from '@/components/common/common-title-with-btn';
import CommonLoading from '@/components/common/common-loading'; // import CommonLoading from '@/components/common/common-loading';
import CommonTaps from '@/components/common/common-tabs'; import CommonTaps from '@/components/common/common-tabs';
import CommonSwiperItem from '@/components/common/common-swiper-item'; import CommonSwiperItem from '@/components/common/common-swiper-item';
import CommonSplitLine from '@/components/common/common-split-line'; import CommonSplitLine from '@/components/common/common-split-line';
...@@ -257,7 +256,7 @@ export default { ...@@ -257,7 +256,7 @@ export default {
components: { components: {
CommonHeader, CommonHeader,
CommonTitle, CommonTitle,
CommonLoading, // CommonLoading,
CommonTaps, CommonTaps,
CommonSwiperItem, CommonSwiperItem,
CommonSplitLine, CommonSplitLine,
...@@ -298,7 +297,7 @@ export default { ...@@ -298,7 +297,7 @@ export default {
data() { data() {
return { return {
isShowKf: true, isShowKf: true,
isShowLoading: true, isShowLoading: false,
isScroll: false, isScroll: false,
isShowArea: false, isShowArea: false,
isShowTips: false, isShowTips: false,
...@@ -415,6 +414,7 @@ export default { ...@@ -415,6 +414,7 @@ export default {
}), }),
}, },
created() { created() {
console.log('-this.$rocNative.isWeb', this.$rocNative.isWeb);
this.token = this.token =
(this.$route && this.$route.query && this.$route.query.token) || (this.$route && this.$route.query && this.$route.query.token) ||
this.token; this.token;
...@@ -430,7 +430,6 @@ export default { ...@@ -430,7 +430,6 @@ export default {
} else { } else {
this.getUserInfo(); this.getUserInfo();
} }
// this.$store.dispatch('searchHospital', { name: '测试' });
}, },
mounted() { mounted() {
if (this.$rocNative.isWeb) { if (this.$rocNative.isWeb) {
...@@ -480,11 +479,6 @@ export default { ...@@ -480,11 +479,6 @@ export default {
// 查询用户信息和权限 // 查询用户信息和权限
getProjectInfo(params) { getProjectInfo(params) {
// getProjectInfo({
// projectId: this.projectId
// }).then(res => {
// if (res.code === "000000") {
// this.projectInfo = res.data;
getAreaOrOrgList(params).then((res) => { getAreaOrOrgList(params).then((res) => {
if (res.code === '000000') { if (res.code === '000000') {
this.projectInfo = res.data.doctorInfoRep; this.projectInfo = res.data.doctorInfoRep;
...@@ -528,8 +522,6 @@ export default { ...@@ -528,8 +522,6 @@ export default {
} }
} }
}); });
// }
// });
}, },
// 异步延迟调用其它Tabs接口(除了数据概述) // 异步延迟调用其它Tabs接口(除了数据概述)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册