Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
b908f179
Commit
b908f179
authored
Jan 09, 2019
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化+数据显示
parent
6d7158d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
activity.vue
src/components/buy/activity.vue
+5
-3
No files found.
src/components/buy/activity.vue
View file @
b908f179
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<span
class=
"no-margin"
>
{{
data
.
pay_at
|
formatDate
}}
</span>
<span
class=
"no-margin"
>
{{
data
.
pay_at
|
formatDate
}}
</span>
</li>
</li>
</ul>
</ul>
<img
v-if=
"
inviteList && inviteList.length
> 3"
class=
"moreBtn"
:src=
"moreResult"
@
click=
"goToInviteList"
>
<img
v-if=
"
total
> 3"
class=
"moreBtn"
:src=
"moreResult"
@
click=
"goToInviteList"
>
</
template
>
</
template
>
</div>
</div>
<img
class=
"headerImg"
:src=
"header4"
>
<img
class=
"headerImg"
:src=
"header4"
>
...
@@ -100,6 +100,7 @@
...
@@ -100,6 +100,7 @@
earnings
:
0
,
earnings
:
0
,
userNum
:
0
,
userNum
:
0
,
inviteList
:
[],
inviteList
:
[],
total
:
0
,
shareTitle
:
'唱唱启蒙英语邀友返现金'
,
shareTitle
:
'唱唱启蒙英语邀友返现金'
,
shareDesc
:
'唱唱英语90天成长营,每成功邀请1人即可返现金88元,多邀多得,速来~'
shareDesc
:
'唱唱英语90天成长营,每成功邀请1人即可返现金88元,多邀多得,速来~'
}
}
...
@@ -371,11 +372,12 @@
...
@@ -371,11 +372,12 @@
getInviteList
(){
getInviteList
(){
let
json
=
{
let
json
=
{
page
:
1
,
page
:
1
,
limit
:
4
limit
:
3
}
}
let
id
=
this
.
$route
.
query
.
shopId
;
let
id
=
this
.
$route
.
query
.
shopId
;
getInviteListApi
(
json
,
id
).
then
(
res
=>
{
getInviteListApi
(
json
,
id
).
then
(
res
=>
{
this
.
inviteList
=
res
.
list
this
.
inviteList
=
res
.
list
;
this
.
total
=
res
.
total
;
});
});
}
}
}
}
...
...
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