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
41a2f85d
Commit
41a2f85d
authored
Jan 05, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
3b804148
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
pages/courseDetail/courseDetail.vue
+1
-1
pages/myCertify/myCertify.vue
+8
-3
pages/myPoints/myPoints.vue
+6
-4
No files found.
pages/courseDetail/courseDetail.vue
View file @
41a2f85d
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<!-- tabContent区域 -->
<!-- tabContent区域 -->
<view
class=
"tabContent"
>
<view
class=
"tabContent"
>
<!-- 课程介绍 -->
<!-- 课程介绍 -->
<view
class=
"courseIntroContent"
v-if=
"tabType===1"
>
<view
class=
"courseIntroContent"
v-if=
"tabType===1"
style=
"margin-top: 20rpx;"
>
<view
v-html=
"courseInfo.fileIntroduce"
class=
"richTextContent"
></view>
<view
v-html=
"courseInfo.fileIntroduce"
class=
"richTextContent"
></view>
</view>
</view>
<!-- 相关课程列表 -->
<!-- 相关课程列表 -->
...
...
pages/myCertify/myCertify.vue
View file @
41a2f85d
...
@@ -239,22 +239,27 @@
...
@@ -239,22 +239,27 @@
.getCertifyListsBox
{
.getCertifyListsBox
{
.certifyInfoItem{
.certifyInfoItem{
background-color
:
#fff
;
background-color
:
#fff
;
margin-bottom
:
10
rpx
;
//
margin-bottom
:
10
rpx
;
border-bottom
:
10
rpx
#FBFBFB
solid
;
padding
:
20
rpx
0
;
padding
:
20
rpx
0
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
image{
image{
max-width
:
6
0%
;
max-width
:
10
0%
;
height
:
auto
;
height
:
auto
;
margin
:
0
auto
;
}
}
.certifyImgBox
{
.certifyImgBox
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
flex-start
;
}
}
}
}
.certifyInfoItem
:last-child
{
border-bottom
:
0
;
}
}
}
}
}
}
}
...
...
pages/myPoints/myPoints.vue
View file @
41a2f85d
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<view>
{{
pointItem
.
productTypeName
}}
</view>
<view>
{{
pointItem
.
productTypeName
}}
</view>
<view>
{{
pointItem
.
commissionTypeName
}}
</view>
<view>
{{
pointItem
.
commissionTypeName
}}
</view>
<view
class=
"get_point"
>
{{
pointItem
.
commissionAmount
}}
</view>
<view
class=
"get_point"
>
{{
pointItem
.
commissionAmount
}}
</view>
<view
class=
"point_detail"
>
查看明细
</view>
<view
class=
"point_detail"
>
{{
pointItem
.
productTypeName
!=
'-'
?
'查看明细'
:
'-'
}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -158,9 +158,11 @@
...
@@ -158,9 +158,11 @@
}
}
},
},
toPointDetail
(
item
){
toPointDetail
(
item
){
uni
.
navigateTo
({
if
(
item
.
productTypeName
!=
'-'
){
url
:
`../myPoints/pointsDetail?timeFlag=
${
this
.
timeFlag
}
&fortuneDate=
${
this
.
fortuneDate
}
&commissionType=
${
item
.
commissionType
}
&productType=
${
item
.
productType
}
`
,
uni
.
navigateTo
({
})
url
:
`../myPoints/pointsDetail?timeFlag=
${
this
.
timeFlag
}
&fortuneDate=
${
this
.
fortuneDate
}
&commissionType=
${
item
.
commissionType
}
&productType=
${
item
.
productType
}
`
,
})
}
},
},
goBack
(){
goBack
(){
let
back
=
getCurrentPages
();
let
back
=
getCurrentPages
();
...
...
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