|
@@ -92,8 +92,10 @@ class IntimacyAnalyseReportController extends BaseController {
|
|
|
|
|
|
|
|
/// 跳转去档案页
|
|
/// 跳转去档案页
|
|
|
void jump2ProfilePage() {
|
|
void jump2ProfilePage() {
|
|
|
- if (!isLogin) {
|
|
|
|
|
- LoginDialog.show();
|
|
|
|
|
|
|
+ // 如果用户未设置过档案,则跳转到档案选择页
|
|
|
|
|
+ if (currentKeyboardInfo.value == null) {
|
|
|
|
|
+ ToastUtil.show(StringName.noCreateIntimacyTaTip);
|
|
|
|
|
+ ProfilePage.start();
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
ProfilePage.start();
|
|
ProfilePage.start();
|