import('inc/head') ->set('title', '完善资料') ->set('name', 'material') ->fetch('header span@check', 'task/user.set_check') ->fetch('header span', '完善资料') ->fetch('.back@style', 'display:none;') ->fetch('.txtc@style', 'display:none;') ->fetch(array('input@id', 0), 'username') ->fetch(array('input@name', 0), 'username') ->fetch(array('input@dever-error', 0), '请填写昵称') ->fetch(array('input@id', 1), 'sex') ->fetch(array('input@name', 1), 'sex') ->fetch(array('input@dever-error', 1), '请选择性别') ->fetch(array('input@id', 2), 'code') ->fetch(array('input@name', 2), 'code') ->fetch(array('input@value', 2), '<{Dever::input("qrcode")}>') ->fetch('.disable@style', 'display:none') ->fetch(array('.button@class', 0), 'button') ->fetch(array('.button@type', 0), 'button') ->fetch(array('.button@id', 0), 'set') ->fetch(array('.button@dever-send', 0), '<{Dever::load("task/user.config#set")}>') ->fetch('.male@sex-val', 0) ->fetch('.female@sex-val', 1) ->append('header', '">') ->import('inc/foot') ->display();