Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
link-tools
Overview
Overview
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
vue-plugins
link-tools
Commits
e6ebe032
Commit
e6ebe032
authored
Jun 10, 2019
by
member
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卡券选择出错
parent
f74d7465
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
card-list.vue
card-list.vue
+3
-7
gift-list.vue
gift-list.vue
+1
-5
linktools.vue
linktools.vue
+1
-1
No files found.
card-list.vue
View file @
e6ebe032
...
@@ -76,9 +76,9 @@ export default {
...
@@ -76,9 +76,9 @@ export default {
// 当某行点击的时候
// 当某行点击的时候
handleCurrentChangeRow
(
row
)
{
handleCurrentChangeRow
(
row
)
{
this
.
$nextTick
(
_
=>
{
this
.
$nextTick
(
_
=>
{
if
(
row
.
integralMallProId
==
this
.
radio
)
{
//
if (row.integralMallProId == this.radio) {
this
.
$emit
(
'pass-id'
,
row
);
this
.
$emit
(
'pass-id'
,
row
);
}
//
}
});
});
},
},
getCardList
()
{
getCardList
()
{
...
@@ -130,11 +130,7 @@ export default {
...
@@ -130,11 +130,7 @@ export default {
created
()
{
created
()
{
const
host
=
window
.
location
.
origin
;
const
host
=
window
.
location
.
origin
;
if
(
host
.
indexOf
(
"localhost"
)
!=
"-1"
)
{
this
.
baseUrl
=
host
.
indexOf
(
'localhost'
)
>
-
1
?
'http://gicdev.demogic.com'
:
host
;
this
.
baseUrl
=
"http://gicdev.demogic.com"
;
}
else
{
this
.
baseUrl
=
host
;
}
},
},
mounted
()
{
mounted
()
{
...
...
gift-list.vue
View file @
e6ebe032
...
@@ -68,11 +68,7 @@ export default {
...
@@ -68,11 +68,7 @@ export default {
created
()
{
created
()
{
const
host
=
window
.
location
.
origin
;
const
host
=
window
.
location
.
origin
;
if
(
host
.
indexOf
(
"localhost"
)
!=
"-1"
)
{
this
.
baseUrl
=
host
.
indexOf
(
'localhost'
)
>
-
1
?
'http://gicdev.demogic.com'
:
host
;
this
.
baseUrl
=
"http://gicdev.demogic.com"
;
}
else
{
this
.
baseUrl
=
host
;
}
},
},
methods
:
{
methods
:
{
...
...
linktools.vue
View file @
e6ebe032
...
@@ -670,7 +670,7 @@ export default {
...
@@ -670,7 +670,7 @@ export default {
this
.
giftFlag
=
false
;
this
.
giftFlag
=
false
;
var
that
=
this
var
that
=
this
var
host
=
window
.
location
.
origin
;
var
host
=
window
.
location
.
origin
;
this
.
baseUrl
=
host
.
indexOf
(
'localhost'
)
!=
'-1'
?
'http://gicdev.demogic.com'
:
host
;
this
.
baseUrl
=
host
.
indexOf
(
'localhost'
)
>
-
1
?
'http://gicdev.demogic.com'
:
host
;
},
},
methods
:
{
methods
:
{
changeVisible
()
{
changeVisible
()
{
...
...
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