template("placeOrder/list",function(e,t){var n=this,r=n.$each,i=e.extraService,s=(e.extraServiceList,e.i,n.$escape),o="";return r(i,function(e,t){o+='
  • ',o+=s(e.name),o+=" (",o+=s(e.price),o+="元)
  • "}),o+=" ",new String(o)});