import('inc/head') ->set('title', '金币兑换') ->set('name', 'recharge') ->fetch('header span@check', '<{Dever::load("task/user.info_check") ? "" : ""}>') ->fetch('header span', '金币兑换') ->fetch('header .back@href', '<{Dever::url("user/score", "main")}>') ->fetch(array('input@id', 0), 'score') ->fetch(array('input@name', 0), 'score') ->fetch(array('input@dever-error', 0), '请输入兑换数量') ->fetch(array('input@placeholder', 0), '<{Dever::load("task/score.exchange#desc")}>') ->fetch(array('label', 1), '<{Dever::load("task/score.exchange#exchange")}>') ->fetch(array('.button@class', 0), 'button') ->fetch(array('.button@type', 0), 'button') ->fetch(array('.button@id', 0), 'exchange') ->import('inc/foot') ->display();