@@ -189,6 +189,9 @@
]
},
methods: {
+ showPaySuccess() {
+ this.$router.push(`frontend/skill_cert/resume_improve`);
+ },
toLevelsDesc() {
window.open(`https://jishuin.proginn.com/p/763bfbd71939`)
@@ -339,11 +342,17 @@
}
+ bindCallback() {
+ if (this.mobile) {
+ window.showPaySuccess = this.showPaySuccess
+ }
async mounted() {
await this.getOccupation();
await this.getDetail();
await this.getLevels();
await this.getSkills();
+ this.bindCallback();
</script>