update

FFIB 2 周之前
父節點
當前提交
4ad32778f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      account/models.py

+ 1 - 1
account/models.py

@@ -278,7 +278,7 @@ class UserInfo(BaseModelMixin, LensmanTypeBoolMixin):
278 278
             'is_lensman': bool(self.lensmaninfo),
279 279
             'lensman_info': self.lensmaninfo,
280 280
 
281
-            'is_tmp_popup': self.is_tmp_popup,
281
+            # 'is_tmp_popup': self.is_tmp_popup,
282 282
         }
283 283
 
284 284
     def brand_qydata(self, brand_id=None):