Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
e2d64027
Commit
e2d64027
authored
Apr 19, 2021
by
李俊赕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
31c87f89
a86c182f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
file.vue
src/pages/settle/file.vue
+11
-7
No files found.
src/pages/settle/file.vue
View file @
e2d64027
...
@@ -22,10 +22,6 @@
...
@@ -22,10 +22,6 @@
@
click=
"handleClick(fileItem, index, key)"
@
click=
"handleClick(fileItem, index, key)"
></image>
></image>
</view>
</view>
<view
v-if=
"index == 0"
class=
"bottom-tip-view"
>
<image
class=
"bottom-tip-image"
mode=
"widthFix"
:src=
"qn_base_url + 'tishi.png'"
></image>
<text>
所上传的身份证信息必须与银行卡开户绑定身份证信息一致,否则将导致订单报酬无法交付
</text>
</view>
<view
class=
"card-info-view"
v-if=
"index == 0
<view
class=
"card-info-view"
v-if=
"index == 0
&& ((fileInfo.id_card_name || fileInfo.id_card_number || fileInfo.id_card_date) || frontErrorMsg || backErrorMsg)"
>
&& ((fileInfo.id_card_name || fileInfo.id_card_number || fileInfo.id_card_date) || frontErrorMsg || backErrorMsg)"
>
<view
class=
"card-list-view"
v-for=
"(value, cardkey) in cardTitle"
:key=
"cardkey"
>
<view
class=
"card-list-view"
v-for=
"(value, cardkey) in cardTitle"
:key=
"cardkey"
>
...
@@ -38,6 +34,10 @@
...
@@ -38,6 +34,10 @@
&& ((cardkey == 'id_card_name' || cardkey == 'id_card_number') && frontErrorMsg)"
>
{{
frontErrorMsg
}}
</view>
&& ((cardkey == 'id_card_name' || cardkey == 'id_card_number') && frontErrorMsg)"
>
{{
frontErrorMsg
}}
</view>
<view
class=
"card-item-error"
v-if=
"(cardkey == 'id_card_date' && backErrorMsg)"
>
{{
backErrorMsg
}}
</view>
<view
class=
"card-item-error"
v-if=
"(cardkey == 'id_card_date' && backErrorMsg)"
>
{{
backErrorMsg
}}
</view>
</view>
</view>
</view>
<view
v-if=
"index == 0"
class=
"bottom-tip-view"
>
<image
class=
"bottom-tip-image"
mode=
"widthFix"
:src=
"tishiImage"
></image>
<text>
所上传的身份证信息必须与银行卡开户绑定身份证信息一致,否则将导致订单报酬无法交付
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -229,6 +229,9 @@ export default {
...
@@ -229,6 +229,9 @@ export default {
},
},
mixingImage
()
{
mixingImage
()
{
return
qn_base_url
+
'mixing.png'
return
qn_base_url
+
'mixing.png'
},
tishiImage
()
{
return
qn_base_url
+
'tishi.png'
}
}
},
},
components
:
{
components
:
{
...
@@ -667,10 +670,11 @@ export default {
...
@@ -667,10 +670,11 @@ export default {
}
}
.bottom-tip-image
{
.bottom-tip-image
{
width
:
2
4
rpx
;
width
:
2
2
rpx
;
height
:
2
4
rpx
;
height
:
2
2
rpx
;
margin-right
:
8rpx
;
margin-right
:
8rpx
;
margin-top
:
4rpx
;
margin-top
:
4rpx
;
flex-shrink
:
0
;
}
}
.seat
{
.seat
{
...
...
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