Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
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
8d41890d
Commit
8d41890d
authored
Apr 20, 2020
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
5469705f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
activeList.vue
wx_application/src/views/active/activeList.vue
+2
-2
createBigWheelActive.vue
wx_application/src/views/active/createBigWheelActive.vue
+1
-1
index.vue
wx_application/src/views/mainSale/active/main/index.vue
+1
-2
No files found.
wx_application/src/views/active/activeList.vue
View file @
8d41890d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
</div>
</div>
<div
class=
"active"
>
<div
class=
"active"
>
<template
v-for=
"(item, index) in wheelList"
>
<template
v-for=
"(item, index) in wheelList"
>
<van-swipe-cell
v-if=
"index
<
wheelActive
_limit
"
:key=
"i
tem.id
"
>
<van-swipe-cell
v-if=
"index
<
wheelActive
_limit
"
:key=
"i
ndex
"
>
<div
class=
"list"
@
click=
"toDetail(item.id, item.activityType)"
>
<div
class=
"list"
@
click=
"toDetail(item.id, item.activityType)"
>
<div
class=
"left"
>
<div
class=
"left"
>
<img
:src=
"item.logo"
alt=
"logo"
style=
"width:100%;height:100%;"
/>
<img
:src=
"item.logo"
alt=
"logo"
style=
"width:100%;height:100%;"
/>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<div
v-if=
"couponList.length > 0"
class=
"fg"
>
送券活动
</div>
<div
v-if=
"couponList.length > 0"
class=
"fg"
>
送券活动
</div>
<div
class=
"active"
>
<div
class=
"active"
>
<
template
v-for=
"(item, index) in couponList"
>
<
template
v-for=
"(item, index) in couponList"
>
<van-swipe-cell
v-if=
"index
<
couponActive
_limit
"
:key=
"i
tem.id
"
>
<van-swipe-cell
v-if=
"index
<
couponActive
_limit
"
:key=
"i
ndex
"
>
<div
class=
"list"
@
click=
"toDetail(item.id, item.activityType)"
>
<div
class=
"list"
@
click=
"toDetail(item.id, item.activityType)"
>
<div
class=
"left"
>
<div
class=
"left"
>
<img
:src=
"item.logo"
alt=
"logo"
style=
"width:100%;height:100%;"
/>
<img
:src=
"item.logo"
alt=
"logo"
style=
"width:100%;height:100%;"
/>
...
...
wx_application/src/views/active/createBigWheelActive.vue
View file @
8d41890d
...
@@ -272,7 +272,7 @@
...
@@ -272,7 +272,7 @@
v-model=
"prizeList[index].probability"
v-model=
"prizeList[index].probability"
:show-plus=
"false"
:show-plus=
"false"
:show-minus=
"false"
:show-minus=
"false"
input-width=
"
4
0px"
input-width=
"
6
0px"
step=
"1"
step=
"1"
min=
"1"
min=
"1"
max=
"100"
max=
"100"
...
...
wx_application/src/views/mainSale/active/main/index.vue
View file @
8d41890d
...
@@ -256,9 +256,8 @@ export default {
...
@@ -256,9 +256,8 @@ export default {
},
},
handleMore
()
{
handleMore
()
{
this
.
active_limit
+=
3
;
this
.
active_limit
+=
3
;
if
(
this
.
active_limit
==
=
this
.
currentActives
.
length
-
3
)
{
if
(
this
.
active_limit
==
this
.
currentActives
.
length
)
{
this
.
finished
=
true
;
this
.
finished
=
true
;
return
;
}
}
},
},
// 获取当前 活动
// 获取当前 活动
...
...
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