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
deef2849
Commit
deef2849
authored
Jan 16, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回键&提现公众号提现bug
parent
9f77c064
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
150 additions
and
9 deletions
+150
-9
pages/application-process/applyCommon.scss
+18
-0
pages/application-process/bank-card.vue
+9
-0
pages/application-process/basic-info.vue
+9
-0
pages/application-process/contract.vue
+9
-0
pages/application-process/education.vue
+9
-0
pages/application-process/id-card.vue
+9
-0
pages/application-process/personal-statement.vue
+9
-0
pages/application-process/signature.vue
+9
-0
pages/application-process/work-experience.vue
+9
-0
pages/applyDropClass/applyDropClass.vue
+8
-1
pages/dropLists/dropLists.vue
+8
-1
pages/orderConfirm/orderConfirm.vue
+8
-1
pages/personalCenter/accountoperation/aboutcffp.vue
+6
-0
pages/personalCenter/system/accontsetting.vue
+6
-1
pages/personalCenter/system/settings.vue
+6
-0
pages/pointsExchange/pointsExchange.vue
+1
-1
pages/product/finance-calculator.vue
+2
-2
pages/withdrawal/withdrawal.vue
+15
-2
No files found.
pages/application-process/applyCommon.scss
View file @
deef2849
...
...
@@ -7,6 +7,24 @@
.wrapper
{
background
:
#fff
;
}
.top
{
display
:
flex
;
height
:
80rpx
;
justify-content
:
space-between
;
align-items
:
center
;
position
:
relative
;
width
:
100%
;
margin
:
0
auto
;
background
:
#fff
;
.zuojiantou
{
left
:
10rpx
;
}
text
:nth-child
(
2
)
{
width
:
100%
;
text-align
:
center
;
position
:
absolute
;
}
}
.title
{
padding
:
20rpx
30rpx
0
30rpx
;
display
:
flex
;
...
...
pages/application-process/bank-card.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
<text
class=
"line line_pass"
></text>
...
...
@@ -87,6 +91,11 @@
}
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
queryById
(
id
,
userId
)
{
api
.
queryById
({
id
:
id
,
...
...
pages/application-process/basic-info.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived"
>
1
</text>
<text
class=
"line"
></text>
...
...
@@ -204,6 +208,11 @@
}
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
erpInitialize
()
{
return
new
Promise
((
resolve
,
reject
)
=>
{
api
.
erpInitialize
({}).
then
((
res
)
=>
{
...
...
pages/application-process/contract.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
<text
class=
"line line_pass"
></text>
...
...
@@ -103,6 +107,11 @@
},
500
)
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
getContractList
()
{
api
.
listQuery
({
systemType
:
'1'
...
...
pages/application-process/education.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
<text
class=
"line line_pass"
></text>
...
...
@@ -128,6 +132,11 @@
uni
.
$off
(
'ckqueryById'
);
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
educationLevelQuery
()
{
api
.
educationLevelQuery
().
then
((
res
)
=>
{
console
.
log
(
res
)
...
...
pages/application-process/id-card.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
<text
class=
"line line_pass"
></text>
...
...
@@ -116,6 +120,11 @@
uni
.
$off
(
'ckqueryById'
);
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
queryById
(
id
,
userId
)
{
uni
.
showLoading
({
title
:
'加载中...'
...
...
pages/application-process/personal-statement.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
<text
class=
"line line_pass"
></text>
...
...
@@ -77,6 +81,11 @@
this
.
dropOptionsQuery
();
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
dropOptionsQuery
()
{
api
.
dropOptionsQuery
({
code
:
'CFFP_Partner_Statements'
...
...
pages/application-process/signature.vue
View file @
deef2849
<
template
class=
"sign"
>
<view
class=
"container"
style=
"margin-bottom: 0;"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
<text
class=
"line line_pass"
></text>
...
...
@@ -71,6 +75,11 @@
this
.
norebound
()
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
// 禁止微信浏览器回弹效果
norebound
(){
// #ifdef H5
...
...
pages/application-process/work-experience.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
申请加盟
</text>
</view>
<scroll-view
scroll-y
style=
"height: 100vh;"
>
<view
class=
"page"
>
<text
class=
"num actived pass"
>
1
</text>
...
...
@@ -165,6 +169,11 @@
uni
.
$off
(
'ckqueryById'
);
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
clickImg
(
i
)
{
ckbigImg
(
i
)
},
...
...
pages/applyDropClass/applyDropClass.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"classInfo"
>
<view
class=
"classInfo"
style=
"padding-top:80rpx"
>
<view
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top:18rpx"
>
</view>
<course-item
:thumbnailPath=
"courseInfoItem.displayImage"
:title=
"courseInfoItem.fileTitle"
:summaryBox=
"courseInfoItem.fileSynopsis"
:dataList=
"
{coursePrice:courseInfoItem.coursePrice,salesNumber:courseInfoItem.salesNumber}" :fileLecturerId="courseInfoItem.fileLecturerId">
</course-item>
</view>
<!-- 订单支付明细 -->
...
...
@@ -91,6 +93,11 @@
};
},
methods
:{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
bindPickerChange
(
e
){
this
.
dropIndex
=
e
.
detail
.
value
;
},
...
...
pages/dropLists/dropLists.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"container"
style=
"padding-top:60rpx"
>
<view
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top:18rpx"
>
</view>
<h4
class=
"noListTip"
v-if=
"!dropLists||dropLists.length
<
=
0
"
>
暂无退课
</h4>
<template
v-if=
"dropLists.length >0 "
>
<view
class=
"dropItem"
v-for=
"item in dropLists"
>
...
...
@@ -42,6 +44,11 @@
}
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
viewDetail
(
item
){
uni
.
navigateTo
({
url
:
`/pages/orderDetail/orderDetail?id=
${
item
.
orderId
}
&type=drop&commissionType=
${
item
.
commissionType
}
`
...
...
pages/orderConfirm/orderConfirm.vue
View file @
deef2849
...
...
@@ -2,7 +2,9 @@
<view
class=
"container"
>
<!-- 课程详情 -->
<template
v-if=
"courseInfoItem"
>
<view
class=
"courseItemBox"
>
<view
class=
"courseItemBox"
style=
"padding-top:80rpx"
>
<view
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top:18rpx"
>
</view>
<course-item
:thumbnailPath=
"courseInfoItem.displayImage"
:title=
"courseInfoItem.fileTitle"
:summaryBox=
"courseInfoItem.fileSynopsis"
:dataList=
"
{coursePrice:courseInfoItem.coursePrice,salesNumber:courseInfoItem.salesNumber}"
...
...
@@ -219,6 +221,11 @@
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
// 支付
pay
()
{
if
(
this
.
paymentBtnDisabled
)
{
...
...
pages/personalCenter/accountoperation/aboutcffp.vue
View file @
deef2849
<
template
>
<view
class=
"content"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 10rpx;"
></text>
<view
class=
"header"
>
<view
class=
"header-box"
>
<view
class=
"header-box-img"
>
...
...
@@ -44,6 +45,11 @@
uni
.
hideToast
();
},
methods
:{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
getFile
(
type
){
uni
.
navigateTo
({
url
:
`/components/clause/clause?type=
${
type
}
`
...
...
pages/personalCenter/system/accontsetting.vue
View file @
deef2849
<
template
>
<view
style=
"display: flex;flex-direction: column;"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 10rpx;"
></text>
<view
class=
""
>
<menu-list
:menuList=
"minorMenuLists"
></menu-list>
</view>
...
...
@@ -50,7 +51,11 @@
}
},
methods
:{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
}
}
}
</
script
>
...
...
pages/personalCenter/system/settings.vue
View file @
deef2849
<
template
>
<view
style=
"display: flex;flex-direction: column;"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 10rpx;"
></text>
<view>
<menu-list
v-if=
"menuList != 'undefined '"
:menuList=
"minorMenuLists"
></menu-list>
</view>
...
...
@@ -52,6 +53,11 @@ import MenuList from "@/components/menuList/menuList.vue"
uni
.
hideToast
();
},
methods
:{
goBack
(){
uni
.
switchTab
({
url
:
'/pages/personalCenter/personalCenter'
});
},
outLing
(){
uni
.
showModal
({
title
:
'退出登录'
,
...
...
pages/pointsExchange/pointsExchange.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"
left
: 20rpx;"
></text>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"
top
: 20rpx;"
></text>
<view>
{{
yesExchangeFortune
?
yesExchangeFortune
:
0
}}
</view>
...
...
pages/product/finance-calculator.vue
View file @
deef2849
...
...
@@ -49,8 +49,8 @@ import MenuList from "@/components/menuList/menuList.vue"
},
methods
:{
goBack
(){
uni
.
navigateBack
({
delta
:
1
uni
.
switchTab
({
url
:
'/pages/product/product'
});
}
}
...
...
pages/withdrawal/withdrawal.vue
View file @
deef2849
<
template
>
<view
class=
"container"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 20rpx;"
></text>
<view
class=
"top"
>
<view>
可兑换
...
...
@@ -92,6 +93,11 @@
this
.
goFortuneWithdrawal
()
},
methods
:{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
});
},
goFortuneWithdrawal
(){
const
param
=
{
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
...
...
@@ -136,15 +142,22 @@
//#ifdef H5
let
aliWithdrawalResVOParam
=
{
...
this
.
aliWithdrawalResVO
,
dataSource
:
2
dataSource
:
2
,
orderNo
:
this
.
partnerTradeNo
,
amount
:
this
.
exchangeAmount
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
//#endif
// #ifdef APP-PLUS
let
aliWithdrawalResVOParam
=
{
...
this
.
aliWithdrawalResVO
,
dataSource
:
1
dataSource
:
1
,
orderNo
:
this
.
partnerTradeNo
,
amount
:
this
.
exchangeAmount
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
//#endif
console
.
log
(
aliWithdrawalResVOParam
)
api
.
aliWithdrawal
(
aliWithdrawalResVOParam
).
then
((
res
)
=>
{
this
.
readonlyFlag
=
false
;
if
(
res
[
'success'
]){
...
...
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