var a= duchamp.getValue();
If (a == "A") {
duchamp.switchStory("A");
} else {
duchamp.getPage("实时").goto();
}
显示这个错误,怎么样修正呢
要这样写!
var dateRange = duchamp.getWidgetByName("组件名称").getValue();
duchamp.getValue()
这个改成
duchamp.getWidgetByName("要取值的组件名").getValue();
FVS页面接口