Commit 96bdbb45 authored by liujiangnan's avatar liujiangnan

docs

parent ab9b23ef
...@@ -31,7 +31,7 @@ export function initAir(_this) { ...@@ -31,7 +31,7 @@ export function initAir(_this) {
let newValue = value; let newValue = value;
if (key=="osmoCallback"||key=="osmoHandwritingCallback"||key=="osmoFingerReadCallback") { if (key=="osmoCallback"||key=="osmoHandwritingCallback"||key=="osmoFingerReadCallback") {
newValue = function (res) { newValue = function (res) {
_this.log(`***成功调用key***参数==${JSON.stringify(res)}`); _this.log(`||==成功调用${key}==||参数==${JSON.stringify(res)}`);
value(JSON.stringify(res)); value(JSON.stringify(res));
} }
} }
......
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