Browse Source

求助2月5号

guojing 5 năm trước cách đây
mục cha
commit
3248ed54a2
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      whepi-ui/templates/home/qiuzhu.ftl

+ 3 - 2
whepi-ui/templates/home/qiuzhu.ftl

@@ -265,7 +265,7 @@
             $('#notPlay')[0].style.display = 'none';
         }
         $('#Qzinput').val("")
-        $("#qzf2").removeAttr('checked',false)
+        $("#qzf2").removeAttr('checked', false)
         $('#remarks').val("")
     }
 
@@ -383,6 +383,7 @@
             },
             success: function (data) {
                 qzBackHome();
+                qzMy_help('', '');
             },
             error: function () {
             }
@@ -407,7 +408,7 @@
         /*展示*/
         $('#play')[0].style.display = '';
         $('#Qzinput').val("")
-        $("#qzf2").removeAttr('checked',false)
+        $("#qzf2").removeAttr('checked', false)
         $('#remarks').val("")
     }