| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- //
- // MPersonCenterVC.h
- // BuguLive
- //
- // Created by 丁凯 on 2017/7/19.
- // Copyright © 2017年 xfg. All rights reserved.
- /**
- ===============账户收益模块================
- 送出
- 账户
- 收益
- VIP会员(开启条件:open_vip=1)
- 兑换游戏币(开启条件:open_game_module=1 && open_diamond_game_module=0)
- 直播间收支记录(开启条件:live_pay=1)
-
- ===============账户信息模块================
- 等级
- 认证
- 贡献榜
-
- ===============分销模块================
- 分享收益(开启条件:distribution=1)
- 游戏分享收益(开启条件:game_distribution=1)
-
- ===============购物模块================
- 商品管理(开启条件:show_podcast_goods=1)
- 我的订单(开启条件:show_user_order=1)
- 订单管理(开启条件:show_podcast_order=1)
- 我的购物车(开启条件:shop_shopping_cart=1)
-
- ===============竞拍模块================
- 我的竞拍(开启条件:show_user_pai=1)
- 竞拍管理(开启条件:show_podcast_pai=1)
-
- ===============小店模块================
- 我的小店(开启条件:open_podcast_goods=1)
-
- ===============公会、公会模块================
- 我的公会(开启条件:open_family_module=1)
- 我的公会(开启条件:open_society_module=1)
-
- ===============设置模块================
- 设置
- */
- #import "BGBaseViewController.h"
- @interface MPersonCenterVC : BGBaseViewController
- @end
|