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
f5e9d72c
Commit
f5e9d72c
authored
Jul 08, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
78
parent
e8b03340
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
inviteFriends.vue
src/components/buy/inviteFriends.vue
+2
-1
No files found.
src/components/buy/inviteFriends.vue
View file @
f5e9d72c
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</div>
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"invite-btn"
>
<div
class=
"invite-btn"
>
<img
src=
"../../assets/activity/btn.png"
@
click=
"goToInvite"
/>
<img
src=
"../../assets/activity/btn.png"
ref=
"goToInvitePage"
@
click=
"goToInvite"
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -141,6 +141,7 @@ export default {
...
@@ -141,6 +141,7 @@ export default {
if
(
window
.
location
.
href
.
indexOf
(
"invite_code"
)
>
-
1
)
{
if
(
window
.
location
.
href
.
indexOf
(
"invite_code"
)
>
-
1
)
{
query
.
invite_code
=
this
.
$route
.
query
.
invite_code
;
query
.
invite_code
=
this
.
$route
.
query
.
invite_code
;
}
}
this
.
$sa
.
quick
(
'trackHeatMap'
,
this
.
$refs
.
goToInvitePage
)
this
.
$router
.
push
({
name
:
"activityInvite"
,
query
:
query
});
this
.
$router
.
push
({
name
:
"activityInvite"
,
query
:
query
});
},
},
// 分享
// 分享
...
...
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