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
1cc7e75f
Commit
1cc7e75f
authored
Jun 24, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除设置返回键
parent
d26508ec
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
47 additions
and
50 deletions
+47
-50
components/clause/clause.vue
+3
-0
pages/courseDetail/courseDetail.vue
+7
-20
pages/courselist/courselist.vue
+3
-3
pages/personalCenter/accountoperation/aboutcffp.vue
+3
-0
pages/personalCenter/system/accontsetting.vue
+3
-0
pages/personalCenter/system/cancellation.vue
+10
-2
pages/personalCenter/system/settings.vue
+3
-0
uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
+15
-25
No files found.
components/clause/clause.vue
View file @
1cc7e75f
<
template
>
<view
class=
"container"
>
<!-- #ifdef APP -->
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 20rpx;"
v-if=
"isBack !=1"
></text>
<!-- #endif -->
<view
class=
"content"
v-if=
"type == 1"
:style=
"
{'margin-top': isBack!=1 ? '60rpx' : '0'}">
<view
class=
""
>
【审慎阅读】您在申请注册流程中点击同意本协议之前,应当认真阅读本协议。请您务必审慎阅读、
...
...
pages/courseDetail/courseDetail.vue
View file @
1cc7e75f
...
...
@@ -51,25 +51,11 @@
<view
class=
""
style=
"width: 100%;"
>
<h4>
{{
courseInfo
.
fileTitle
}}
</h4>
</view>
<view
class=
"shareF"
>
<!--
<view
class=
"awakenApp"
@
click=
"jumpapp()"
v-if=
"coursesharing == 1"
>
<view
class=
""
style=
"width: 50rpx; height: 50rpx;"
>
<image
style=
"width: 50rpx; height: 50rpx;"
src=
"../../static/Slice117.png"
mode=
""
></image>
</view>
<text>
唤醒App
</text>
</view>
-->
<!-- v-if="isWeixin == true" -->
<strong>
</strong>
</view>
</view>
<view
class=
"dataBox"
>
<strong
v-if=
"(courseInfo.status==1 || courseInfo.status==2 )&& courseInfo.coursePrice !== 0"
>
¥
{{
Number
(
courseInfo
.
coursePrice
).
toFixed
(
2
)
}}
</strong>
<!--
<strong
v-if=
"(courseInfo.status==1 || courseInfo.status==2 )&& courseInfo.coursePrice == 0"
>
免费
</strong>
-->
<!--
<text
v-if=
"courseInfo.status==2"
style=
"color: #F15A1F;margin-right: 20rpx;"
><i
class=
"iconfont icon-yifukuan"
></i>
已购
</text>
-->
<text
v-if=
"courseInfo.coursePrice != 0"
>
{{
courseInfo
.
salesNumber
}}
人
{{
showName
}}
</text>
</view>
...
...
@@ -124,7 +110,7 @@
<view>
<p><text
class=
"lecturerName"
>
{{
lecturerInfo
.
lecturerName
}}
</text></p>
<template
v-if=
"lecturerInfo?.lecturerRankNames"
>
<p
v-for=
"
item in lecturerInfo.lecturerRankNames.split(',')
"
class=
"lecturerTitle"
>
<p
v-for=
"
(item,index) in lecturerInfo.lecturerRankNames.split(',')"
:key=
"index
"
class=
"lecturerTitle"
>
<text>
{{
item
}}
</text>
</p>
</
template
>
...
...
@@ -453,13 +439,14 @@
this
.
$refs
.
share
.
open
()
},
sharechange
(
val
)
{
if
(
val
.
index
!=
3
){
if
(
val
.
tabbar
){
uni
.
switchTab
({
url
:
val
.
item
.
link
url
:
val
.
link
})
return
}
else
{
uni
.
navigateTo
({
url
:
val
.
item
.
link
url
:
val
.
link
})
}
},
...
...
pages/courselist/courselist.vue
View file @
1cc7e75f
...
...
@@ -334,7 +334,7 @@
width
:
100%
;
left
:
50%
;
transform
:
translate
(
-50%
);
bottom
:
3
%
;
bottom
:
-20
%
;
font-size
:
28
rpx
;
color
:
#fff
;
.icon-shuangyoujiantou{
...
...
@@ -348,7 +348,7 @@
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
bottom
:
-
15
%
;
bottom
:
-
40
%
;
line-height
:
1.3
;
}
}
...
...
@@ -362,7 +362,7 @@
.productList{
width
:
100%
;
box-sizing
:
border-box
;
margin-top
:
-
5
%
;
margin-top
:
-
7
%
;
background-color
:
#fff
;
padding
:
20
rpx
;
border-radius
:
10
rpx
;
...
...
pages/personalCenter/accountoperation/aboutcffp.vue
View file @
1cc7e75f
<
template
>
<view
class=
"content"
>
<!-- #ifdef APP -->
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 10rpx;"
></text>
<!-- #endif -->
<view
class=
"header"
>
<view
class=
"header-box"
>
<view
class=
"header-box-img"
>
...
...
pages/personalCenter/system/accontsetting.vue
View file @
1cc7e75f
<
template
>
<view
style=
"display: flex;flex-direction: column;"
>
<!-- #ifdef APP -->
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 10rpx;"
></text>
<!-- #endif -->
<view
class=
""
>
<menu-list
:menuList=
"minorMenuLists"
></menu-list>
</view>
...
...
pages/personalCenter/system/cancellation.vue
View file @
1cc7e75f
<
template
>
<view
class=
"container"
>
<!-- #ifdef APP -->
<view
class=
"top"
>
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
></text>
<text>
注销账号
</text>
</view>
<view
class=
""
style=
"text-align: center;font-size: 40rpx;"
>
<!-- #endif -->
<view
class=
"mobileBox"
>
<text>
注销手机号:
</text>
<text
style=
"color: #20269B;"
>
{{
hideMoblie
(
mobile
)
}}
</text>
</view>
...
...
@@ -87,7 +90,7 @@
align-items
:
center
;
position
:
relative
;
width
:
100%
;
margin
:
0
auto
60
rpx
auto
;
//
margin
:
0
auto
60
rpx
auto
;
.zuojiantou{
display
:
inline-block
;
transform
:
rotate
(
180deg
);
...
...
@@ -101,6 +104,11 @@
position
:
absolute
;
}
}
.mobileBox
{
text-align
:
center
;
font-size
:
40
rpx
;
padding-top
:
40
rpx
;
}
.tips
{
color
:
#666666
;
li{
...
...
pages/personalCenter/system/settings.vue
View file @
1cc7e75f
<
template
>
<view
style=
"display: flex;flex-direction: column;"
>
<!-- #ifdef APP -->
<text
class=
"iconfont icon-youjiantou zuojiantou"
@
click=
"goBack()"
style=
"top: 10rpx;"
></text>
<!-- #endif -->
<view>
<menu-list
v-if=
"menuList != 'undefined '"
:menuList=
"minorMenuLists"
></menu-list>
</view>
...
...
uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
View file @
1cc7e75f
...
...
@@ -48,38 +48,31 @@
return
{
bottomData
:
[{
text
:
'首页'
,
icon
:
'iconfont icon-shouye'
,
icon
:
'iconfont icon-shouye
16
'
,
name
:
'home'
,
link
:
'/pages/index/index'
},
{
text
:
'搜索'
,
icon
:
'iconfont icon-sousuo'
,
name
:
'searh'
,
link
:
'/pages/courselist/courselist'
link
:
'/pages/index/index'
,
tabbar
:
true
},
// {
// icon: 'iconfont icon-sousuo',
// name: 'searh',
// link:'/pages/courselist/courselist'
// },
{
text
:
'我的'
,
icon
:
'iconfont icon-
wode
'
,
icon
:
'iconfont icon-
gerenzhongxin
'
,
name
:
'user'
,
link
:
'/pages/personalCenter/personalCenter'
link
:
'/pages/personalCenter/personalCenter'
,
tabbar
:
true
},
{
text
:
'消息'
,
icon
:
'iconfont icon-xiaoxi'
,
name
:
'news'
,
link
:
'/pages/systemMsg/system_msg'
link
:
'/pages/systemMsg/system_msg'
,
tabbar
:
false
},
// {
// text: '百度',
// icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/1ec6e920-50bf-11eb-8a36-ebb87efcf8c0.png',
// name: 'copy'
// },
// {
// text: '其他',
// icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/2e0fdfe0-50bf-11eb-b997-9918a5dda011.png',
// name: 'more'
// }
]
}
},
...
...
@@ -97,10 +90,7 @@
* 选择内容
*/
select
(
item
,
index
)
{
this
.
$emit
(
'select'
,
{
item
,
index
})
this
.
$emit
(
'select'
,
item
)
this
.
close
()
},
...
...
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