Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
7f658efd
Commit
7f658efd
authored
Mar 04, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改活动报名
parent
c67db6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
23 deletions
+17
-23
activityDetail.vue
pagesActivity/activityDetail.vue
+17
-23
No files found.
pagesActivity/activityDetail.vue
View file @
7f658efd
...
@@ -30,28 +30,29 @@
...
@@ -30,28 +30,29 @@
</view>
</view>
<view
class=
"pop-price"
>
<view
class=
"pop-price"
>
<image
class=
"popprice-img"
:src=
"baseUrl+'/activity/unitPrice.png'"
/>
<image
class=
"popprice-img"
:src=
"baseUrl+'/activity/unitPrice.png'"
/>
<view
class=
"popprice-text"
><text>
{{
activityDetail
.
applicationFee
}}
¥
</text></view>
<view
class=
"popprice-text"
>
单价:
<text>
¥
{{
activityDetail
.
applicationFee
}}
次/人
</text></view>
</view>
</view>
<view
class=
"pop-time"
style=
"margin-top: 10px;"
>
<view
class=
"poptime-text"
>
已报名人数:
{{
activityDetail
.
applicationCount
}}
/
{{
activityDetail
.
maxApplicationCount
}}
</view>
</view>
<view
class=
"pop-time"
>
<view
class=
"poptime-text"
>
男生数量:
{{
activityDetail
.
maleCount
}}
</view>
</view>
<view
class=
"pop-time"
>
<view
class=
"poptime-text"
>
女生数量:
{{
activityDetail
.
femaleCount
}}
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"buy-num"
>
<!--
<view
class=
"buy-num"
>
--
>
<!--
<view
class=
"buynum-title"
>
购买数量
</view>
-->
<!--
<view
class=
"buynum-title"
>
购买数量
</view>
-->
<!--
<view
class=
"buynum-math"
>
-->
<!--
<view
class=
"buynum-math"
>
-->
<!--
<view
class=
"num"
>
{{
buynum
}}
</view>
-->
<!--
<view
class=
"num"
>
{{
buynum
}}
</view>
-->
<!--
</view>
-->
<!--
</view>
-->
<view>
<!--
</view>
-->
<image
class=
"popbody-image"
:src=
"baseUrl+'/index/gonggao.png'"
/>
</view>
<view>
<view
style=
"font-size: 16px;padding-bottom: 16rpx"
>
已报名人数:
{{
activityDetail
.
applicationCount
}}
/
{{
activityDetail
.
maxApplicationCount
}}
</view>
<view
style=
"font-size: 16px;padding-bottom: 16rpx"
>
男生数量:
{{
activityDetail
.
maleCount
}}
</view>
<view
style=
"font-size: 16px;padding-bottom: 16rpx"
>
女生数量:
{{
activityDetail
.
femaleCount
}}
</view>
</view>
</view>
<view
class=
"all-price"
>
<view
class=
"all-price"
>
<view
class=
"all-money"
>
共计:
<text>
¥
{{
totalprice
}}
</text></view>
<view
class=
"all-money"
>
共计:
<text>
¥
{{
totalprice
}}
</text></view>
<view
class=
"all-button"
@
click=
"submitorder"
>
确认报名
</view>
<view
v-if=
"activityDetail.applicationCount != activityDetail.maxApplicationCount"
class=
"all-button"
@
click=
"submitorder"
>
确认报名
</view>
<view
v-else
class=
"all-button"
style=
"background: #999999;"
>
报名人数已满
</view>
</view>
</view>
</view>
</view>
</u-popup>
</u-popup>
...
@@ -346,8 +347,8 @@ export default {
...
@@ -346,8 +347,8 @@ export default {
padding-bottom
:
42rpx
;
padding-bottom
:
42rpx
;
border-bottom
:
1px
solid
#EEEEEE
;
border-bottom
:
1px
solid
#EEEEEE
;
.popbody-image
{
.popbody-image
{
width
:
2
08
rpx
;
width
:
2
42
rpx
;
height
:
2
08
rpx
;
height
:
2
42
rpx
;
border-radius
:
12px
12px
12px
12px
;
border-radius
:
12px
12px
12px
12px
;
margin-right
:
26rpx
;
margin-right
:
26rpx
;
}
}
...
@@ -391,7 +392,7 @@ export default {
...
@@ -391,7 +392,7 @@ export default {
margin-right
:
14rpx
;
margin-right
:
14rpx
;
}
}
.popprice-text
{
.popprice-text
{
font-size
:
1
2
px
;
font-size
:
1
4
px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666666
;
color
:
#666666
;
...
@@ -417,13 +418,6 @@ export default {
...
@@ -417,13 +418,6 @@ export default {
line-height
:
32rpx
;
line-height
:
32rpx
;
}
}
.popbody-image
{
width
:
208rpx
;
height
:
208rpx
;
border-radius
:
12px
12px
12px
12px
;
margin-right
:
26rpx
;
}
.buynum-math
{
.buynum-math
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
...
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