From d82bf1a09d5c9b0e52119f850a8ccc84f0ef8a12 Mon Sep 17 00:00:00 2001 From: jarvis <2221237281@qq.com> Date: Thu, 30 Sep 2021 14:27:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95=E6=97=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=98=AF=E5=90=A6=E5=90=88=E5=B9=B6=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/pages/phone-bind/phone-bind.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e884a..3becbdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -199,6 +199,7 @@ - | 1.时间轴筛选相同的时间替换数据 2.整理代码 | e082ccb - | 测试接口 | 215e074 - | 插件查询及展示 | 4dba770 + - | 登[C录时提示登录时提示是否合并账号样式修改是否合并账号样式修改 | 4f75696 - | 角色栏文字颜色修改 | 215c6b3 - | 解决警告 | c932b09 - | 日历的更改 | 7353ac8 diff --git a/src/pages/phone-bind/phone-bind.vue b/src/pages/phone-bind/phone-bind.vue index 9b09987..6558679 100644 --- a/src/pages/phone-bind/phone-bind.vue +++ b/src/pages/phone-bind/phone-bind.vue @@ -54,9 +54,9 @@ export default { data() { return { model: { - phone: '13593134793', // 手机号 + phone: '', // 手机号 imageValue: '', // 图形验证码计算结果 - code: '1111', // 短信验证码 + code: '', // 短信验证码 }, codeId: '', // 图形验证码的id