Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
pingan-promise
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
80ce3bd2
authored
Mar 10, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
796214d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Public/static/js/common.js
+3
-3
No files found.
Public/static/js/common.js
View file @
80ce3bd2
...
...
@@ -51,15 +51,15 @@ $('input[name=name]').attr('placeholder', '姓名');
$
(
'input[name=business]'
).
attr
(
'placeholder'
,
'业务号'
);
$
(
'.page1 .num'
).
html
(
'已有 <span class="numbig">'
+
window
.
num
+
'</span> 人发起承诺'
);
//上传canvas定义
let
canvasinfo
=
initCanvas
(
'.bl
o
ck'
,
'uploadCanvas'
,
257
,
257
),
let
canvasinfo
=
initCanvas
(
'.bl
a
ck'
,
'uploadCanvas'
,
257
,
257
),
uploadCanvas
=
canvasinfo
[
0
],
uploadCtx
=
canvasinfo
[
1
];
let
imgInfo
=
{};
var
blackUrl
,
black
;
let
blackUrl
,
black
;
blackUrl
=
$
(
'.bl
o
ck'
).
css
(
'background-image'
).
replace
(
/^url
\(([
'"
]?)(
.*
)\1\)
$/
,
'$2'
);
blackUrl
=
$
(
'.bl
a
ck'
).
css
(
'background-image'
).
replace
(
/^url
\(([
'"
]?)(
.*
)\1\)
$/
,
'$2'
);
preloadimages
(
preloadImageList
,
function
()
{},
function
(
progress
)
{});
$
(
document
).
ready
(
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment