Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
909ff900
Commit
909ff900
authored
Mar 31, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
f8afdf75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/pages/ReceiveMoney/ReceiveMoney.vue
src/pages/ReceiveMoney/ReceiveMoney.vue
+9
-0
No files found.
src/pages/ReceiveMoney/ReceiveMoney.vue
View file @
909ff900
...
...
@@ -8,6 +8,10 @@
<input
type=
"number"
class=
"phonNumber"
:adjust-position=
"true"
maxlength=
"11"
v-model=
"phonNumber"
value=
""
placeholder=
"请输入手机号"
placeholder-class=
"placeholder"
/>
</view>
<view
class=
"phon"
style=
"margin-top: 50rpx;"
>
<input
type=
"text"
class=
"phonNumber"
:adjust-position=
"true"
v-model=
"studentName"
value=
""
placeholder=
"请输入学生姓名"
placeholder-class=
"placeholder"
/>
</view>
<view
class=
"VerificationCode"
>
<input
type=
"number"
class=
"code"
value=
""
:adjust-position=
"true"
maxlength=
"6"
v-model=
"VerificationCode"
placeholder=
"请输入验证码"
placeholder-class=
"placeholder"
/>
...
...
@@ -19,6 +23,10 @@
领取红包
</view>
</view>
<!-- 温馨提示 -->
<view
class=
"activity"
>
</view>
</view>
</
template
>
...
...
@@ -29,6 +37,7 @@
return
{
phonNumber
:
""
,
VerificationCode
:
""
,
studentName
:
""
,
timer
:
null
,
second
:
3
}
...
...
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