|
@@ -13,7 +13,10 @@ $view
|
|
|
|
|
|
->fetch('.txtc a', '《<{Dever::load("main/config-one#title")}>用户服务协议》')
|
|
->fetch('.txtc a', '《<{Dever::load("main/config-one#title")}>用户服务协议》')
|
|
|
|
|
|
-->fetch('.txtc a@href', '<{Dever::url("service", "main")}>')
|
|
|
|
|
|
+//->fetch('.txtc a@href', '<{Dever::url("service", "main")}>')
|
|
|
|
+->fetch('.txtc a@href', '#')
|
|
|
|
+
|
|
|
|
+->fetch('form@autocomplete', 'off')
|
|
|
|
|
|
->fetch(array('input@id', 0), 'mobile')
|
|
->fetch(array('input@id', 0), 'mobile')
|
|
->fetch(array('input@name', 0), 'mobile')
|
|
->fetch(array('input@name', 0), 'mobile')
|
|
@@ -29,7 +32,7 @@ $view
|
|
->fetch(array('input@dever-error', 2), '密码长度为6~18位')
|
|
->fetch(array('input@dever-error', 2), '密码长度为6~18位')
|
|
|
|
|
|
->fetch('.nol@id', 'mcode_button')
|
|
->fetch('.nol@id', 'mcode_button')
|
|
-->fetch('.nol@dever-send', '<{Dever::load("passport/reg.getUrl", "passport/reg.getMcode", array("sid" => Dever::id()))}>')
|
|
|
|
|
|
+->fetch('.nol@dever-send', '<{Dever::load("passport/reg.getUrl", "passport/reg.getMcode", array("skin" => "reg", "sid" => Dever::id()))}>')
|
|
|
|
|
|
->fetch('.button@class', 'button')
|
|
->fetch('.button@class', 'button')
|
|
->fetch('.button@type', 'button')
|
|
->fetch('.button@type', 'button')
|