impl blend in group, super & view

This commit is contained in:
王劲鹏
2021-02-20 16:20:18 +08:00
committed by osborn
parent ea0b87df24
commit 65d6f97908
11 changed files with 119 additions and 17 deletions

View File

@@ -20,9 +20,7 @@ void DoricBridgeExtension::callNative(QString contextId, QString module,
Q_ARG(QJSValue, jsValue),
Q_ARG(QString, callbackId));
}
qDebug() << "contextId: " + contextId;
qDebug() << "module: " + module;
qDebug() << "methodName: " + methodName;
qDebug() << "callbackId: " + callbackId;
qDebug() << "jsValue: " + jsValue.toString();
qDebug() << "contextId: " + contextId << "module: " + module
<< "methodName: " + methodName << "callbackId: " + callbackId
<< "jsValue: " + jsValue.toString();
}