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
555ec268
Commit
555ec268
authored
Apr 26, 2025
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、付款成功页面有底部菜单栏,可以回到首页(如果没有登录时需要自动获取用户信息)
2、开户行支持自定义与下拉框选择 3、上传个人证件时描述语句调整
parent
66b86aba
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
13 deletions
+36
-13
components/searchInput/searchInput.vue
+1
-1
components/tabBar/tabBar.vue
+1
-1
pages/application-process/id-card.vue
+8
-4
pages/orderStatus/orderStatus.vue
+26
-7
No files found.
components/searchInput/searchInput.vue
View file @
555ec268
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
@
focus=
"showDropdown = true"
@
focus=
"showDropdown = true"
style=
"text-align: right;"
style=
"text-align: right;"
:disabled=
"isClick"
:disabled=
"isClick"
placeholder=
"请
输入关键词
"
placeholder=
"请
选择开户行
"
/>
/>
<uni-icons
@
click=
"openDropdown"
type=
"right"
size=
"20"
></uni-icons>
<uni-icons
@
click=
"openDropdown"
type=
"right"
size=
"20"
></uni-icons>
</view>
</view>
...
...
components/tabBar/tabBar.vue
View file @
555ec268
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
background
:
#fff
;
background
:
#fff
;
color
:
#333
;
color
:
#333
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
padding-bottom
:
8
0
rpx
;
padding-bottom
:
5
0
rpx
;
transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
.menu_content{
.menu_content{
display
:
flex
;
display
:
flex
;
...
...
pages/application-process/id-card.vue
View file @
555ec268
...
@@ -33,13 +33,15 @@
...
@@ -33,13 +33,15 @@
<view
class=
"photo"
v-if=
"!cardForm.idFrontPageOssPath"
@
click=
"upLoadPhoto('front')"
>
<view
class=
"photo"
v-if=
"!cardForm.idFrontPageOssPath"
@
click=
"upLoadPhoto('front')"
>
<image
v-if=
"cardForm.idType == '身份证'"
src=
"../../static/front.png"
alt=
"身份证正面"
mode=
"widthFix"
></image>
<image
v-if=
"cardForm.idType == '身份证'"
src=
"../../static/front.png"
alt=
"身份证正面"
mode=
"widthFix"
></image>
<text
class=
"iconfont icon-weibiaoti553"
></text>
<text
class=
"iconfont icon-weibiaoti553"
></text>
<view
class=
"choseBtn"
>
点击添加
{{
cardForm
.
idType
}}
正面
</view>
<view
v-if=
"cardForm.idType == '身份证'"
class=
"choseBtn"
>
点击添加
{{
cardForm
.
idType
}}
正面
</view>
<view
v-else
class=
"choseBtn"
>
点击添加(
{{
cardForm
.
idType
}}
)图1
</view>
</view>
</view>
<!--
<view
class=
"content_w"
v-if=
"cardForm.idFrontPageOssPath"
>
-->
<!--
<view
class=
"content_w"
v-if=
"cardForm.idFrontPageOssPath"
>
-->
<image
class=
"picImg"
v-if=
"cardForm.idFrontPageOssPath"
:src=
"cardForm.idFrontPageOssPath"
@
click=
"upLoadPhoto('front')"
mode=
"widthFix"
></image>
<image
class=
"picImg"
v-if=
"cardForm.idFrontPageOssPath"
:src=
"cardForm.idFrontPageOssPath"
@
click=
"upLoadPhoto('front')"
mode=
"widthFix"
></image>
<!--
</view>
-->
<!--
</view>
-->
<view
class=
"tips"
>
<view
class=
"tips"
>
<view>
(正确示例:
{{
cardForm
.
idType
}}
正面,字体清晰)
</view>
<view
v-if=
"cardForm.idType == '身份证'"
>
(正确示例:
{{
cardForm
.
idType
}}
正面,字体清晰)
</view>
<view
v-else
>
(正确示例:
{{
cardForm
.
idType
}}
图1,字体清晰)
</view>
<view>
(jpg,png 文件大小不大于1mb)
</view>
<view>
(jpg,png 文件大小不大于1mb)
</view>
</view>
</view>
</view>
</view>
...
@@ -47,13 +49,15 @@
...
@@ -47,13 +49,15 @@
<view
class=
"photo"
v-if=
"!cardForm.idBackPageOssPath"
@
click=
"upLoadPhoto('back')"
>
<view
class=
"photo"
v-if=
"!cardForm.idBackPageOssPath"
@
click=
"upLoadPhoto('back')"
>
<image
v-if=
"cardForm.idType == '身份证'"
src=
"../../static/back.png"
alt=
"身份证反面"
mode=
"widthFix"
></image>
<image
v-if=
"cardForm.idType == '身份证'"
src=
"../../static/back.png"
alt=
"身份证反面"
mode=
"widthFix"
></image>
<text
class=
"iconfont icon-weibiaoti553"
></text>
<text
class=
"iconfont icon-weibiaoti553"
></text>
<view
class=
"choseBtn"
>
点击添加
{{
cardForm
.
idType
}}
反面
</view>
<view
v-if=
"cardForm.idType == '身份证'"
class=
"choseBtn"
>
点击添加
{{
cardForm
.
idType
}}
反面
</view>
<view
v-else
class=
"choseBtn"
>
点击添加(
{{
cardForm
.
idType
}}
)图2
</view>
</view>
</view>
<!--
<view
class=
"content_w"
v-if=
"cardForm.idBackPageOssPath"
>
-->
<!--
<view
class=
"content_w"
v-if=
"cardForm.idBackPageOssPath"
>
-->
<image
class=
"picImg"
v-if=
"cardForm.idBackPageOssPath"
:src=
"cardForm.idBackPageOssPath"
@
click=
"upLoadPhoto('back')"
mode=
"widthFix"
></image>
<image
class=
"picImg"
v-if=
"cardForm.idBackPageOssPath"
:src=
"cardForm.idBackPageOssPath"
@
click=
"upLoadPhoto('back')"
mode=
"widthFix"
></image>
<!--
</view>
-->
<!--
</view>
-->
<view
class=
"tips"
>
<view
class=
"tips"
>
<view>
(正确示例:
{{
cardForm
.
idType
}}
反面,字体清晰)
</view>
<view
v-if=
"cardForm.idType == '身份证'"
>
(正确示例:
{{
cardForm
.
idType
}}
反面,字体清晰)
</view>
<view
v-else
>
(正确示例:
{{
cardForm
.
idType
}}
图2,字体清晰)
</view>
<view>
(jpg,png 文件大小不大于1mb)
</view>
<view>
(jpg,png 文件大小不大于1mb)
</view>
</view>
</view>
</view>
</view>
...
...
pages/orderStatus/orderStatus.vue
View file @
555ec268
...
@@ -29,14 +29,17 @@
...
@@ -29,14 +29,17 @@
</view>
</view>
</view>
</view>
</view>
</view>
<tabBar
:currentPage=
"currentPage"
></tabBar>
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
import
api
from
"@/api/api"
;
import
api
from
"@/api/api"
;
import
{
apiURL
}
from
"@/environments/environment"
;
import
courseItem
from
"@/components/courseItem/courseItem.vue"
;
import
courseItem
from
"@/components/courseItem/courseItem.vue"
;
import
tabBar
from
'../../components/tabBar/tabBar.vue'
;
export
default
{
export
default
{
components
:{
courseItem
},
components
:{
tabBar
,
courseItem
},
data
()
{
data
()
{
return
{
return
{
cffpCourseInfos
:[],
cffpCourseInfos
:[],
...
@@ -44,7 +47,8 @@
...
@@ -44,7 +47,8 @@
orderId
:
''
,
orderId
:
''
,
orderStatus
:
'2'
,
orderStatus
:
'2'
,
userId
:
''
,
userId
:
''
,
isRedirect
:
''
isRedirect
:
''
,
currentPage
:
''
,
};
};
},
},
methods
:{
methods
:{
...
@@ -92,15 +96,30 @@
...
@@ -92,15 +96,30 @@
}
}
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
if
(
options
.
userId
!=
"undefined"
){
this
.
userId
=
options
.
userId
;
uni
.
setStorageSync
(
'cffp_userId'
,
this
.
userId
)
};
this
.
isRedirect
=
options
.
isRedirect
this
.
isRedirect
=
options
.
isRedirect
this
.
orderId
=
options
.
orderId
;
this
.
orderId
=
options
.
orderId
;
this
.
orderStatus
=
options
.
orderStatus
;
this
.
orderStatus
=
options
.
orderStatus
;
this
.
fileId
=
options
.
fileId
;
this
.
fileId
=
options
.
fileId
;
this
.
courseList
()
if
(
options
.
userId
&&
options
.
userId
!=
"undefined"
){
this
.
userId
=
options
.
userId
;
uni
.
setStorageSync
(
'cffp_userId'
,
this
.
userId
)
uni
.
request
({
url
:
`
${
apiURL
}
/authorize/obtainToken`
,
method
:
'POST'
,
data
:
{
ticket
:
'uni-app'
,
loginId
:
options
.
userId
},
success
:
(
res
)
=>
{
if
(
res
.
statusCode
===
200
)
{
uni
.
setStorageSync
(
'uni-token'
,
res
.
data
[
'data'
][
'token'
]);
uni
.
setStorageSync
(
'cffp_userId'
,
options
.
userId
);
uni
.
setStorageSync
(
'isLogin'
,
'1'
);
uni
.
setStorageSync
(
'isH5'
,
1
);
this
.
courseList
()
}
}
});
}
else
{
this
.
courseList
()
}
}
}
}
}
</
script
>
</
script
>
...
...
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