Commit 0d590fd1 by doszhang

dos

parent 101cf0ec
...@@ -77,7 +77,7 @@ $(document).ready(function () { ...@@ -77,7 +77,7 @@ $(document).ready(function () {
} }
}); });
$('.again').on('click', function () { $('.again').on('click', function () {
$('.swiperBox,.make,.username,.upload').show(); $('.swiperBox,.make,L-arrow,R-arrow,.username,.upload').show();
$('.again,.saveTip').hide(); $('.again,.saveTip').hide();
$('.inputTip').show(); $('.inputTip').show();
$('.page').hide().filter('.page0').show(); $('.page').hide().filter('.page0').show();
...@@ -108,7 +108,7 @@ $(document).ready(function () { ...@@ -108,7 +108,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;
$('.swiperBox,.make,.username,.upload').hide(); $('.swiperBox,.make,L-arrow,R-arrow.username,.upload').hide();
$('.again,.saveTip').show(); $('.again,.saveTip').show();
var img, canvas2, ctx2; var img, canvas2, ctx2;
if (custom) { if (custom) {
......
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