Commit 2b252d4f authored by chenqikuai's avatar chenqikuai

fix:设置密码新增返回

parent 4a93b0ee
<template>
<NavBar title="设置密码" />
<div class="px-5">
<pwd-setting
:phone="$route.query.phone"
......@@ -11,12 +12,13 @@
<script lang="ts">
import PwdSetting from "./PwdSetting.vue";
import { defineComponent } from "vue";
import { getUserMsg } from '@/utils/userMsg'
import { getUserMsg } from "@/utils/userMsg";
import NavBar from "@/components/NavBar/index.vue";
export default defineComponent({
components: { PwdSetting },
components: { PwdSetting, NavBar },
inject: ["sendSmsFunc", "setPwdFunc"],
created(){
console.log(this.$route.query.phone,'router');
created() {
console.log(this.$route.query.phone, "router");
// this.Phone()
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment