Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-08-17 10:36:52 +0800
Commit
d085b38f805324ddd1c8c455486f2be8c7148b2b
1 parent
b4d2b465
yoho link
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
public/js/common/vue-directive.js
public/vue/component/tool/share-bottom.vue
public/js/common/vue-directive.js
View file @
d085b38
...
...
@@ -48,7 +48,7 @@ function GoodHrefBinding(el, binding) {
}
};
href
+=
`
?
yohobuy
=
$
{
JSON
.
stringify
(
goParams
)}
`
;
href
+=
`
?
openby
:
yohobuy
=
$
{
JSON
.
stringify
(
goParams
)}
`
;
}
el
.
href
=
href
;
}
...
...
public/vue/component/tool/share-bottom.vue
View file @
d085b38
...
...
@@ -58,6 +58,8 @@
}
</style>
<script>
import yoho from 'yoho';
export default {
data() {
return {
...
...
@@ -68,6 +70,11 @@
closeBottom() {
this.close = true;
}
},
created() {
if (yoho.isYohoBuy) {
this.close = true;
}
}
};
</script>
...
...
Please
register
or
login
to post a comment