@@ -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'