|
@@ -1,6 +1,4 @@
|
|
|
<!-- 医生验证 -->
|
|
|
-import { type } from 'os';
|
|
|
-import { type } from 'os';
|
|
|
<template>
|
|
|
<main>
|
|
|
<header>
|
|
@@ -69,6 +67,7 @@ import { type } from 'os';
|
|
|
// 获取url中的参数
|
|
|
this.identity = this.getUrlParams('identity');
|
|
|
this.partnerID = this.getUrlParams('PartnerID') || "";
|
|
|
+ if(!this.partnerID) this.partnerID = this.getUrlParams('SuperiorPartnerID')
|
|
|
console.log(this.identity)
|
|
|
console.log(this.partnerID)
|
|
|
},
|