Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
22bedd94
Commit
22bedd94
authored
Apr 25, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复自定义银行
parent
e3385f0d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
20 deletions
+12
-20
components/searchInput/searchInput.vue
+6
-2
pages/application-process/bank-card.vue
+2
-9
pages/application-process/basic-info.vue
+1
-6
pages/dropLists/dropLists.vue
+2
-2
pages/pointsExchange/pointsExchange.vue
+1
-1
No files found.
components/searchInput/searchInput.vue
View file @
22bedd94
...
@@ -46,6 +46,10 @@ export default {
...
@@ -46,6 +46,10 @@ export default {
type
:
Boolean
,
type
:
Boolean
,
default
:
false
,
default
:
false
,
},
},
nowBank
:
{
type
:
String
,
default
:
''
,
},
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -85,14 +89,14 @@ export default {
...
@@ -85,14 +89,14 @@ export default {
this
.
searchText
=
item
.
label
;
this
.
searchText
=
item
.
label
;
this
.
showDropdown
=
false
;
this
.
showDropdown
=
false
;
this
.
$emit
(
'select'
,
item
);
// 向父组件传递选中项
this
.
$emit
(
'select'
,
item
);
// 向父组件传递选中项
console
.
log
(
'item'
,
item
);
console
.
log
(
' this.searchText'
,
this
.
searchText
);
},
},
},
},
mounted
()
{
mounted
()
{
if
(
this
.
allData
[
0
].
show
){
if
(
this
.
allData
[
0
].
show
){
this
.
searchText
=
this
.
allData
[
0
].
label
;
this
.
searchText
=
this
.
allData
[
0
].
label
;
}
}
if
(
this
.
nowBank
&&
this
.
allData
.
filter
(
item
=>
item
.
label
==
this
.
nowBank
).
length
>
0
)
this
.
searchText
=
this
.
nowBank
// 初始展示前10条
// 初始展示前10条
this
.
displayedList
=
this
.
allData
.
slice
(
0
,
8
);
this
.
displayedList
=
this
.
allData
.
slice
(
0
,
8
);
...
...
pages/application-process/bank-card.vue
View file @
22bedd94
...
@@ -34,14 +34,6 @@
...
@@ -34,14 +34,6 @@
<view
class=
"contentDetail employ"
>
<view
class=
"contentDetail employ"
>
<view
class=
"contentItem yinhang"
>
<view
class=
"contentItem yinhang"
>
<text>
开户行
</text>
<text>
开户行
</text>
<!-- :disabled="this.backForm.approvalStatus!= 0 && this.backForm.approvalStatus != 2" -->
<!--
<input
class=
"form-control"
name=
""
placeholder=
"请输入开户行"
v-model=
"backForm.bankAccountOpening"
/>
-->
<view
class=
"searchInput"
>
<view
class=
"searchInput"
>
<searchInput
<searchInput
...
@@ -49,6 +41,7 @@
...
@@ -49,6 +41,7 @@
:allData=
"bankList"
:allData=
"bankList"
@
select=
"onSelect"
@
select=
"onSelect"
:isClick=
"this.backForm.approvalStatus!= 0 && this.backForm.approvalStatus != 2"
:isClick=
"this.backForm.approvalStatus!= 0 && this.backForm.approvalStatus != 2"
:nowBank=
"this.backForm.bankAccountOpening"
/>
/>
</view>
</view>
...
@@ -130,7 +123,7 @@
...
@@ -130,7 +123,7 @@
this
.
showBank
=
false
this
.
showBank
=
false
}
}
this
.
backForm
.
bankAccountOpening
=
item
.
bankName
this
.
backForm
.
bankAccountOpening
=
item
.
bankName
console
.
log
(
this
.
backForm
);
},
},
goBack
()
{
goBack
()
{
uni
.
navigateBack
({
uni
.
navigateBack
({
...
...
pages/application-process/basic-info.vue
View file @
22bedd94
...
@@ -439,12 +439,7 @@
...
@@ -439,12 +439,7 @@
return
return
}
}
// uni.showToast({
// title: '未满18岁不可申请',
// duration: 2000,
// icon: 'none'
// })
// return;
}
}
...
...
pages/dropLists/dropLists.vue
View file @
22bedd94
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<text>
{{
item
.
itemName
}}
</text>
<text>
{{
item
.
itemName
}}
</text>
</view>
</view>
<view
class=
"ulBox"
>
<view
class=
"ulBox"
>
<text>
退
课
积分:
</text>
<text>
退
款
积分:
</text>
<text>
{{
Math
.
abs
(
item
.
commissionAmount
)
}}
</text>
<text>
{{
Math
.
abs
(
item
.
commissionAmount
)
}}
</text>
</view>
</view>
<view
class=
"ulBox"
>
<view
class=
"ulBox"
>
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<text
@
click=
"viewDetail(item)"
class=
"dropStatus"
>
{{
item
.
orderStatus
}}
<i
class=
"iconfont icon-youjiantou"
style=
"margin-left: 5rpx;font-size: 26rpx;"
></i></text>
<text
@
click=
"viewDetail(item)"
class=
"dropStatus"
>
{{
item
.
orderStatus
}}
<i
class=
"iconfont icon-youjiantou"
style=
"margin-left: 5rpx;font-size: 26rpx;"
></i></text>
</view>
</view>
<view
class=
"ulBox"
>
<view
class=
"ulBox"
>
<text>
退
课
时间:
</text>
<text>
退
款
时间:
</text>
<text>
{{
item
.
refundTime
}}
</text>
<text>
{{
item
.
refundTime
}}
</text>
</view>
</view>
</view>
</view>
...
...
pages/pointsExchange/pointsExchange.vue
View file @
22bedd94
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<text>
{{
alreadyExchangeFortune
?
alreadyExchangeFortune
:
0
}}
积分
</text>
<text>
{{
alreadyExchangeFortune
?
alreadyExchangeFortune
:
0
}}
积分
</text>
</view>
</view>
<view
class=
"item"
>
<view
class=
"item"
>
<text>
E.已退
课
</text>
<text>
E.已退
款
</text>
<text
style=
"color: #0A2F99;"
@
click=
"viewDropLists()"
>
{{
returnFortune
?
returnFortune
:
0
}}
积分
<i
class=
"iconfont icon-youjiantou"
style=
"margin-right: 10rpx;"
></i></text>
<text
style=
"color: #0A2F99;"
@
click=
"viewDropLists()"
>
{{
returnFortune
?
returnFortune
:
0
}}
积分
<i
class=
"iconfont icon-youjiantou"
style=
"margin-right: 10rpx;"
></i></text>
</view>
</view>
</view>
</view>
...
...
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