|
@@ -11,6 +11,7 @@ import com.cooleshow.base.utils.Utils;
|
|
|
import com.cooleshow.usercenter.R;
|
|
|
import com.cooleshow.usercenter.bean.UserInfo;
|
|
|
import com.cooleshow.usercenter.bean.UserLoginInfo;
|
|
|
+import com.cooleshow.usercenter.constants.UserConstants;
|
|
|
|
|
|
/**
|
|
|
* Author by pq, Date nton 2022/4/22.
|
|
@@ -212,6 +213,7 @@ public class UserHelper {
|
|
|
|
|
|
public static void logout() {
|
|
|
ARouter.getInstance().build(RouterPath.UserCenter.PATH_VERIFY_LOGIN)
|
|
|
+ .withString(UserConstants.PHONE_NUM_KEY, UserHelper.getUserPhone())
|
|
|
.navigation();
|
|
|
}
|
|
|
}
|