From 5dacaeb88d449f544ec516fc57656da7f2020a29 Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Thu, 8 Sep 2022 16:40:44 +0800 Subject: [PATCH] Update SrcParseS.js --- SrcParseS.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SrcParseS.js b/SrcParseS.js index 55a7b6d2..ff9d3488 100644 --- a/SrcParseS.js +++ b/SrcParseS.js @@ -648,13 +648,15 @@ var SrcParseS = { //明码解析线程代码 var task = function(obj) { + log('1111') + - log($.type(JSON.parse(obj.ulist.parse))); + if(typeof JSON.parse(obj.ulist.parse) == 'function'){ + log('aaa') + } + log($.type(JSON.parse(obj.ulist.parse))); - //if($.type(obj.ulist.parse) == 'function'){ - // log('function') - //} var taskheader = {withStatusCode:true,timeout:5000}; let head = obj.ulist.header||{}; if(JSON.stringify(head) != "{}"){