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
98b70311
Commit
98b70311
authored
Apr 28, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
395c193b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
activeInnerDetail.vue
pages/kotra/activeInnerDetail.vue
+1
-1
index.vue
pages/share/index/index.vue
+1
-0
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+4
-1
user-center.vue
pages/user-center/user-center.vue
+1
-0
No files found.
pages/kotra/activeInnerDetail.vue
View file @
98b70311
...
...
@@ -117,7 +117,7 @@
<template
v-if=
"isShowBtn"
>
<view
v-if=
"dataList.IsJoinActivity==0"
>
<view
class=
"acdetailBtn"
v-if=
"dataList.ActivityStatus==2"
>
报名活动(已结束)
</view>
<view
class=
"acdetailBtn"
v-if=
"dataList.ActivityStatus==1&&dataList.IsSignUp!=1"
>
不可报名
</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>
...
...
pages/share/index/index.vue
View file @
98b70311
...
...
@@ -218,6 +218,7 @@
export
default
{
components
:
{
orderPopup
,
auth
},
data
()
{
return
{
...
...
pages/user-center/components/blinddate-user.vue
View file @
98b70311
...
...
@@ -177,7 +177,10 @@
uni
.
navigateTo
({
url
:
'/pages/blindDate/personal/buyvip?Id='
+
id
});
}
},
login
(
name
)
{
this
.
$emit
(
'fatherMethod'
,
name
);
},
}
}
</
script
>
...
...
pages/user-center/user-center.vue
View file @
98b70311
...
...
@@ -191,6 +191,7 @@
:modelstype=
'modelstype'
:bottommargin=
'bottommargin'
:PointNum=
'PointNum'
@
fatherMethod=
"login"
>
</blinddate>
...
...
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