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
f6899040
Commit
f6899040
authored
Dec 26, 2018
by
member
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享链接默认关闭 切换时候修改状态
parent
10339fe3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
linktools.vue
linktools.vue
+4
-4
linktoolspage.vue
linktoolspage.vue
+3
-3
No files found.
linktools.vue
View file @
f6899040
...
...
@@ -204,12 +204,12 @@ components: {linkId
<label
class=
"h5link-title"
>
分享开关
</label>
<el-switch
v-model=
"h5linkObj.share"
@
change=
"shareSwitch($event,h5linkObj.share)"
></el-switch>
</div>
<div
class=
"h5link-row"
>
<div
class=
"h5link-row"
v-if=
"h5linkObj.share"
>
<label
class=
"h5link-title"
>
分享页面
</label>
<el-radio
v-model=
"h5linkObj.shareWebType"
label=
"0"
>
当前页
</el-radio>
</div>
<div
class=
"h5link-row"
>
<label
class=
"h5link-title"
>
</label>
<div
class=
"h5link-row"
v-if=
"h5linkObj.share"
>
<label
class=
"h5link-title"
>
</label>
<el-radio
class=
"p-l-7"
v-model=
"h5linkObj.shareWebType"
label=
"1"
>
其他链接网址
</el-radio><el-input
class=
"p-l-47"
v-model=
"h5linkObj.shareUrl"
placeholder=
"请输入网址"
></el-input>
</div>
</div>
...
...
@@ -1538,7 +1538,7 @@ export default {
}
else
if
(
this
.
visibleType
==
9
)
{
// 礼品
if
(
this
.
giftFlag
)
{
this
.
selectLinkObj
.
name
=
this
.
giftName
;
this
.
selectLinkObj
.
name
=
'积分商城/'
+
this
.
giftName
;
this
.
selectLinkObj
.
id
=
this
.
giftType
;
this
.
selectLinkObj
.
params
=
{
integralMallProId
:
this
.
giftUrl
...
...
linktoolspage.vue
View file @
f6899040
...
...
@@ -173,11 +173,11 @@
<label
class=
"h5link-title"
>
分享开关
</label>
<el-switch
v-model=
"h5linkObj.share"
@
change=
"shareSwitch($event,h5linkObj.share)"
></el-switch>
</div>
<div
class=
"h5link-row"
>
<div
class=
"h5link-row"
v-if=
"h5linkObj.share"
>
<label
class=
"h5link-title"
>
分享页面
</label>
<el-radio
v-model=
"h5linkObj.shareWebType"
label=
"0"
>
当前页
</el-radio>
</div>
<div
class=
"h5link-row"
>
<div
class=
"h5link-row"
v-if=
"h5linkObj.share"
>
<label
class=
"h5link-title"
>
</label>
<el-radio
class=
"p-l-7"
v-model=
"h5linkObj.shareWebType"
label=
"1"
>
其他链接网址
</el-radio><el-input
class=
"p-l-47"
v-model=
"h5linkObj.shareUrl"
placeholder=
"请输入网址"
></el-input>
</div>
...
...
@@ -1507,7 +1507,7 @@ export default {
}
else
if
(
this
.
visibleType
==
9
)
{
// 礼品
if
(
this
.
giftFlag
)
{
this
.
selectLinkObj
.
name
=
this
.
giftName
;
this
.
selectLinkObj
.
name
=
'积分商城/'
+
this
.
giftName
;
this
.
selectLinkObj
.
id
=
this
.
giftType
;
this
.
selectLinkObj
.
params
=
{
integralMallProId
:
this
.
giftUrl
...
...
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