Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8ede71b2
authored
2024-04-01 19:30:37 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
e1adf2be
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
src/viewsPc/index.vue
src/viewsPc/match/components/groupInfo-row.vue
src/viewsPc/match/pay.vue
src/viewsPc/meta/index.vue
src/viewsPc/index.vue
View file @
8ede71b
...
...
@@ -229,7 +229,7 @@
<el-row
:gutter=
"20"
>
<el-col
:lg=
"8"
>
<div
class=
"liveImgbox"
@
click=
"goDetail(livelist[0])"
>
<i
class=
"ii"
>
直播中
</i
>
<!-- <i class="ii">直播中</i>--
>
<img
:src=
"fillImgUrl_webSite(livelist[0]?.picUrl)"
>
<h3
class=
"esp"
>
{{ livelist[0]?.name }}
</h3>
...
...
src/viewsPc/match/components/groupInfo-row.vue
View file @
8ede71b
...
...
@@ -47,16 +47,17 @@ const props = defineProps({
}
})
const
user
=
useUserStore
().
user
const
groupInfo
=
useUserStore
().
group
if
(
props
.
groupId
){
const
group
=
useUserStore
().
group
const
groupInfo
=
ref
({})
if
(
props
.
matchId
){
getGroupIdByCptId
()
}
else
{
getGroupInfo
()
}
}
function
getGroupIdByCptId
()
{
match
.
getMyGroupForCpt
(
props
.
groupId
,
props
.
matchId
).
then
(
res
=>
{
match
.
getMyGroupForCpt
(
props
.
groupId
||
group
.
id
,
props
.
matchId
).
then
(
res
=>
{
groupInfo
.
value
=
res
.
data
})
}
...
...
src/viewsPc/match/pay.vue
View file @
8ede71b
...
...
@@ -7,7 +7,7 @@
</div>
<match-info-row
v-if=
"matchId"
:match-id=
"matchId"
/>
<div
v-if=
"isLogin"
>
<group-info-row
v-if=
"groupId"
:group-id=
"groupId"
/>
<group-info-row
v-if=
"groupId"
:group-id=
"groupId"
:match-id=
"matchId"
/>
<coach-info-row
v-if=
"groupId"
:group-id=
"groupId"
:match-id=
"matchId"
/>
<div
class=
"pd20"
v-if=
"user.utype=='1'&&myMemberTable.length>0"
>
...
...
src/viewsPc/meta/index.vue
View file @
8ede71b
...
...
@@ -9,7 +9,7 @@
<el-row
:gutter=
"20"
>
<el-col
:lg=
"12"
:sm=
"24"
:md=
"12"
>
<div
class=
"liveImgbox"
@
click=
"goDetail(newsList[0])"
>
<i
class=
"ii"
>
直播中
</i
>
<!--
<i
class=
"ii"
>
直播中
</i>
--
>
<img
:src=
"fillImgUrl_webSite(newsList[0]?.picUrl)"
>
<h3
class=
"esp"
>
{{
newsList
[
0
]?.
name
}}
</h3>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment