setInterval(function () { var res1 = FR.remoteEvaluate("VALUE('ds1',1,1)"); _g().getWidgetByName('textEditor1').setText(res1); }, 1000);
上面的初始化后事件,PC端正常,手机模版JS就报错。
这是什么原因?大佬
手机端,不支持FR.remoteEvaluate
这个函数