Commit 20ab3abd by dosZhang

dos

parent dc7734d6
......@@ -77,8 +77,8 @@ preloadimages(preloadImageList, function () {
initPage();
$('.page1').show();
$('input[name=name]').val('王娜')
$('input[name=job-number]').val('30197354')
$('input[name=name]').val('黄春燕一')
$('input[name=job-number]').val('73000060')
$('input[name=name]').attr('placeholder', '请输入姓名').attr('id', 'name');
$('input[name=job-number]').attr('placeholder', '请输入工号').attr('type', 'tel');
// blackUrl = $('.black').css('background-image').replace(/^url\((['"]?)(.*)\1\)$/, '$2');
......@@ -116,8 +116,8 @@ $(document).ready(function () {
$('.username,.company').show();
var mc = new Hammer($('.touch').get(0));
bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo);
drawVerticalText(uploadCtx, username, '#595857',32 * 2, 75 * 2, 300 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, company, '#595857',32 * 2, 80 * 2, 460 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, username, '#595857',32 * 2, 85 * 2, 300 * 2, true, 5 * 2);
drawVerticalText(uploadCtx, company, '#595857',32 * 2, 85 * 2, 450 * 2, true, 5 * 2);
}, imgInfo);
return false;
});
......
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