Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-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
王永飞
tjty-app
Commits
5b2f80d9
Commit
5b2f80d9
authored
Nov 25, 2022
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了BUG
parent
df52d3dd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
13 deletions
+26
-13
course.vue
tjty-app/pages_course/tjty_course_course/course.vue
+0
-5
my.vue
tjty-app/pages_my/my/my.vue
+8
-0
myActivity.vue
tjty-app/pages_my/myActicity/myActivity.vue
+18
-8
No files found.
tjty-app/pages_course/tjty_course_course/course.vue
View file @
5b2f80d9
...
@@ -358,11 +358,6 @@
...
@@ -358,11 +358,6 @@
this
.
flag
=
false
this
.
flag
=
false
this
.
list
(
this
.
type
,
this
.
queryParams
.
pageNum
)
this
.
list
(
this
.
type
,
this
.
queryParams
.
pageNum
)
},
},
...
mapMutations
(
'm_user'
,
[
'updateToken'
]),
...
mapMutations
(
'm_user'
,
[
'updateToken'
]),
...
mapMutations
(
'm_user'
,
[
'updateUserInfo'
]),
...
mapMutations
(
'm_user'
,
[
'updateUserInfo'
]),
//登录判断
//登录判断
...
...
tjty-app/pages_my/my/my.vue
View file @
5b2f80d9
...
@@ -217,6 +217,14 @@
...
@@ -217,6 +217,14 @@
overflow-x
:
hidden
;
overflow-x
:
hidden
;
overflow-y
:
hidden
;
overflow-y
:
hidden
;
// top: 88rpx;
/* #ifdef APP-PLUS */
top
:
calc
(
var
(
--
top-window-height
)
+
0px
);
/* #endif */
-webkit-overflow-scroll
:touch
;
left
:
0
;
.home
{
.home
{
position
:
absolute
;
position
:
absolute
;
...
...
tjty-app/pages_my/myActicity/myActivity.vue
View file @
5b2f80d9
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<view
class=
"info"
>
<view
class=
"info"
>
<view
class=
"question"
style=
"display: flex;width: 100%; justify-content: space-between;"
>
<view
class=
"question"
style=
"display: flex;width: 100%; justify-content: space-between;"
>
<view
style=
"width: 80%;height: 100%;"
>
<view
style=
"width: 80%;height: 100%;"
>
<view
style=
"padding: 6% 3% 0 5%;height: 100%;"
>
{{
item
.
activityName
}}
</view>
<view
style=
"padding: 6% 3% 0 5%;height: 100%;"
>
{{
item
.
activityName
|
ellipsis
}}
</view>
</view>
</view>
<view
style=
"width: 20%;height: 100%;"
>
<view
style=
"width: 20%;height: 100%;"
>
<!--
<view
class=
"item1"
>
-->
<!--
<view
class=
"item1"
>
-->
...
@@ -44,26 +44,25 @@
...
@@ -44,26 +44,25 @@
</view>
</view>
<dividerface></dividerface>
<dividerface></dividerface>
<view
class=
"item"
style=
"display: flex"
>
比赛时间
:
<view
class=
"time"
>
{{
item
.
activityTime
}}
</view>
<view
class=
"item"
style=
"display: flex"
>
比赛时间
:
<view
class=
"time"
>
{{
item
.
activityTime
}}
</view>
</view>
</view>
<view
class=
"item"
style=
"display: flex"
>
报名时间
:
<view
class=
"time"
>
<view
class=
"item"
style=
"display: flex"
>
报名时间
:
<view
class=
"time"
>
{{
item
.
taseCreateTime
||
item
.
tasCreateTime
}}
{{
item
.
taseCreateTime
||
item
.
tasCreateTime
}}
</view>
</view>
</view>
</view>
<view
class=
"item"
style=
"display: flex;margin-left: 34rpx;"
>
参赛人
:
<view
class=
"time"
>
<view
class=
"item"
style=
"display: flex;margin-left: 34rpx;"
>
参赛人
:
<view
class=
"time"
>
{{
item
.
tasName
||
item
.
taseName
}}
{{
item
.
tasName
||
item
.
taseName
}}
</view>
</view>
</view>
</view>
<view
style=
"display: flex;"
>
<view
style=
"display: flex;"
>
<button
@
tap=
"tapPopup(item.type,item.tasSignupId,item.taseSignupId)"
style=
"width: 50%;background-color: #3b7cde;border-radius:0 0 0 16px;"
>
报名详情
</button>
<button
@
tap=
"tapPopup(item.type,item.tasSignupId,item.taseSignupId)"
style=
"width: 50%;background-color: #3b7cde;border-radius:0 0 0 16px;
color: aliceblue
"
>
报名详情
</button>
<button
@
click=
"goDetail(item.type,wechatId,item.activityId)"
<button
@
click=
"goDetail(item.type,wechatId,item.activityId)"
style=
"width: 50%;background-color: #3b7cde;border-radius:0 0 16px 0;"
>
活动详情
</button>
style=
"width: 50%;background-color: #3b7cde;border-radius:0 0 16px 0;
color: aliceblue
"
>
活动详情
</button>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"popup"
v-show=
"showexam"
>
<view
class=
"popup"
v-show=
"showexam"
>
<view
class=
"popup-info"
>
<view
class=
"popup-info"
>
<view
style=
"margin-bottom: 20px;margin-left: 45px;"
>
学校
:
{{
signupexamlist
.
school
}}
</view>
<view
style=
"margin-bottom: 20px;margin-left: 45px;"
>
学校
:
{{
signupexamlist
.
school
}}
</view>
...
@@ -77,7 +76,6 @@
...
@@ -77,7 +76,6 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"popup"
v-show=
"show"
>
else
<view
class=
"popup"
v-show=
"show"
>
else
<view
class=
"popup-info"
>
<view
class=
"popup-info"
>
...
@@ -116,6 +114,7 @@
...
@@ -116,6 +114,7 @@
userInfo
userInfo
}
from
'os'
;
}
from
'os'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
showtime
:
false
,
showtime
:
false
,
...
@@ -130,6 +129,17 @@
...
@@ -130,6 +129,17 @@
signuplist
:{}
signuplist
:{}
}
}
},
},
filters
:
{
ellipsis
(
value
){
if
(
!
value
)
return
''
;
if
(
value
.
length
>
31
)
{
return
value
.
slice
(
0
,
31
)
+
'...'
}
return
value
}
},
computed
:
{
computed
:
{
...
mapState
(
'm_user'
,
[
'userInfo'
]),
...
mapState
(
'm_user'
,
[
'userInfo'
]),
},
},
...
...
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