diff --git a/wxParse/html2json.js b/wxParse/html2json.js index 2e1c739..1e8c188 100755 --- a/wxParse/html2json.js +++ b/wxParse/html2json.js @@ -205,7 +205,7 @@ function html2json(html, bindName) { //当有缓存source资源时于于video补上src资源 if(node.tag === 'video' && results.source){ node.attr.src = results.source; - delete result.source; + delete results.source; } if (bufArray.length === 0) {