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