Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
7 years ago
Commit
60c2ced1c95778070d6b0fdfa785e8c0274398cc
1 parent
c8159512
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/share.js
public/js/common/share.js
View file @
60c2ced
...
...
@@ -63,7 +63,7 @@ function shareBase(options) {
defOption
.
desc
+
'&site=YOHO!BUY 有货&pics='
+
defOption
.
image
;
break
;
case
'weixin'
:
openUrl
=
'
http://s.jiathis.com/qrcode.php?
url='
+
defOption
.
weixinUrl
+
'&desc='
+
openUrl
=
'
//bshare.optimix.asia/barCode?site=weixin&type=0&
url='
+
defOption
.
weixinUrl
+
'&desc='
+
defOption
.
desc
+
'&title='
+
defOption
.
title
+
'&description='
+
defOption
.
desc
+
'&pic='
+
defOption
.
image
;
break
;
...
...
Please
register
or
login
to post a comment