Commit 4603621e authored by xgz's avatar xgz

修改美洽为present方式打开

parent bc713595
......@@ -52,6 +52,8 @@ public class SwiftFlutterMeiqiaPlugin: NSObject, FlutterPlugin {
func pushToMeiqiaVC(_ call: FlutterMethodCall,result: @escaping FlutterResult) {
//跳转聊天界面
let vc = MQChatViewManager.init()
let style = manager.chatViewStyle
style?.navBackButtonImage = UIImage.init(named: "back_black_icon")
vc.pushMQChatViewController(in: navigationController())
result(true);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment