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
2022df85
Commit
2022df85
authored
Nov 29, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的积分样式调整
parent
daa4b6aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
21 deletions
+19
-21
api/api.ts
+1
-5
pages.json
+1
-1
pages/myPoints/myPoints.vue
+17
-15
No files found.
api/api.ts
View file @
2022df85
...
...
@@ -272,9 +272,5 @@ export default {
//查询申请加盟信息
queryById
(
params
){
return
request
(
`
${
cffpURL
}
/partner/queryById/
${
params
}
`
,
"GET"
)
},
// cffp推广人申请查询详细接口
queryById
(
id
)
{
return
request
(
`
${
apiURL
}
/cffp/partner/queryById/id=
${
id
}
`
,
"GET"
)
},
}
}
pages.json
View file @
2022df85
...
...
@@ -432,7 +432,7 @@
"enablePullDownRefresh"
:
false
}
}
,
}
],
//
"tabBar"
:
{
...
...
pages/myPoints/myPoints.vue
View file @
2022df85
...
...
@@ -29,7 +29,7 @@
</view>
<view
class=
"statistics_wrapper"
>
<view
class=
""
>
<text
style=
"color: #0A2F99;"
>
{{
sumCommissionAmount
}}
</text>
<text
style=
"color: #0A2F99;"
>
{{
(
Number
(
sumCommissionAmount
)).
toFixed
(
2
)
}}
</text>
<text>
累计积分
</text>
</view>
<view
class=
""
>
...
...
@@ -45,18 +45,18 @@
<view
class=
"title"
>
<h4>
积分明细
</h4>
</view>
<
ul
class=
"point_content_list"
>
<
li>
课程大类
</li
>
<
li>
积分来源
</li
>
<
li>
获得积分
</li
>
<
li>
操作
</li
>
</
ul
>
<
ul
class=
"point_content_list"
v-for=
"pointItem in cffpFortuneDeductionList"
@
click=
"toPointDetail(pointItem)"
>
<
li>
{{
pointItem
.
productTypeName
}}
</li
>
<
li>
{{
pointItem
.
commissionTypeName
}}
</li
>
<
li
class=
"get_point"
>
{{
pointItem
.
commissionAmount
}}
</li
>
<
li
class=
"point_detail"
>
查看明细
</li
>
</
ul
>
<
view
class=
"point_content_list"
>
<
view>
课程大类
</view
>
<
view>
积分来源
</view
>
<
view>
获得积分
</view
>
<
view>
操作
</view
>
</
view
>
<
view
class=
"point_content_list"
v-for=
"pointItem in cffpFortuneDeductionList"
@
click=
"toPointDetail(pointItem)"
>
<
view>
{{
pointItem
.
productTypeName
}}
</view
>
<
view>
{{
pointItem
.
commissionTypeName
}}
</view
>
<
view
class=
"get_point"
>
{{
pointItem
.
commissionAmount
}}
</view
>
<
view
class=
"point_detail"
>
查看明细
</view
>
</
view
>
</view>
</view>
</
template
>
...
...
@@ -195,6 +195,8 @@
flex-wrap
:
wrap
;
justify-content
:
space-around
;
font-size
:
36
rpx
;
width
:
33%
;
overflow
:
hidden
;
text{
margin-bottom
:
10
rpx
;
}
...
...
@@ -228,12 +230,12 @@
text-align
:
center
;
align-items
:
center
;
height
:
70
rpx
;
li
{
view
{
width
:
20%
;
text-align
:
center
;
overflow
:
hidden
;
}
li
:nth-child
(
2
)
{
view
:nth-child
(
2
)
{
width
:
40%
;
}
.get_point
{
...
...
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