Skip to content

Commit ea4e7bf

Browse files
committed
feat: 添加活动报名出错提示
1 parent 2f8bfbc commit ea4e7bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/pub/listDetail/listDetail.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ Page({
112112
},
113113
success: (res) => {
114114
if (res.data.isSuccess) {
115-
Dialog.alert({
116-
message: res.data.msg,
117-
})
115+
this.signSearch();
116+
this.getSignNum();
118117
}
119-
this.signSearch();
120-
this.getSignNum();
118+
Dialog.alert({
119+
message: res.data.msg,
120+
})
121121
}
122122
})
123123
},

0 commit comments

Comments
 (0)