Merge branch 'tamron' of http://git.xfoto.com.cn/Kodo/kodo into tamron

FFIB 4 年之前
父节点
当前提交
e69f312527
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      api/member_views.py

+ 2 - 2
api/member_views.py

@@ -495,8 +495,8 @@ def activity_group_share(request):
495 495
         'open_gid': open_gid,
496 496
         'activity_id': activity_id,
497 497
         'title': act.title,
498
-        'is_integral': is_integral,
499
-        'integral': integral,
498
+        'is_integral': False if isOffline else is_integral,
499
+        'integral': False if isOffline else is_integral,
500 500
     })
501 501
 
502 502
     if isOffline: