Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
67bf52de
Commit
67bf52de
authored
May 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
18b51ee4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
JIaheactivitydetails.vue
pages/school/JIaheactivitydetails.vue
+3
-2
Jiaheactivity.vue
pages/school/Jiaheactivity.vue
+3
-3
signUpList.vue
pages/school/components/signUpList.vue
+3
-2
No files found.
pages/school/JIaheactivitydetails.vue
View file @
67bf52de
...
...
@@ -191,8 +191,9 @@
</view>
-->
</view>
<view
v-if=
"detial.IsJoinActivity==0"
>
<view
class=
"btnc"
v-if=
"detial.IsSignUp==1"
:style=
"
{background:mainColor}" @click="gosignUp()">立即预约
</view>
<view
class=
"btnc"
v-if=
"detial.IsSignUp==0"
>
不可预约
</view>
<view
class=
"btnc"
v-if=
"detial.IsSignUp==1 && (detial.TotalMan- detial.JoinNum)>0"
:style=
"
{background:mainColor}" @click="gosignUp()">立即预约
</view>
<view
class=
"btnc"
v-if=
"detial.IsSignUp==0 || (detial.TotalMan- detial.JoinNum)==0"
>
不可预约
</view>
</view>
<view
v-if=
"detial.IsJoinActivity==1"
>
<view
class=
"btnc"
v-if=
"detial.IsSignUp==1"
>
已报名
</view>
...
...
pages/school/Jiaheactivity.vue
View file @
67bf52de
...
...
@@ -154,11 +154,11 @@
</view>
<view
class=
"details-box"
v-for=
"(x,y) in item.list"
:key=
'y'
@
click=
"gourl(x)"
>
<view
class=
"details-box-top-z"
v-if=
"(x.TotalMan-x.JoinNum)>0"
:style=
"
{background:mainColor}">
</view>
<view
class=
"details-box-top-f"
v-if=
"(x.TotalMan-x.JoinNum)
==0
"
></view>
<view
class=
"details-box-top-f"
v-if=
"(x.TotalMan-x.JoinNum)
<1
"
></view>
<view
class=
"details-box-t-positions"
v-if=
"(x.TotalMan-x.JoinNum)>0"
:style=
"
{background:mainColor}">
<text>
{{
(
x
.
TotalMan
-
x
.
JoinNum
)
>=
6
?
'可预约'
:(
x
.
TotalMan
-
x
.
JoinNum
)
<
6
?
'剩余'
+
(
x
.
TotalMan
-
x
.
JoinNum
)
+
'个空位'
:
''
}}
</text>
</view>
<view
class=
"details-box-t-positions"
v-if=
"(x.TotalMan-x.JoinNum)
==0
"
:style=
"
{background:'#40766E'}">
<view
class=
"details-box-t-positions"
v-if=
"(x.TotalMan-x.JoinNum)
<1
"
:style=
"
{background:'#40766E'}">
爆满
</view>
<!-- 内容 -->
...
...
@@ -255,7 +255,7 @@
return
{
show
:
false
,
current
:
1
,
pageTitle
:
"
报名
"
,
pageTitle
:
"
活动列表
"
,
showAuth
:
false
,
u
:
{},
mainColor
:
""
,
...
...
pages/school/components/signUpList.vue
View file @
67bf52de
...
...
@@ -39,8 +39,9 @@
<u-icon
name=
"phone-o"
:size=
"28"
color=
"#999999"
style=
'margin-right: 5px;margin-left: 10px;'
></u-icon>
<view>
{{
x
.
LinkTel
}}
</view>
<u-icon
name=
"star-o"
:size=
"28"
:color=
"mainColor"
style=
'margin-right: 5px;margin-left: 10px;'
></u-icon>
<view
v-if=
"x.Money>0"
:style=
"
{color:mainColor}">
{{
x
.
Money
}}
</view>
<view
v-if=
"x.Money==0"
:style=
"
{color:mainColor}">免费
</view>
<view
v-if=
"x.Money>0 && x.TotalPoint==0"
:style=
"
{color:mainColor}">
{{
x
.
Money
}}
元
</view>
<view
v-if=
"x.Money==0 && x.TotalPoint>0"
:style=
"
{color:mainColor}">
{{
x
.
TotalPoint
}}
点
</view>
<view
v-if=
"x.Money==0 && x.TotalPoint==0"
:style=
"
{color:mainColor}">免费
</view>
</view>
<view
class=
"box-Remark"
>
<view
class=
"box-Remark-top"
>
...
...
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