Commit c49d92b8 by doszhang

dos

parent fb933e17
......@@ -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,.L-arrow,.R-arrow,.make,.username,.upload').hide();
$('.swiperBox,.make,.username,.upload').hide();
$('.again,.saveTip').show();
var img, canvas2, ctx2;
if (custom) {
......@@ -131,15 +131,15 @@ $(document).ready(function () {
var top = 0;
if (custom) {
top = 530;
ctx2.fillStyle = '#171e22';
ctx2.font = 'bold 140px normal';
ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 103px normal';
} else if (firstSwiper.realIndex === 0) {
top = 460;
ctx2.fillStyle = '#171e22';
ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px normal';
} else {
top = 50;
ctx2.fillStyle = '#171e22';
ctx2.fillStyle = '#ffffff';
ctx2.font = 'bold 130px normal';
}
......
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