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
70852153
Commit
70852153
authored
Apr 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a5fe83c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
activeInnerDetail.vue
pages/kotra/activeInnerDetail.vue
+9
-3
baomingorder.vue
pages/kotra/baomingorder.vue
+1
-1
No files found.
pages/kotra/activeInnerDetail.vue
View file @
70852153
...
@@ -115,9 +115,12 @@
...
@@ -115,9 +115,12 @@
<view
class=
"acdetail_Intro"
v-html=
"richtext"
></view>
<view
class=
"acdetail_Intro"
v-html=
"richtext"
></view>
</view>
</view>
<template
v-if=
"isShowBtn"
>
<template
v-if=
"isShowBtn"
>
<view
class=
"acdetailBtn"
v-if=
"dataList.ActivityStatus==2"
>
报名活动(已结束)
</view>
<view
v-if=
"dataList.IsJoinActivity==0"
>
<view
class=
"acdetailBtn"
@
click=
"IsOpenMiAi==1?gosignUp():showModal=true"
:style=
"
{'background-color':IsOpenMiAi==1?mainColor:'#1F1F1F'}" v-if="dataList.ActivityStatus==1
&&
dataList.IsSignUp==1">马上报名
</view>
<view
class=
"acdetailBtn"
v-if=
"dataList.ActivityStatus==2"
>
报名活动(已结束)
</view>
<view
class=
"acdetailBtn"
:style=
"
{'background-color':IsOpenMiAi==1?mainColor:'#80808A'}" v-if="dataList.ActivityStatus==0">未开始
</view>
<view
class=
"acdetailBtn"
v-if=
"dataList.ActivityStatus==1&&dataList.IsSignUp!=1"
>
不可报名
</view>
<view
class=
"acdetailBtn"
@
click=
"IsOpenMiAi==1?gosignUp():showModal=true"
:style=
"
{'background-color':IsOpenMiAi==1?mainColor:'#1F1F1F'}" v-if="dataList.ActivityStatus==1
&&
dataList.IsSignUp==1">马上报名
</view>
<view
class=
"acdetailBtn"
:style=
"
{'background-color':IsOpenMiAi==1?mainColor:'#80808A'}" v-if="dataList.ActivityStatus==0">未开始
</view>
</view>
<view
class=
"acdetailBtn"
v-if=
"dataList.IsJoinActivity==1"
>
已报名
</view>
<view
class=
"acdetailBtn"
v-if=
"dataList.IsJoinActivity==1"
>
已报名
</view>
</
template
>
</
template
>
<u-popup
v-model=
"showModal"
mode=
"center"
length=
"80%"
>
<u-popup
v-model=
"showModal"
mode=
"center"
length=
"80%"
>
...
@@ -180,6 +183,9 @@
...
@@ -180,6 +183,9 @@
}
}
this
.
getList
();
this
.
getList
();
},
},
onShow
()
{
this
.
getList
();
},
methods
:
{
methods
:
{
getList
(){
getList
(){
this
.
request2
({
this
.
request2
({
...
...
pages/kotra/baomingorder.vue
View file @
70852153
...
@@ -262,7 +262,7 @@ export default {
...
@@ -262,7 +262,7 @@ export default {
if
(
this
.
msg
.
EnrollState
==
1
){
if
(
this
.
msg
.
EnrollState
==
1
){
this
.
g
.
splice
(
this
.
bmobj
.
index
,
1
)
this
.
g
.
splice
(
this
.
bmobj
.
index
,
1
)
}
else
{
}
else
{
this
.
g
[
this
.
bmobj
.
index
].
Status
=
2
this
.
g
[
this
.
bmobj
.
index
].
Status
=
1
}
}
}
else
{
}
else
{
...
...
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