搜索结果
#foreach($Row in $dt.Rows)
#if($Row.type==1)
- 套餐:
$Row.name
$Row.price $Row.unit ¥
#end
#if($Row.type==2)
- 商品:
$Row.name
$Row.price $Row.unit ¥
#end
#if($Row.type==3)
- 课程:
$Row.name
$Row.price $Row.unit ¥
#end
#if($Row.type==4)
- 教师:
$Row.name
#end
#end
$pd
<$tohtm(footer.htm) tohtm$>