使用packageInfo
This commit is contained in:
@@ -84,6 +84,9 @@ const U2: React.FC = () => {
|
||||
getOptionalItemList(idCardNo)
|
||||
.then((res) => {
|
||||
if (res.Status === 200) {
|
||||
|
||||
localStorage.setItem("selectedExamId", res.Data.packageInfo.physical_exam_id.toString() || "")
|
||||
|
||||
const isPackageUndecided =
|
||||
res.Data?.packageInfo?.is_optional_package === 1 &&
|
||||
res.Data?.packageInfo.registration_time?.length > 0;
|
||||
|
||||
Reference in New Issue
Block a user