|
|
@@ -404,7 +404,7 @@
|
|
|
if (!this.user.logged) {
|
|
|
this.$router.push('/auth/login?returnUrl=' + window.location.href)
|
|
|
} else if (data.success) {
|
|
|
- window.open('/applyPurchase/' + data.data)
|
|
|
+ window.location.href = '/applyPurchase/' + data.data
|
|
|
} else {
|
|
|
this.$message.error(data.message)
|
|
|
}
|