382 修复UI界面无时装但有时装副手时的手臂显示问题
| | |
| | | }
|
| | | }
|
| | |
|
| | | if (secondaryResId == 0 || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0))
|
| | | if (secondaryResId == 0
|
| | | || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0)
|
| | | || (data.fashionClothesId == 0 && data.fashionSecondaryId > 0))
|
| | | {
|
| | | PutOnExtraSecondary(job, extraSecondaryId);
|
| | | }
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | if (secondaryResId == 0 || (fashionClothesId != 0 && fashionSecondaryId > 0))
|
| | | if (secondaryResId == 0
|
| | | || (fashionClothesId != 0 && fashionSecondaryId > 0)
|
| | | || (fashionClothesId == 0 && fashionSecondaryId > 0))
|
| | | {
|
| | | PutOnExtraSecondary(job, extraSecondaryId);
|
| | | }
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | if (secondaryResId == 0 || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0))
|
| | | if (secondaryResId == 0
|
| | | || (data.fashionClothesId != 0 && data.fashionSecondaryId > 0)
|
| | | || (data.fashionClothesId == 0 && data.fashionSecondaryId > 0))
|
| | | {
|
| | | PutOnExtraSecondary(job, extraSecondaryId);
|
| | | }
|