|
@@ -73,7 +73,10 @@ namespace GHZLangChao
|
|
|
Titile_Btn.onClick.AddListener(ClickTitle);
|
|
|
//CancelBtn.onClick.AddListener(ClickCancel);
|
|
|
|
|
|
- Init(mInspectionService.InspectionInfo);
|
|
|
+ if (mInspectionService.InspectionInfo.id == PlayerPrefs.GetInt("XunJianInspectionInfoID"))
|
|
|
+ {
|
|
|
+ Init(mInspectionService.InspectionInfo);
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
private void Update()
|