Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jd-vx-app
Commits
807dd899
Commit
807dd899
authored
Apr 27, 2022
by
程新智
👽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手机号禁用
parent
556519f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
active-form.vue
common/active-form/active-form.vue
+1
-0
carTime.vue
pagesD/pages/personal/carTime.vue
+3
-1
userInfo.vue
pagesD/pages/personal/userInfo.vue
+1
-0
No files found.
common/active-form/active-form.vue
View file @
807dd899
...
...
@@ -41,6 +41,7 @@
<input
type=
"text"
class=
"input"
:disabled=
"item.disabled"
placeholder-class=
"plaClass"
:placeholder=
"item.placeholder"
v-model=
"item.rules.value"
...
...
pagesD/pages/personal/carTime.vue
View file @
807dd899
...
...
@@ -8,7 +8,7 @@
<div
class=
"time__content"
>
<div
class=
"time__top"
>
<div>
<
image
src=
"@/static/shop/item.jpg"
/
>
<
!--
<image
src=
"@/static/shop.jpg"
/>
--
>
</div>
<div>
<div>
...
...
@@ -189,6 +189,8 @@ export default {
border-bottom
:
1rpx
solid
rgba
(
0
,
0
,
0
,
.1
);
>
div
:nth-of-type
(
1
)
{
width
:
110rpx
;
height
:
110rpx
;
image
{
width
:
110rpx
;
height
:
110rpx
;
...
...
pagesD/pages/personal/userInfo.vue
View file @
807dd899
...
...
@@ -61,6 +61,7 @@ export default {
placeholder
:
"请填写"
,
label
:
"手机号"
,
// 提示输入名
type
:
"text"
,
//类型
disabled
:
true
,
//是否禁用
rules
:
{
name
:
"mobile"
,
//字段名 即提交给后端的字段
value
:
"12563996933"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment