Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
dfe4008f
Commit
dfe4008f
authored
Oct 09, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更
parent
e35e4b48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
index.vue
pages/index/index.vue
+0
-2
examine.vue
pages/login/examine.vue
+1
-4
No files found.
pages/index/index.vue
View file @
dfe4008f
...
@@ -4,9 +4,7 @@
...
@@ -4,9 +4,7 @@
<div
class=
"banner"
>
<div
class=
"banner"
>
<el-carousel
trigger=
"click"
height=
"5.41rem"
>
<el-carousel
trigger=
"click"
height=
"5.41rem"
>
<el-carousel-item
v-for=
"(item,index) in picArr"
:key=
"index"
>
<el-carousel-item
v-for=
"(item,index) in picArr"
:key=
"index"
>
<a
:href=
"item.picUrl"
>
<img
:src=
"item.picUrl"
alt=
""
class=
"src-img"
>
<img
:src=
"item.picUrl"
alt=
""
class=
"src-img"
>
</a>
</el-carousel-item>
</el-carousel-item>
</el-carousel>
</el-carousel>
</div>
</div>
...
...
pages/login/examine.vue
View file @
dfe4008f
...
@@ -510,7 +510,7 @@
...
@@ -510,7 +510,7 @@
style=
"width: 2.4rem"
style=
"width: 2.4rem"
minlength=
"12"
minlength=
"12"
maxlength=
"30"
maxlength=
"30"
onkeyup=
"value=value.replace(/[^\d]/g,'')
"
type=
"number
"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"结算账号名"
prop=
"bankAccountName"
class=
"item"
>
<el-form-item
label=
"结算账号名"
prop=
"bankAccountName"
class=
"item"
>
...
@@ -965,9 +965,6 @@ export default {
...
@@ -965,9 +965,6 @@ export default {
required
:
true
,
required
:
true
,
message
:
"请输入结算账号"
,
message
:
"请输入结算账号"
,
trigger
:
"blur"
,
trigger
:
"blur"
,
},{
pattern
:
/^
([
1-9
]{1})(\d{14}
|
\d{18})
$/
,
message
:
"你的输入有误,请重新输入!"
,
},
},
],
],
bankAccountName
:
[
bankAccountName
:
[
...
...
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