File:cn/accommodation-det.htm
Method:map.get(key,default)
stationMap??get
类型不正确
cn/xmls/house.xmls
$sub main(){
@unitTypeId=5;
$shell.call($get(method));
}
$sub Start(){
@symbol=[#¥#];
@dollerExchangeRate=$shell.getData(dollerExchangeRate,/);
@euroExchangeRate=$shell.getData(euroExchangeRate,/);
@currency=$cookie.get(currency,1);
}
//区域列表
$sub District(foreach){
@region=$query(region,product);
@region[ParentId]=$cookie.get(cityId);
@region[AreaId]=$cookie.get(languageId);
@regionSelect=@region.table(['CnRegionName,RegionName,RegionId'],['Status=1 and ParentId={*ParentId}'],['Grade desc']);
@regionList=@regionSelect.format(@foreach);
$return(@region...