获取节点,并设置值js写法
:
var state = ocWindow.getComponentByName('Input9');
state.setValue(0);
获取上个页面传过来的上下文
OC.getWindowContexts.customername;