abpcoder hace 22 horas
padre
commit
b0dac99603

+ 1 - 0
src/pagesOther/pages/university/detail/components/plan-enroll-list.vue

@@ -144,6 +144,7 @@ const handleRuleClick = (descriptor: IPlanEnrollDescriptor, history: IPlanEnroll
 const handleAddVoluntary = async (item: IPlanEnrollHistory) => {
     const {code} = baseInfo.value
     await addVoluntary({universityId: code, majorId: item.id + ''})
+    uni.$ie.showSuccess('保存成功')
 }
 
 const handleRateVoluntary = (item: IPlanEnrollHistory) => {