Commit 540f2ccb authored by wang's avatar wang

验票

parent b140db0c
...@@ -3,7 +3,7 @@ a1 = [22,28,65,7,30,128,129,231,123,86,175,143,20,173,20,225,142,84,165,237,147, ...@@ -3,7 +3,7 @@ a1 = [22,28,65,7,30,128,129,231,123,86,175,143,20,173,20,225,142,84,165,237,147,
a2 = [22,28,65,7,30,128,129,231,123,86,175,143,20,173,20,225,142,84,165,237,147,76,44,151,78,101,44,164,66,237,72,217,140,254,213,154,140,106,95,161,17,111,184,211,113,184,73,63,240,24,105,139,33,183,63,56,252,167,224,20,173,177,195,164,100,86,247,45,165,12,120,61,95,28,214,179,44,138,46,124,195,242,18,240,86,151,185,109,95,212,204,239,212,34,84,142,24,254,195,212,215,179,217,130,133,75,184,216,132,109,130,218,95,100,3,59,108,119,241,64,30,45,58,188,196,73,255,113,206,103,230,47,18,72,174,194,194,86,99,29,37,211,219,198,4,177,121,53,65,8,247,191,56,197,51,75,45,133,44,92,118,33,165,80,12,248,15,31,191,32,137,122,86,107,82,45,186,93,48,5,230,167,0,50,245,189,45,136,108,132,121,14,80,241,1,176,177,100,108,101,220,170,224,26,186,210,252,170,210,27,133,75,172,111,156,210,220,147,142,169,68,40,174,146,132,176,170,4,126,120,85,54,165,168,138,132,236,227,146,219,73,91,128,0,15,104,233,219,92,187,159,142,120,132,69,69,242,149,97,116,10,185,212,245,253,221,194,185,166,147,115,251,0,175,41,154,150,69,38,176,156,15,68,237,38,79,173,111,149,151,139,239,222,185,73,248,6,183,68,211,100,215,253,208,224,197,156,88,67,210,9,121,65,20,181,212] a2 = [22,28,65,7,30,128,129,231,123,86,175,143,20,173,20,225,142,84,165,237,147,76,44,151,78,101,44,164,66,237,72,217,140,254,213,154,140,106,95,161,17,111,184,211,113,184,73,63,240,24,105,139,33,183,63,56,252,167,224,20,173,177,195,164,100,86,247,45,165,12,120,61,95,28,214,179,44,138,46,124,195,242,18,240,86,151,185,109,95,212,204,239,212,34,84,142,24,254,195,212,215,179,217,130,133,75,184,216,132,109,130,218,95,100,3,59,108,119,241,64,30,45,58,188,196,73,255,113,206,103,230,47,18,72,174,194,223,82,99,29,37,211,219,198,4,177,121,53,65,8,247,191,56,197,51,75,45,133,44,92,118,33,165,80,12,248,15,31,191,32,137,122,86,107,82,45,186,93,48,5,230,167,0,50,245,189,45,136,108,132,121,14,80,241,1,176,177,100,108,101,220,170,224,26,186,210,252,170,210,27,133,75,172,111,156,210,220,147,142,169,68,40,174,146,132,176,170,4,126,120,85,54,165,168,138,132,236,227,146,219,73,91,128,0,15,104,233,219,92,187,159,142,120,132,69,69,242,149,97,116,10,185,212,245,253,221,194,185,166,147,115,251,0,175,41,154,150,69,38,176,156,15,68,237,38,79,173,111,149,151,139,239,222,185,73,248,6,183,68,211,100,215,253,208,224,197,156,88,67,210,9,121,65,20,181,212]
......
...@@ -70,6 +70,7 @@ var origslice = [].slice; ...@@ -70,6 +70,7 @@ var origslice = [].slice;
}; };
_print = console.log _print = console.log
stackTrace = []; stackTrace = [];
con5 =console.log;
con5 = ()=>{} con5 = ()=>{}
con3 = function () { con3 = function () {
if (window.debug1) { if (window.debug1) {
...@@ -123,12 +124,12 @@ Object.defineProperties(crypto,{ ...@@ -123,12 +124,12 @@ Object.defineProperties(crypto,{
}) })
} }
}) })
// var _hasOwnProperty = Object.hasOwnProperty; var _hasOwnProperty = Object.hasOwnProperty;
// Object.hasOwnProperty = function () { Object.hasOwnProperty = saf(function () {
// let res = _hasOwnProperty.apply(this, arguments); let res = _hasOwnProperty.apply(this, arguments);
// _print('Object.hasOwnProperty', arguments, res === undefined); _print('Object.hasOwnProperty', arguments, res === undefined);
// return res; return res;
// } })
; ;
...@@ -154,6 +155,17 @@ Object.defineProperty = saf(function (p, v, d) { ...@@ -154,6 +155,17 @@ Object.defineProperty = saf(function (p, v, d) {
return _defin(p, v, d) return _defin(p, v, d)
}) })
_add = EventTarget.prototype.addEventListener
EventTarget.prototype.addEventListener = function (type, func, option){
_print('add', type, func, option)
_add.apply(this, [type, function (e){
_print('add',type,'call', e)
func(e)
}, option])
}
</script> </script>
<script src="/assets/app/scripts/swa-common.js"></script> <script src="/assets/app/scripts/swa-common.js"></script>
<!--<script src="env/get_pixels.js"></script>--> <!--<script src="env/get_pixels.js"></script>-->
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment