无故事王国
2023-10-28 576aec37fe9b5eb395097be1ced0680ae97590f8
WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -127,7 +127,7 @@
            alertError(msg: "请至少选择一位参赛人员");return
        }
        StoresInfoView.show(activityDetailModel) { [weak self] status in
      StoresInfoView.show(activityDetailModel.storeInfos.first!) { [weak self] status in
            guard let weakSelf = self else { return }
            let price = weakSelf.activityDetailModel.cashPrice * Double(weakSelf.students.count)