MPersonCenterVC.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //
  2. // MPersonCenterVC.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/7/19.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. /**
  8. ===============账户收益模块================
  9. 送出
  10. 账户
  11. 收益
  12. VIP会员(开启条件:open_vip=1)
  13. 兑换游戏币(开启条件:open_game_module=1 && open_diamond_game_module=0)
  14. 直播间收支记录(开启条件:live_pay=1)
  15. ===============账户信息模块================
  16. 等级
  17. 认证
  18. 贡献榜
  19. ===============分销模块================
  20. 分享收益(开启条件:distribution=1)
  21. 游戏分享收益(开启条件:game_distribution=1)
  22. ===============购物模块================
  23. 商品管理(开启条件:show_podcast_goods=1)
  24. 我的订单(开启条件:show_user_order=1)
  25. 订单管理(开启条件:show_podcast_order=1)
  26. 我的购物车(开启条件:shop_shopping_cart=1)
  27. ===============竞拍模块================
  28. 我的竞拍(开启条件:show_user_pai=1)
  29. 竞拍管理(开启条件:show_podcast_pai=1)
  30. ===============小店模块================
  31. 我的小店(开启条件:open_podcast_goods=1)
  32. ===============公会、公会模块================
  33. 我的公会(开启条件:open_family_module=1)
  34. 我的公会(开启条件:open_society_module=1)
  35. ===============设置模块================
  36. 设置
  37. */
  38. #import "BGBaseViewController.h"
  39. @interface MPersonCenterVC : BGBaseViewController
  40. @end