|
|
@ -71,8 +71,8 @@ |
|
|
|
this.unionId = unionId; |
|
|
|
this.type = type; |
|
|
|
this.trainingOrderId = trainingOrderId; |
|
|
|
this.fromAppurl = decodeURIComponent(fromAppurl); |
|
|
|
this.fromAppurl1 = decodeURIComponent(fromAppurl); |
|
|
|
this.fromAppurl =fromAppurl; |
|
|
|
this.fromAppurl1 =fromAppurl; |
|
|
|
this.token = token; |
|
|
|
this.rechargeAmount = rechargeAmount; |
|
|
|
this.ready(); |
|
|
@ -214,7 +214,7 @@ |
|
|
|
}, |
|
|
|
goToApp() { |
|
|
|
|
|
|
|
window.location.href =this.fromAppurl1; |
|
|
|
window.location.href =decodeURIComponent(this.fromAppurl1); |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|