Commit af458e5e authored by liujiangnan's avatar liujiangnan

debug

parent 7b4a61a0
setInterval(() => {
console.log("================验证缓存是否被清除====================");
}, 1000);
const getQueryString = function (name) { const getQueryString = function (name) {
const reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i'); const reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
...@@ -437,6 +434,7 @@ window.courseware = (function () { ...@@ -437,6 +434,7 @@ window.courseware = (function () {
}; };
obj.greadPapersForText = function(params, callback){ obj.greadPapersForText = function(params, callback){
console.log("======greadPapersForText=====", params);
let str = ""; let str = "";
if( typeof(params) === "object"){ if( typeof(params) === "object"){
str = JSON.stringify(params); str = JSON.stringify(params);
......
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