2 コミット efd5dadb2b ... f69ccb1d64

作者 SHA1 メッセージ 日付
  c4az6 f69ccb1d64 修改微信签名域名为mem.360lj.com 4 年 前
  c4az6 d241a30fa2 修改signup获取url参数 4 年 前
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1 2
      src/views/doctor/SignUp.vue

+ 1 - 2
src/views/doctor/SignUp.vue

@@ -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)
     },