81041
2019-01-11 68dfe47cf6a32ac3560fc4b64e11eaa47c3bb6e7
gx_tieta/WebRoot/js/whyc-jqueryui.js
@@ -484,6 +484,7 @@
   var TestVal = function(ele, options) {
      this.ele = ele;
      this.opts = options;
      this.ele.data('testVal', options);
   };
   var _proto = TestVal.prototype;
   
@@ -601,7 +602,7 @@
         opts.event = "error";
         opts.msg = '请输入正确的正则表达式格式!!!'
      }
      //console.log(opts);
      var testVal = new TestVal(this, opts);
      this.data('testVal', testVal.opts);