Parcourir la source

[表单组件]修复手机端日期选择描述选择问题

st il y a 5 ans
Parent
commit
60df49f889
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      o2web/source/x_component_process_Xform/Calendar.js

+ 1 - 1
o2web/source/x_component_process_Xform/Calendar.js

@@ -18,7 +18,7 @@ MWF.xApplication.process.Xform.Calendar = MWF.APPCalendar =  new Class({
             this.descriptionNode.addEvents({
             this.descriptionNode.addEvents({
                 "mousedown": function(){
                 "mousedown": function(){
                     this.descriptionNode.setStyle("display", "none");
                     this.descriptionNode.setStyle("display", "none");
-                    this.clickSelect();
+                    //this.clickSelect();
                 }.bind(this)
                 }.bind(this)
             });
             });
         }
         }