Commit a1154406 by dosZhang

dos

parent bb704124
......@@ -77,6 +77,8 @@ preloadimages(preloadImageList, function () {
initPage();
$('.page1').show();
$('input[name=name]').val('王娜')
$('input[name=job-number]').val('30197354')
$('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');
......
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