|
|
@@ -275,7 +275,7 @@
|
|
|
RAOrderEditViewController *vc = [RAOrderEditViewController viewControllerFromStoryboard];
|
|
|
// RAOrderEditViewController *vc = [[RAOrderEditViewController alloc] init]; // 使用代码直接创建,在Push动画过程中会卡一下,具体原因不明
|
|
|
|
|
|
- vc.title = model.detailActionTitle;
|
|
|
+ vc.title = model.actionTitle;
|
|
|
vc.orderID = self.orderID;
|
|
|
vc.actionID = model.actionID;
|
|
|
vc.actionTitle = model.actionTitle;
|