Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
fcb91519
Commit
fcb91519
authored
5 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加点注释,不用在意
parent
31041c24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
createBigWheelActive.vue
wx_application/src/views/active/createBigWheelActive.vue
+2
-0
No files found.
wx_application/src/views/active/createBigWheelActive.vue
View file @
fcb91519
...
...
@@ -420,6 +420,7 @@ export default {
},
created
()
{},
methods
:
{
// 限制 vant stepper 输入长度
handleProbalitity
(
val
)
{
if
(
val
.
length
>
2
)
{
document
.
getElementsByClassName
(
'pro-input'
)[
0
].
getElementsByTagName
(
'input'
)[
0
].
maxLength
=
3
;
...
...
@@ -516,6 +517,7 @@ export default {
this
.
show
=
true
;
this
.
current_index
=
index
;
},
// 选择优惠券
onSelect
(
val
)
{
this
.
prizeList
[
this
.
current_index
].
checked_coupon
=
val
;
this
.
show
=
false
;
...
...
This diff is collapsed.
Click to expand it.
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