Commit c1687cad by kaisa

feat:去除分享携带的uid

parent 6840dca2
Showing with 1 additions and 1 deletions
...@@ -74,7 +74,7 @@ if ($firefly.urlData.appversion >= 7400) { ...@@ -74,7 +74,7 @@ if ($firefly.urlData.appversion >= 7400) {
"text": $('h2').html() ? $('h2').html() : "", "text": $('h2').html() ? $('h2').html() : "",
"whichShare": 0, "whichShare": 0,
"isPrivateMes": 1, // 是否可以分享私信 0:否 1:是 "isPrivateMes": 1, // 是否可以分享私信 0:否 1:是
"webpage": location.origin + location.pathname + "?agentCode=" + $firefly.urlData.uid + "&bindType=3&uid=" + $firefly.urlData.uid, "webpage": location.origin + location.pathname + "?agentCode=" + $firefly.urlData.uid + "&bindType=3",
} }
$firefly.goShare(shareContent) $firefly.goShare(shareContent)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment