private void initView() {
   setupAvatarView(mRootView);
   setupAccountView(mRootView);
   setupDetailView(mRootView);
   setupWeddingView(mRootView);
   setupBottomView(mRootView);
 }