|
|
@@ -184,7 +184,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|
|
}
|
|
|
tvAdviserName.setText(empInfo.getUserName());
|
|
|
if (empInfo.getDescription() == null) {
|
|
|
- tvIntro.setVisibility(View.GONE);
|
|
|
+ tvIntro.setText("20年从业经验,经历多次牛能转换磨练,对市场具有一定的敏感度,注重价值投资,资产配置,秉承专业的头次理念服务客户");
|
|
|
} else {
|
|
|
tvIntro.setText(empInfo.getDescription());
|
|
|
}
|