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
d209d978
Commit
d209d978
authored
Dec 28, 2021
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 清除一些bug
parent
e441cf4e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
uat.env.js
config/uat.env.js
+1
-1
bank-info.vue
src/pages/userBindNew/np/bank-info.vue
+1
-1
bankInfo.vue
src/pages/userBindNew/org/bankInfo.vue
+1
-1
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+2
-3
No files found.
config/uat.env.js
View file @
d209d978
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"3.3.
6
"'
currentVersion
:
'"3.3.
8
"'
}
src/pages/userBindNew/np/bank-info.vue
View file @
d209d978
...
...
@@ -203,7 +203,7 @@ export default {
content
:
'您确认提交吗?'
,
onConfirm
:
d
=>
{
if
(
d
)
{
if
(
vm
.
bp_identity
===
'NP_NO'
||
vm
.
bp_identity
===
'ORG_L_NO'
||
vm
.
bp_identity
===
'ORG_AUTH_NO'
)
{
if
(
vm
.
bp_identity
===
'NP_NO'
||
vm
.
bp_identity
===
'ORG_L_NO'
||
vm
.
bp_identity
===
'ORG_AUTH_NO'
||
!
vm
.
bp_identity
)
{
vm
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'当前用户尚未认证,是否需要认证'
,
...
...
src/pages/userBindNew/org/bankInfo.vue
View file @
d209d978
...
...
@@ -297,7 +297,7 @@ export default {
content
:
'您确认提交吗?'
,
onConfirm
:
d
=>
{
if
(
d
)
{
if
(
vm
.
bp_identity
===
'NP_NO'
||
vm
.
bp_identity
===
'ORG_L_NO'
||
vm
.
bp_identity
===
'ORG_AUTH_NO'
)
{
if
(
vm
.
bp_identity
===
'NP_NO'
||
vm
.
bp_identity
===
'ORG_L_NO'
||
vm
.
bp_identity
===
'ORG_AUTH_NO'
||
!
vm
.
bp_identity
)
{
vm
.
hlsPopup
.
showConfirm
({
title
:
'提示'
,
content
:
'当前用户尚未认证,是否需要认证'
,
...
...
src/pages/userBindNew/org/baseInfo.vue
View file @
d209d978
...
...
@@ -1315,14 +1315,13 @@ export default {
if
(
vm
.
msg_flag
)
{
vm
.
dowload_list
=
[]
// 保存之前将图片下载列表清空,防止出现重复的图片
vm
.
upload_list
=
[]
// 保存之前将待上传列表清空,防止出现重复的图片
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
let
url
=
$config
.
basePath
+
'bp_org_bind_save'
let
param
=
{
master
:
{...
vm
.
saveInfo
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'handleUser'
)).
bp_id
,
user_phone
:
window
.
localStorage
.
getItem
(
'user_phone'
)},
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
// vm.hlsPopup.showSuccess('保存成功,请去维护附件信息')
vm
.
bp_id
=
res
.
bp_id
...
...
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