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
14685680
Commit
14685680
authored
Oct 24, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改登录失去焦点'
parent
2690208b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
main.js
src/main.js
+2
-2
entry-info.vue
src/pages/contractSigning/entry-info.vue
+0
-2
login.vue
src/pages/login.vue
+2
-1
product-list.vue
src/pages/productQuery/product-list.vue
+1
-0
reimburse-myself-list.Vue
src/pages/reimburseMyself/reimburse-myself-list.Vue
+2
-2
No files found.
src/main.js
View file @
14685680
...
...
@@ -58,8 +58,8 @@ import Jpush from './scripts/jpushService'
import
Jmessage
from
'./scripts/jmessageService'
//if (process.env.CONFIG_ENV === 'uat') {
const
VConsole
=
require
(
'vconsole'
)
new
VConsole
()
// eslint-disable-line
//
const VConsole = require('vconsole')
//
new VConsole() // eslint-disable-line
//}
Vue
.
use
(
componentInstall
)
...
...
src/pages/contractSigning/entry-info.vue
View file @
14685680
...
...
@@ -179,11 +179,9 @@ export default {
hlsUtil
.
baiduOcr
(
fileUrl
,
url
,
function
(
res
)
{
hlsPopup
.
hideLoading
()
let
result
=
res
.
result
.
result
alert
(
'result'
+
result
)
vm
.
bank_lists
[
0
].
bank_account_num
=
result
.
bank_card_number
.
replace
(
/
\s
*/g
,
''
)
// 卡号
vm
.
bank_lists
[
0
].
bank_full_name
=
result
.
bank_name
// 银行名称
vm
.
bank_lists
.
sort
()
alert
(
'数组'
+
JSON
.
stringify
(
vm
.
bank_lists
))
// vm.bank_lists.bank_card_type = result.bank_card_type
})
},
...
...
src/pages/login.vue
View file @
14685680
...
...
@@ -9,7 +9,7 @@
</div>
<div
class=
"pwd"
>
<div
class=
"pwd-icon"
><img
src=
"../assets/login/password.png"
></div>
<div
class=
"pwd-input"
><input
v-model=
"password"
:type=
"pwdType"
placeholder=
"请输入密码"
></div>
<div
class=
"pwd-input"
><input
id=
"passwordInput"
v-model=
"password"
:type=
"pwdType"
placeholder=
"请输入密码"
></div>
<div
v-if=
"password"
class=
"delete"
@
click=
"changeType"
><img
:src=
"openEye"
></div>
</div>
<div
class=
"button submit"
@
click=
"access"
>
登录
</div>
...
...
@@ -81,6 +81,7 @@ export default {
})
},
access
:
function
()
{
document
.
getElementById
(
'passwordInput'
).
blur
()
let
vm
=
this
if
(
!
vm
.
username
||
vm
.
username
===
undefined
)
{
vm
.
hlsPopup
.
showLongCenter
(
'请输入用户名'
)
...
...
src/pages/productQuery/product-list.vue
View file @
14685680
...
...
@@ -65,6 +65,7 @@ export default {
// next()
// },
activated
()
{
debugger
this
.
proQuery
()
},
methods
:
...
...
src/pages/reimburseMyself/reimburse-myself-list.Vue
View file @
14685680
...
...
@@ -57,9 +57,9 @@
},
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
if
(
from
.
name
===
'MyInfo'
)
{
//
if (from.name === 'MyInfo') {
vm
.
getList
()
}
//
}
})
},
methods
:
{
...
...
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