Commit f3da0095 by dosZhang

close dev

parent 1d5f8136
new VConsole()
// new VConsole()
var loadedImages = {};
function preloadimages(obj, complete_cb, progress_cb) {
......@@ -77,9 +77,6 @@ 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