feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -22,7 +22,6 @@ const logCommand = (function () {
}
const logCommand = (id, cmds) => {
const mId = cmds.split(',')[0];
const mName = queryMethod(mId);
console.log(`=== callNative - componentId:${id}; method: ${mName}; cmds: ${cmds}`);
}
return logCommand;
@@ -214,7 +213,9 @@ const GBridge = {
},
perloadImage([url, id], callback) {
console.log('********************asda**********')
GCanvasModule.preLoadImage([url, id], function (image) {
console.log('********************asda2**********')
image.url = url;
image.id = id;
callback(image);