Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b9fdc02a
authored
2021-01-28 15:17:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:身份认证
1 parent
1dbc9567
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
staticJs/onlineApply/identityAuthentication.js
staticViews/onlineApply/identityAuthentication.html
staticJs/onlineApply/identityAuthentication.js
View file @
b9fdc02
...
...
@@ -9,30 +9,12 @@ $(function () {
$
(
'#sqfs'
).
text
(
'双方申请'
)
}
list
=
getApplyRecord
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
console
.
log
(
list
)
Webcam
.
set
({
width
:
320
,
height
:
240
,
image_format
:
'jpeg'
,
jpeg_quality
:
90
});
Webcam
.
attach
(
'#my_camera'
);
})
function
take_snapshot
()
{
// take snapshot and get image data
Webcam
.
snap
(
function
(
data_uri
)
{
// display results in page
document
.
getElementById
(
'results'
).
innerHTML
=
'<h2>Here is your image:</h2>'
+
'<img src="'
+
data_uri
+
'"/>'
;
});
}
//下一步事件
function
skipClick
()
{
skipNextPage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
}
// 验证码
$
(
".captcha"
).
click
(
function
()
{
console
.
log
(
$
(
'.phoneInput'
).
val
())
let
value
=
$
(
'.phoneInput'
).
val
()
...
...
staticViews/onlineApply/identityAuthentication.html
View file @
b9fdc02
...
...
@@ -63,7 +63,6 @@
</body>
<script
type=
"text/javascript"
src=
"../../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/jquery.webcam.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/workFlow.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/identityAuthentication.js"
></script>
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment