瀏覽代碼

Merge branch 'dev/v4.8.78_yf' of qmx/jy into feature/v4.8.78

yangfeng 1 年之前
父節點
當前提交
1527ddf843

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/dataExport/js/keyWord.js

@@ -310,8 +310,8 @@ $(function(){
         $(this).parent().hide();
         $(this).parent().siblings().show().parent().siblings().children('.modify').hide().siblings('.one').show()
         $(oSpan).val('').focus().val(val);
-        $(".addKeyWord").hide();
         hasWords()
+        $(".addKeyWord").hide();
     });
 
     // 编辑删除

+ 1 - 1
src/web/staticres/wx_dataExport/js/keyWord.js

@@ -301,8 +301,8 @@ $(function(){
         $(this).parent().hide();
         $(this).parent().siblings().show().parent().siblings().children('.modify').hide().siblings('.one').show()
         $(oSpan).val('').focus().val(val);
-        $(".addKeyWord").hide();
         hasWords()
+        $(".addKeyWord").hide();
     });
     var u = navigator.userAgent;
 	var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端