Authored by 郭成尧

中文等号

... ... @@ -383,7 +383,7 @@ class Helpers
if ($isApp && isset($articleData['share']['url'])) {
// 分享链接
$result['share'] = $articleData['share']['url'] . '?openby:yohobuy{"action":"go.share","params":{"title":"' . $articleData['title'] . '","content":"' . $articleData['intro'] . '","url":"' . $articleData['share']['url'] . '","pic":"https:' . $result['img'] . '"}}';
$result['share'] = $articleData['share']['url'] . '?openby:yohobuy={"action":"go.share","params":{"title":"' . $articleData['title'] . '","content":"' . $articleData['intro'] . '","url":"' . $articleData['share']['url'] . '","pic":"https:' . $result['img'] . '"}}';
}
// 判断是否显示作者信息
... ...