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
34218477
Commit
34218477
authored
Dec 16, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回按钮&提现跳转授权返回后按钮点不了bug修复
parent
72f664ce
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
54 additions
and
8 deletions
+54
-8
App.vue
+8
-0
index.html
+3
-0
pages/application-process/applyCommon.scss
+1
-1
pages/application-process/basic-info.vue
+1
-1
pages/application-process/signature.vue
+2
-1
pages/courseDetail/courseDetail.vue
+2
-0
pages/exchangeRecord/exchangeRecord.vue
+1
-1
pages/myPoints/myPoints.vue
+16
-1
pages/myPoints/pointsDetail.vue
+7
-1
pages/pointsExchange/pointsExchange.vue
+6
-0
pages/pointsExchange/pointsStatus.vue
+6
-0
pages/withdrawal/withdrawal.vue
+1
-2
No files found.
App.vue
View file @
34218477
...
...
@@ -124,4 +124,12 @@
.uni-calendar-item--extra
{
white-space
:
nowrap
!important
;
}
.zuojiantou
{
display
:
inline-block
;
transform
:
rotate
(
180deg
)
!important
;
font-size
:
30
rpx
;
z-index
:
1
;
position
:
absolute
;
top
:
30
rpx
;
}
</
style
>
index.html
View file @
34218477
...
...
@@ -14,6 +14,9 @@
<!--preload-links-->
<!--app-context-->
<script
src=
"https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<!-- 移动端调试 -->
<script
type=
"text/javascript"
src=
"//cdn.jsdelivr.net/npm/eruda"
></script>
<script>
eruda
.
init
();
</script>
</head>
<body>
<div
id=
"app"
>
...
...
pages/application-process/applyCommon.scss
View file @
34218477
...
...
@@ -121,7 +121,7 @@
}
.fixed
{
position
:
fixed
;
bottom
:
6
0rpx
;
bottom
:
4
0rpx
;
left
:
0
;
right
:
0
;
height
:
100rpx
;
...
...
pages/application-process/basic-info.vue
View file @
34218477
...
...
@@ -83,7 +83,7 @@
</picker>
</view>
<view
class=
"contentItem"
>
<text>
证件号码
{{
this
.
applyParam
.
approvalStatus
!=
0
&&
this
.
applyParam
.
approvalStatus
!=
2
}}
</text>
<text>
证件号码
</text>
<view>
<input
type=
"text"
class=
"form-control"
v-model=
"applyParam.idNo"
placeholder=
"请输入证件号码"
auto-blur=
true
@
blur=
"checkInput(3,applyParam.idNo)"
...
...
pages/application-process/signature.vue
View file @
34218477
...
...
@@ -23,7 +23,8 @@
</view>
<text
class=
"page_mark"
>
8/8
</text>
</view>
<view
class=
"signatureContent"
v-if=
"!applyParam.personalSignOssPath"
>
<!--这里必须用v-show否则打回重新签名时会获取不到dom元素-->
<view
class=
"signatureContent"
v-show=
"!applyParam.personalSignOssPath"
>
<e-signature
:style=
"
{'width':'100vw','height':'80vh'}" :showCanvas="showCanvas" ref="signatureComponent" @sendImage="getImage" >
</e-signature>
</view>
<image
:src=
"applyParam.personalSignOssPath"
mode=
"widthFix"
v-if=
"applyParam.personalSignOssPath"
></image>
...
...
pages/courseDetail/courseDetail.vue
View file @
34218477
...
...
@@ -516,6 +516,8 @@
hshare
(
data
,
url
)
},
},
onLoad
(
option
)
{
this
.
fileId
=
option
.
fileId
;
this
.
courseInfo
.
packFileId
=
option
.
packFileId
...
...
pages/exchangeRecord/exchangeRecord.vue
View file @
34218477
...
...
@@ -15,7 +15,7 @@
</view>
</view>
</view>
<view
style=
"text-align: center;color: #cacaca;"
>
暂无数据!
</view>
<view
style=
"text-align: center;color: #cacaca;"
v-if=
"!cffpFortuneDeductionList"
>
暂无数据!
</view>
</view>
</
template
>
...
...
pages/myPoints/myPoints.vue
View file @
34218477
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<view
class=
"exchange_wrapper"
>
<navigator
url=
"../pointsExchange/pointsStatus"
>
可兑换积分
<text
style=
"color: #FF7704;"
>
{{
yesExchangeFortune
}}
积分 >
</text></navigator>
<navigator
url=
"../pointsExchange/pointsExchange"
style=
"color:#C85E04;text-decoration: underline;"
>
可兑换提现
{{
yesExchangeFortune
}}
>
</navigator>
...
...
@@ -152,6 +153,11 @@
uni
.
navigateTo
({
url
:
`../myPoints/pointsDetail?timeFlag=
${
this
.
timeFlag
}
&fortuneDate=
${
this
.
fortuneDate
}
&commissionType=
${
item
.
commissionType
}
&productType=
${
item
.
productType
}
`
,
})
},
goBack
(){
uni
.
navigateBack
({
delta
:
1
})
}
}
}
...
...
@@ -165,6 +171,15 @@
padding
:
30
rpx
;
flex-wrap
:
wrap
;
align-items
:
center
;
padding-top
:
60
rpx
;
.zuojiantou{
display
:
inline-block
;
transform
:
rotate
(
180deg
);
font-size
:
30
rpx
;
z-index
:
1
;
position
:
absolute
;
top
:
30
rpx
;
}
.exchange_wrapper
{
width
:
60%
;
margin-right
:
10%
;
...
...
@@ -173,7 +188,7 @@
}
}
.bg
{
width
:
30
%
;
width
:
26
%
;
}
.nav
{
display
:
flex
;
...
...
pages/myPoints/pointsDetail.vue
View file @
34218477
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: -20rpx;"
></text>
<picker
@
change=
"changeProductType"
:value=
"dropOptionName"
:range=
"productTypeList"
range-key=
"dropOptionName"
>
<view
class=
"uni-input"
>
{{
productTypeList
[
productTypeIdx
][
'dropOptionName'
]
}}
...
...
@@ -81,6 +82,11 @@
this
.
getDetail
();
},
methods
:{
goBack
(){
uni
.
navigateBack
({
delta
:
1
})
},
bindDateChange
:
function
(
e
)
{
this
.
fortuneDate
=
e
.
detail
.
value
;
this
.
getDetail
();
...
...
@@ -162,7 +168,7 @@
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
margin
:
0
auto
20
rpx
auto
;
margin
:
40
rpx
auto
20
rpx
auto
;
background
:
#fff
;
.icon-youjiantou{
transform
:
rotate
(
90deg
);
...
...
pages/pointsExchange/pointsExchange.vue
View file @
34218477
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"left: 20rpx;"
></text>
<view>
{{
yesExchangeFortune
?
yesExchangeFortune
:
0
}}
</view>
...
...
@@ -67,6 +68,11 @@
this
.
queryByUserIdFortuneStatistic
();
},
methods
:{
goBack
(){
uni
.
navigateBack
({
delta
:
1
})
},
queryByUserIdFortuneStatistic
(){
api
.
queryByUserIdFortuneStatistic
({
userId
:
uni
.
getStorageSync
(
'cffp_userId'
)}).
then
((
res
)
=>
{
console
.
log
(
res
,
55454
)
...
...
pages/pointsExchange/pointsStatus.vue
View file @
34218477
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"left: 20rpx;"
></text>
<view>
{{
yesExchangeFortune
?
yesExchangeFortune
:
0
}}
</view>
...
...
@@ -61,6 +62,11 @@
this
.
queryByUserIdFortuneStatistic
();
},
methods
:{
goBack
(){
uni
.
navigateBack
({
delta
:
1
})
},
queryByUserIdFortuneStatistic
(){
api
.
queryByUserIdFortuneStatistic
({
userId
:
uni
.
getStorageSync
(
'cffp_userId'
)}).
then
((
res
)
=>
{
if
(
res
[
'success'
]){
...
...
pages/withdrawal/withdrawal.vue
View file @
34218477
...
...
@@ -201,7 +201,7 @@
}
console
.
log
(
this
.
aliWithdrawalResVO
)
api
.
isAuth
(
this
.
aliWithdrawalResVO
).
then
((
res
)
=>
{
console
.
log
(
res
)
this
.
readonlyFlag
=
false
;
if
(
res
[
'success'
]){
this
.
aliWithdrawalResVO
.
aliUserId
=
res
[
'data'
][
'aliUserId'
];
if
(
res
[
'data'
][
'isAuth'
]
==
1
){
...
...
@@ -260,7 +260,6 @@
}
}
else
{
this
.
readonlyFlag
=
false
;
uni
.
showModal
({
content
:
res
[
'message'
],
success
:
function
(
res
)
{
...
...
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