Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
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
Plain Diff
Browse Files
Authored by
杨延青
2019-05-06 16:54:31 +0800
Commit
52f1b2577333e59401092e00fe25b87607ab083c
2 parents
8a852883
5f88924b
Merge branch 'feature/0430' into 'release/6.9.2'
fix See merge request
!70
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/plugins/share.js
apps/plugins/share.js
View file @
52f1b25
...
...
@@ -77,7 +77,7 @@ function init(qs) {
if
(
/MicroMessenger/i
.
test
(
navigator
.
userAgent
))
{
loadScript
(
'//res.wx.qq.com/open/js/jweixin-1.3.2.js'
,
()
=>
{
jsonp
(
location
.
protocol
+
'//m.yohobuy.com/activity/wechat/share'
,
{
url
:
location
.
href
url
:
encodeURIComponent
(
location
.
href
.
split
(
'#'
)[
0
])
}).
then
(
res
=>
{
if
(
window
.
wx
)
{
window
.
wx
.
config
({
...
...
Please
register
or
login
to post a comment