|
@@ -8,12 +8,12 @@ export default {
|
|
type = type ? type : valName;
|
|
type = type ? type : valName;
|
|
if (this.detailData.IsSignup == 1) {
|
|
if (this.detailData.IsSignup == 1) {
|
|
if (this.detailData.IsResearchPoints) {
|
|
if (this.detailData.IsResearchPoints) {
|
|
- if (isTimeGreaterThanCurrent(this.detailData.SiginupDeadline)) {
|
|
|
|
|
|
+ if (isTimeGreaterThanCurrent(this.detailData.CancelDeadline)) {
|
|
uni.showModal({
|
|
uni.showModal({
|
|
confirmText: "知道了",
|
|
confirmText: "知道了",
|
|
showCancel: false,
|
|
showCancel: false,
|
|
confirmColor: "#3385FF",
|
|
confirmColor: "#3385FF",
|
|
- content: "报名名单已提交举办方,若想取消,请联系对口销售",
|
|
|
|
|
|
+ content: "当前时间点已无法取消报名,若想取消,请联系对口销售",
|
|
});
|
|
});
|
|
return;
|
|
return;
|
|
}
|
|
}
|