Commit fb44a4f3 by doszhang

dos

parent 0d590fd1
......@@ -77,7 +77,7 @@ $(document).ready(function () {
}
});
$('.again').on('click', function () {
$('.swiperBox,.make,L-arrow,R-arrow,.username,.upload').show();
$('.swiperBox,.make,.L-arrow,.R-arrow,.username,.upload').show();
$('.again,.saveTip').hide();
$('.inputTip').show();
$('.page').hide().filter('.page0').show();
......@@ -108,7 +108,7 @@ $(document).ready(function () {
}
$.getJSON('https://service-gsevjgkv-1259141669.ap-beijing.apigateway.myqcloud.com/release/nlp?callback=?', 'text=' + text, function (res) {
text = res.text;
$('.swiperBox,.make,L-arrow,R-arrow.username,.upload').hide();
$('.swiperBox,.make,.L-arrow,.R-arrow.username,.upload').hide();
$('.again,.saveTip').show();
var img, canvas2, ctx2;
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