Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
11c48bb2
Commit
11c48bb2
authored
Nov 26, 2020
by
Jennie Shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
插件文件上传
parent
96b3f2c7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+5
-6
bank-info.vue
src/pages/userBindNew/np/bank-info.vue
+1
-1
index.html
www/index.html
+0
-1
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
11c48bb2
...
...
@@ -260,8 +260,6 @@
</bottom-tab>
</h-view>
</h-modal>
<!--活体检测-->
<!--
<body-check
ref=
"body"
:check_id=
"$route.params.check_id"
:confirm_id=
"confirm_id"
/>
-->
</h-view>
</
template
>
...
...
@@ -294,6 +292,7 @@ export default {
attachFlag
:
false
,
attachUrl
:
null
,
tabNum
:
null
,
check_id
:
this
.
$route
.
params
.
check_id
,
bp_name
:
''
,
bookFlag
:
false
,
read_status
:
'N'
,
...
...
@@ -620,10 +619,10 @@ export default {
cordova
.
plugins
.
IdCardPlugin
.
faceContrast
({
'idNum'
:
data
.
id_card_no
,
'idName'
:
data
.
bp_name
},
function
(
suc
)
{
// cordova.plugins.IdCardPlugin.faceContrast({'idNum': '341181199602016223', 'idName': '史蒙蒙'}, function (suc) {
let
success
=
JSON
.
parse
(
suc
)
console
.
log
(
'success === '
+
success
)
if
(
success
.
code
===
1
)
{
let
filePath
=
JSON
.
stringify
(
success
.
message
,
'
\
\'
, null)
filePath = filePath.replace('
\
"', '')
filePath = '
file
:
\
/
\
/
' + filePath.replace('
\
"', '')
filePath = filePath.substr(0, filePath.length - 1)
console.log('filePath ==== ' + filePath)
// 回调成功上传图片
vm.uploadImg(filePath)
...
...
@@ -643,7 +642,7 @@ export default {
let vm = this
vm.faceListUpload = []
let obj = {
pkvalue: vm.
$route.params.
check_id,
pkvalue: vm.check_id,
source_type: 'PRJ_CDD_ITEM_CHECK',
picture: '',
filePath: img,
...
...
@@ -700,7 +699,7 @@ export default {
if (list[j].filePath === res.response.filePath) {
list[j].attachment_id = res.response.attachment_id
vm.faceListUpload.push(list[j])
console.log('faceListUpload' + JSON.stringify(vm.faceListUpload))
console.log('faceListUpload
====
' + JSON.stringify(vm.faceListUpload))
break
}
}
...
...
src/pages/userBindNew/np/bank-info.vue
View file @
11c48bb2
...
...
@@ -205,7 +205,7 @@ export default {
if
(
vm
.
bp_identity
===
'NP_NO'
||
vm
.
bp_identity
===
'ORG_L_NO'
||
vm
.
bp_identity
===
'ORG_AUTH_NO'
)
{
vm
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'当前用户尚未认证,是否需要
验
证'
,
content
:
'当前用户尚未认证,是否需要
认
证'
,
cancelText
:
'直接提交'
,
confirmText
:
'先去认证'
,
onConfirm
:
c
=>
{
...
...
www/index.html
deleted
100644 → 0
View file @
96b3f2c7
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
./cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.512826ac6a88930aaaea4e530d0361b7.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.6a178e8d77c32e3c385d.js
></script><script
type=
text/javascript
src=
./static/js/vendor.0a4e11017ea45af58444.js
></script><script
type=
text/javascript
src=
./static/js/app.e85af0954e9c1691cb2c.js
></script></body></html>
\ No newline at end of file
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