update SrcHelper.js.

assistant
src48597962 3 years ago committed by Gitee
parent a7ed3405a8
commit 663e83017f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      SrcHelper.js

@ -1177,7 +1177,7 @@ function createJParse() {
var lx = "";
var JXstr = "";
try {
url = JSON.parse(html).url||JSON.parse(html).data;
url = JSON.parse(html).url||JSON.parse(html).data.url||JSON.parse(html).data;
lx = "O";
} catch (e) {
//log('不是json解析');

Loading…
Cancel
Save