-
-
Save DeVoresyah/edd184aeddcc9f128450140c04b5c710 to your computer and use it in GitHub Desktop.
Whats wrong paman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href='javascript:void(0);' v-on:click='goRegister.redirect(checkSession("hashvirtual_ref"))'><strong>Member</strong> Register</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var goRegister = new Vue({ | |
methods: { | |
redirect: function (username){ | |
if (username != ''){ | |
window.location = 'https://dashboard.hashvirtual.cloud/p/register.html?ref=' + checkSession("hashvirtual_ref"); | |
} else { | |
window.location = 'https://dashboard.hashvirtual.cloud/p/register.html'; | |
} | |
} | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#JS
#HTML
Note
Vuejs itu bekerja dengan element id atau class. tengok lagi user guidenya. jangan malas baca.