private static void Process_Bottm_Btns(bool bShow, GameObject node, ulong ullUid, uint dwLogicWorldId)
		{
			GameObject gameObject = node.transform.FindChild("Button_Send").gameObject;
			GameObject gameObject2 = node.transform.FindChild("Button_Cancel").gameObject;
			IntimacyRelationViewUT.SetEvtParam(gameObject, ullUid, dwLogicWorldId);
			IntimacyRelationViewUT.SetEvtParam(gameObject2, ullUid, dwLogicWorldId);
			gameObject.CustomSetActive(bShow);
			gameObject.CustomSetActive(bShow);
		}