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
fbe6ce36
Commit
fbe6ce36
authored
Jan 09, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回功能报错修复
parent
e53b6d96
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
9 additions
and
65 deletions
+9
-65
pages/authentication-query/authentication-query.vue
+0
-5
pages/authentication-query/authentication-result.vue
+0
-5
pages/courseDetail/courseDetail.vue
+3
-3
pages/inviteJoin/inviteJoin.vue
+0
-5
pages/myCertify/myCertify.vue
+0
-5
pages/myLearning/myLearning.vue
+0
-8
pages/myPoints/myPoints.vue
+0
-5
pages/myPoints/pointsDetail.vue
+4
-8
pages/personalCenter/myTeam.vue
+0
-5
pages/personalCenter/teamMembers/jurisdiction.vue
+2
-1
pages/personalCenter/teamMembers/teamMembers.vue
+0
-5
pages/pointsExchange/pointsExchange.vue
+0
-5
pages/saleCourseLists/saleCourseLists.vue
+0
-5
No files found.
pages/authentication-query/authentication-query.vue
View file @
fbe6ce36
...
...
@@ -50,14 +50,9 @@
},
methods
:{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
selectType
(
item
){
this
.
queryType
=
item
.
id
;
...
...
pages/authentication-query/authentication-result.vue
View file @
fbe6ce36
...
...
@@ -53,14 +53,9 @@
return
dataHandling
.
dateFormat
(
val
,
'yyyy-MM-dd'
)
},
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
getResult
(){
const
param
=
{
...
...
pages/courseDetail/courseDetail.vue
View file @
fbe6ce36
...
...
@@ -678,9 +678,9 @@
console
.
log
(
'success'
);
});
btn
.
addEventListener
(
'error'
,
function
(
e
)
{
uni
.
navigateTo
({
url
:
'/pages/downloadApp/downloadApp
'
})
//
uni.navigateTo({
// url:'/pages/downloadAppCommon/downloadAppCommon
'
//
})
// uni.showModal({
// title: '系统消息',
// content: '您的手机未找到当前应用,是否去下载?',
...
...
pages/inviteJoin/inviteJoin.vue
View file @
fbe6ce36
...
...
@@ -171,14 +171,9 @@
},
methods
:
{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
// 暂时废弃
// blueInput(name) {
...
...
pages/myCertify/myCertify.vue
View file @
fbe6ce36
...
...
@@ -64,14 +64,9 @@
},
methods
:{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
switchTab
(
type
){
this
.
tabType
=
type
;
...
...
pages/myLearning/myLearning.vue
View file @
fbe6ce36
...
...
@@ -61,14 +61,6 @@
uni
.
navigateBack
({
delta
:
1
});
// let back = getCurrentPages();
// if(back && back.length>1) {
// uni.navigateBack({
// delta: 1
// });
// }else{
// history.back();
// }
},
userStudyList
(){
api
.
userStudyList
({
userId
:
this
.
userId
}).
then
(
res
=>
{
...
...
pages/myPoints/myPoints.vue
View file @
fbe6ce36
...
...
@@ -165,14 +165,9 @@
}
},
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
}
}
}
...
...
pages/myPoints/pointsDetail.vue
View file @
fbe6ce36
<
template
>
<view
class=
"container"
>
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: -
20
rpx;"
></text>
<picker
@
change=
"changeProductType"
:value=
"
dropOptionName
"
:range=
"productTypeList"
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: -
15
rpx;"
></text>
<picker
@
change=
"changeProductType"
:value=
"
productTypeIdx
"
:range=
"productTypeList"
range-key=
"dropOptionName"
>
<view
class=
"uni-input"
>
{{
productTypeList
[
productTypeIdx
][
'dropOptionName'
]
}}
<text
class=
"iconfont icon-youjiantou"
></text>
...
...
@@ -13,7 +13,7 @@
<text
class=
"iconfont icon-youjiantou"
></text>
</view>
</picker>
<picker
@
change=
"changeCommissionType"
:value=
"
dropOptionName
"
:range=
"commissionTypeList"
<picker
@
change=
"changeCommissionType"
:value=
"
commissionTypeIdx
"
:range=
"commissionTypeList"
range-key=
"dropOptionName"
>
<view
class=
"uni-input"
>
{{
commissionTypeList
[
commissionTypeIdx
][
'dropOptionName'
]
}}
<text
class=
"iconfont icon-youjiantou"
></text>
...
...
@@ -94,14 +94,9 @@
},
methods
:{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
bindDateChange
:
function
(
e
)
{
this
.
fortuneDate
=
e
.
detail
.
value
;
...
...
@@ -186,6 +181,7 @@
align-items
:
center
;
margin
:
40
rpx
auto
20
rpx
auto
;
background
:
#fff
;
position
:
relative
;
.icon-youjiantou{
transform
:
rotate
(
90deg
);
width
:
16px
;
...
...
pages/personalCenter/myTeam.vue
View file @
fbe6ce36
...
...
@@ -25,14 +25,9 @@
},
methods
:
{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
goteam
(
item
)
{
console
.
log
(
item
)
...
...
pages/personalCenter/teamMembers/jurisdiction.vue
View file @
fbe6ce36
...
...
@@ -21,7 +21,8 @@
<text>
成员数量
</text>
</view>
</view>
<lazy-tree
:datatitleList=
"datatitleList"
:dataList=
"getList(item,dataList)"
type=
"2"
></lazy-tree>
<lazy-tree
:datatitleList=
"datatitleList"
:dataList=
"item.memberList"
type=
"2"
></lazy-tree>
<!--
<lazy-tree
:datatitleList=
"datatitleList"
:dataList=
"getList(item,dataList)"
type=
"2"
></lazy-tree>
-->
<!--
<myteam-table
:datatitleList=
"datatitleList"
:dataList=
"raiseList"
type=
"2"
></myteam-table>
-->
<!--
<view
class=
"table-content"
>
<span>
辖下组织/成员
</span>
...
...
pages/personalCenter/teamMembers/teamMembers.vue
View file @
fbe6ce36
...
...
@@ -63,14 +63,9 @@
},
methods
:{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
getmyseatem
()
{
api
.
queryMyTeamInfo
({
...
...
pages/pointsExchange/pointsExchange.vue
View file @
fbe6ce36
...
...
@@ -69,14 +69,9 @@
},
methods
:{
goBack
(){
let
back
=
getCurrentPages
();
if
(
back
&&
back
.
length
>
1
)
{
uni
.
navigateBack
({
delta
:
1
});
}
else
{
history
.
back
();
}
},
queryByUserIdFortuneStatistic
(){
api
.
queryByUserIdFortuneStatistic
({
userId
:
uni
.
getStorageSync
(
'cffp_userId'
)}).
then
((
res
)
=>
{
...
...
pages/saleCourseLists/saleCourseLists.vue
View file @
fbe6ce36
...
...
@@ -100,14 +100,9 @@
},
methods: {
goBack(){
let back = getCurrentPages();
if(back && back.length>1) {
uni.navigateBack({
delta: 1
});
}else{
history.back();
}
},
curriculumDetail(item){
uni.navigateTo({
...
...
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