parent._g().getWidgetByName("JY").gotoPage(1, "{textE:$typs}", true); 会报parent is not a function
这个js是不支持移动端的
移动端很多js不支持
var typs=this.options.form.getWidgetByName("typs").getValue();
parent._g().getWidgetByName('JY').gotoPage(1, { "textE": typs}, true);
typs你要先获取到。不太知道你的应用
window.parent._g().getWidgetByName('JY').gotoPage(1, { "textE": typs}, true);