Commit 7dae0ac7 authored by 邓军's avatar 邓军

个性化分享设置BUG修复

parent 20a12d5e
......@@ -143,7 +143,7 @@ router.get('/:ent_code/share.js', function(req, res, next) {
}).then(function(cont, result) {
//如果没有share值则用默认值
if (!result.share||result.share_type==1) {
if (!result.share||result.share_type==2) {
forumShareConfigService.getByKey(ent_code, 'share', function(err, sc) {
var title = '',
......
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 to comment