| | |
| | | namespace Shared.Phone.UserView |
| | | { |
| | | /// <summary> |
| | | /// 主页 |
| | | /// 主页(此东西被舍弃,除了它里面的静态方法) |
| | | /// </summary> |
| | | public class UserHomeView : EditorCommonForm |
| | | {
|
| | |
| | | roomPageView.Height = Application.GetRealHeight(478); |
| | | this.AddChidren(roomPageView); |
| | | //突出边距 |
| | | roomPageView.TCBJ = Application.GetRealWidth(181); |
| | | roomPageView.TCBJ = Application.GetRealWidth(112); |
| | | //两个page之间的间距 |
| | | roomPageView.JMBJ = Application.GetRealWidth(0); |
| | | roomPageView.JMBJ = Application.GetRealWidth(69); |
| | | |
| | | //当前房间 |
| | | var rList = HdlRoomLogic.Current.GetRoomsByCurrentFloorIdAppendLoveRoom(); |