Commit 97d7b8cc authored by 全球's avatar 全球

修改

parent 9cffeb61
......@@ -20,7 +20,7 @@ const routes = [
path: "/moments",
name: "Moments",
component: () => import("@/views/moments/moments"),
meta: { title: "资讯", noNav: true }
meta: { title: "资讯", noNav: false }
},
{
path: "/cash-out",
......
......@@ -48,6 +48,7 @@
:base-dialog-show="validCodeDialogShow"
:base-dialog-show-close="true"
@onClick="onSubmit"
@onClose="onCloseDialog"
>
<div slot="content">
<p class="content-text">请输入手机号{{ userPhone }}的动态验证码</p>
......@@ -165,6 +166,9 @@ export default {
}
});
},
onCloseDialog(){
this.validCodeDialogShow = false;
},
onSubmit() {
this.validCodeDialogShow = false;
const params = {
......
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