Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
issaTan committed Aug 22, 2017
1 parent 257b56c commit fa2f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxParse/html2json.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fa2f8b3

Please sign in to comment.