Commit 842328c1 authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 310cdad3 09e81e7e
......@@ -226,7 +226,7 @@
mounted() {
this.getRequireDetail();
this.registerUrl = document.location.host+"/#/mobileRegister?refereesId="+this.$route.query.refereesId;
this.registerUrl = document.location.origin+"/#/mobileRegister?refereesId="+this.$route.query.refereesId;
var that = this;
setTimeout(function(){
if(that.registerUrl){
......
......@@ -228,7 +228,7 @@
mounted() {
this.getRequireDetail();
this.registerUrl = document.location.host+"/#/mobileRegister?refereesId="+this.$route.query.refereesId;
this.registerUrl = document.location.origin+"/#/mobileRegister?refereesId="+this.$route.query.refereesId;
var that = this;
setTimeout(function(){
if(that.registerUrl){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment