@@ -126,6 +126,10 @@
-(void)loadButtons:(CGFloat)mWidth Hight:(CGFloat)mHieght{
CGFloat x=1;
CGFloat y=mHieght-(((mWidth-5)/4)*5)-1 - 60;
+
+ if(mHieght == 736){//修改 8P手机UI问题
+ y += 40;
+ }
NSArray *buttonArray=@[@"C",@"+/-",@"%",@"÷",@"7",@"8",@"9",@"×",@"4",@"5",@"6",@"—",@"1",@"2",@"3",@"+",@"0",@".",@"="];
NSInteger buttonArrayID=0;
for (int i=0; i<5; i++) {