xbx #60
@ -103,7 +103,7 @@
|
||||
<div v-if="stepnow == 3">
|
||||
<div class="nosign">您已完成注册</div>
|
||||
<img src="@/static/images/success.png" alt="" class="success" />
|
||||
<div class="ale">恭喜您注册成功,点击跳转到我的档案页面</div>
|
||||
<div class="ale" @click="navto()">恭喜您注册成功,点击跳转到我的档案页面</div>
|
||||
</div>
|
||||
</div>
|
||||
<div :class="stepnow != 2 ? 'right' : 'right right1'">
|
||||
@ -141,6 +141,7 @@ import { defineComponent, reactive, ref, toRaw } from "vue";
|
||||
import NavTop from "@/components/NavTop.vue";
|
||||
import { checksmscode, getwillsay, register, sendsms } from '@/api';
|
||||
import { message } from 'ant-design-vue';
|
||||
import router from '@/router';
|
||||
|
||||
export default defineComponent({
|
||||
name: "Sign",
|
||||
@ -268,6 +269,9 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
function navto(){
|
||||
router.push("/mine/archives");
|
||||
}
|
||||
return {
|
||||
formLayout,
|
||||
getcode,
|
||||
@ -278,7 +282,8 @@ export default defineComponent({
|
||||
next,
|
||||
phone,
|
||||
userinfo,
|
||||
willsay
|
||||
willsay,
|
||||
navto
|
||||
};
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user