Commit 7e47dd70 by doszhang

dos

parent 34300185
...@@ -94,6 +94,7 @@ $(document).ready(function () { ...@@ -94,6 +94,7 @@ $(document).ready(function () {
} }
$.getJSON('https://service-gsevjgkv-1259141669.ap-beijing.apigateway.myqcloud.com/release/nlp?callback=?', 'text=' + text, function (res) { $.getJSON('https://service-gsevjgkv-1259141669.ap-beijing.apigateway.myqcloud.com/release/nlp?callback=?', 'text=' + text, function (res) {
text = res.text; text = res.text;
console.log(text)
$('.swiperBox,.L-arrow,.R-arrow,.make,.username,.upload').hide(); $('.swiperBox,.L-arrow,.R-arrow,.make,.username,.upload').hide();
$('.again,.saveTip').show(); $('.again,.saveTip').show();
var img, canvas2, ctx2; var img, canvas2, ctx2;
......
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 sign in to comment