|
|
@ -12,6 +12,9 @@ import com.community.pocket.ui.login.LoginActivity; |
|
|
|
import org.xutils.view.annotation.ContentView; |
|
|
|
import org.xutils.view.annotation.ContentView; |
|
|
|
import org.xutils.view.annotation.Event; |
|
|
|
import org.xutils.view.annotation.Event; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 重置密码第一步,输入账号邮箱 |
|
|
|
|
|
|
|
*/ |
|
|
|
@ContentView(R.layout.step1) |
|
|
|
@ContentView(R.layout.step1) |
|
|
|
public class ResetPwdStep1 extends BaseFragment { |
|
|
|
public class ResetPwdStep1 extends BaseFragment { |
|
|
|
//进入下一步发送验证码
|
|
|
|
//进入下一步发送验证码
|
|
|
|