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
6561bcdd
Commit
6561bcdd
authored
Jan 30, 2019
by
member
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
链接小工具增加分享有赏无效提示
parent
f3c8c32d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
linktools.vue
linktools.vue
+7
-1
linktoolspage.vue
linktoolspage.vue
+7
-3
No files found.
linktools.vue
View file @
6561bcdd
...
@@ -222,6 +222,7 @@ components: {linkId
...
@@ -222,6 +222,7 @@ components: {linkId
</div>
</div>
<!-- 第三方小程序 -->
<!-- 第三方小程序 -->
<div
class=
"h5link-contain"
v-if=
"thirdlinkVisible"
>
<div
class=
"h5link-contain"
v-if=
"thirdlinkVisible"
>
<!-- <div class="h5link-row">
<!-- <div class="h5link-row">
<label class="h5link-title">名称</label>
<label class="h5link-title">名称</label>
...
@@ -739,7 +740,12 @@ export default {
...
@@ -739,7 +740,12 @@ export default {
// 如果是 h5,二级,三级隐藏,
// 如果是 h5,二级,三级隐藏,
var
type
=
selectOneItem
.
type
==
5
?
true
:
false
;
var
type
=
selectOneItem
.
type
==
5
?
true
:
false
;
if
(
this
.
linkId
!==
'yueshi'
)
{
if
(
this
.
linkId
!==
'yueshi'
)
{
that
.
setOneLevelVisible
(
type
,
selectOneItem
);
this
.
setOneLevelVisible
(
type
,
selectOneItem
);
}
else
{
this
.
twoLevelVisible
=
false
;
this
.
thirdlinkVisible
=
false
;
this
.
h5linkVisible
=
false
;
this
.
$message
.
error
(
'请确保已开通【分享有赏】营销应用,否则链接配置无效!'
);
}
}
},
},
...
...
linktoolspage.vue
View file @
6561bcdd
<
template
>
<
template
>
<!-- 链接小工具 -->
<!-- 链接小工具 -->
<div
class=
"link-tools-contain"
>
<div
class=
"link-tools-contain"
>
...
@@ -193,6 +191,7 @@
...
@@ -193,6 +191,7 @@
</div>
</div>
<!-- 第三方小程序 -->
<!-- 第三方小程序 -->
<div
class=
"h5link-contain"
v-if=
"thirdlinkVisible"
>
<div
class=
"h5link-contain"
v-if=
"thirdlinkVisible"
>
<!-- <div class="h5link-row">
<!-- <div class="h5link-row">
<label class="h5link-title">名称</label>
<label class="h5link-title">名称</label>
...
@@ -710,7 +709,12 @@ export default {
...
@@ -710,7 +709,12 @@ export default {
// 如果是 h5,二级,三级隐藏,
// 如果是 h5,二级,三级隐藏,
var
type
=
selectOneItem
.
type
==
5
?
true
:
false
;
var
type
=
selectOneItem
.
type
==
5
?
true
:
false
;
if
(
this
.
linkId
!==
'yueshi'
)
{
if
(
this
.
linkId
!==
'yueshi'
)
{
that
.
setOneLevelVisible
(
type
,
selectOneItem
);
this
.
setOneLevelVisible
(
type
,
selectOneItem
);
}
else
{
this
.
twoLevelVisible
=
false
;
this
.
thirdlinkVisible
=
false
;
this
.
h5linkVisible
=
false
;
this
.
$message
.
error
(
'请确保已开通【分享有赏】营销应用,否则链接配置无效!'
);
}
}
},
},
...
...
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