Commit 1785fa47 by kaisa

feat:去除subtitle字段,用于text字段

parent 24e6e5fc
Showing with 1 additions and 2 deletions
......@@ -68,10 +68,9 @@ if ($firefly.urlData.appversion >= 7400) {
function goShare() {
let shareContent = {
"title": $('title').html(),
"subTitle": $('h2').html() ? $('h2').html() : "",
"icoPic": getWebIcon() ? getWebIcon() : '',
"pic": 'https://app.ixiulive.com/static/app/img/logo.png',
"text": '',
"text": $('h2').html() ? $('h2').html() : "",
"whichShare": 0,
"isPrivateMes": 1, // 是否可以分享私信 0:否 1:是
"webpage": location.origin + location.pathname + "?agentCode=" + $firefly.urlData.uid + "&bindType=3&uid=" + $firefly.urlData.uid,
......
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