Commit 24d617bd authored by Steven杜宇's avatar Steven杜宇

// 资格

parent 4e2244dc
...@@ -424,6 +424,7 @@ extension YHQualificationDetailVC { ...@@ -424,6 +424,7 @@ extension YHQualificationDetailVC {
func saveDetailInfo(isSubmit:Bool, isNeedPop:Bool, isShowToast:Bool) { func saveDetailInfo(isSubmit:Bool, isNeedPop:Bool, isShowToast:Bool) {
var dict:[String : Any] = ["orderId":self.orderId] var dict:[String : Any] = ["orderId":self.orderId]
detailInfo.isAboardAddr = detailInfo.isCollegeInAboard()
let quaDict:[String : Any] = detailInfo.toDictionary() ?? [:] let quaDict:[String : Any] = detailInfo.toDictionary() ?? [:]
dict["qua_data"] = quaDict dict["qua_data"] = quaDict
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment