dever 7 년 전
부모
커밋
dff31d4f4c
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      tm/template_dir/events_try.html

+ 6 - 1
tm/template_dir/events_try.html

@@ -120,7 +120,12 @@ KISSY.use('node, io', function (S, Node, IO) {
 						showErrorMsgGoPage('本活动需登录后才可以参与');
 						return;
 					}
-					toast(data.msg, 1);
+
+					if ($('#layerbox').length) {
+						$('#layerbox').show();
+					} else {
+						toast(data.msg, 1);
+					}
 				}
 			}
 			, 'json'