Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-07-18 10:22:22 | 2 | * @Date: 2022-07-18 10:22:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-06-26 10:59:41 | 4 | + * @LastEditTime: 2024-06-28 14:22:00 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -961,7 +961,7 @@ const onSubmit = async (values) => { | ... | @@ -961,7 +961,7 @@ const onSubmit = async (values) => { |
| 961 | // 缓存表单返回值 | 961 | // 缓存表单返回值 |
| 962 | store.changeSuccessInfo(result.data); | 962 | store.changeSuccessInfo(result.data); |
| 963 | // TODO:校验手机号绑定状态 | 963 | // TODO:校验手机号绑定状态 |
| 964 | - let bind_status = false; | 964 | + let bind_status = true; |
| 965 | if (!bind_status) { | 965 | if (!bind_status) { |
| 966 | showConfirmDialog({ | 966 | showConfirmDialog({ |
| 967 | title: '温馨提示', | 967 | title: '温馨提示', | ... | ... |
-
Please register or login to post a comment