Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-06-28 14:30:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
660e27a5aeb2bdb0a247608e3b6995524eac3b51
660e27a5
1 parent
4244476e
fix 暂时屏蔽手机绑定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
660e27a
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-2
6 10:59:41
* @LastEditTime: 2024-06-2
8 14:22:00
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -961,7 +961,7 @@ const onSubmit = async (values) => {
// 缓存表单返回值
store.changeSuccessInfo(result.data);
// TODO:校验手机号绑定状态
let bind_status =
fals
e;
let bind_status =
tru
e;
if (!bind_status) {
showConfirmDialog({
title: '温馨提示',
...
...
Please
register
or
login
to post a comment