Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
45bc21fe
Commit
45bc21fe
authored
Mar 16, 2020
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
0be144bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/components/livedModel/livedIsEnded.vue
+4
-2
src/pages/lived/index.vue
+5
-1
No files found.
src/components/livedModel/livedIsEnded.vue
View file @
45bc21fe
...
...
@@ -178,10 +178,13 @@ export default {
height
:
100px
;
margin-left
:
16px
;
color
:
#fff
;
font-size
:
1
8
px
;
font-size
:
1
6
px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
.name{
text-align
:
left
;
}
.price
{
display
:
flex
;
justify-content
:
space-between
;
...
...
@@ -189,7 +192,6 @@ export default {
font-size
:
18px
;
span{
color
:
#FF0000
;
text-align
:
left
;
}
.icon
{
font-size
:
22px
;
...
...
src/pages/lived/index.vue
View file @
45bc21fe
...
...
@@ -5,7 +5,7 @@
<img
:src=
"liveNoticeInfo.coverUrl"
alt=
""
>
</div>
<!-- 直播展示层 -->
<div
class=
"liveModel"
>
<div
class=
"liveModel"
v-if=
"liveNoticeInfo.liveBroadcastState>-1"
>
<!-- 自定义返回按钮 -->
<div
class=
"customBack flex"
>
<div
class=
"backIcon"
>
...
...
@@ -81,6 +81,10 @@ export default {
this
.
shopLogo
=
DFSImg
(
params
.
shopLogo
,
40
,
40
);
this
.
init
();
},
onUnload
(){
this
.
liveNoticeInfo
.
liveBroadcastState
=-
1
;
this
.
liveNoticeInfo
=
{};
},
mounted
()
{
},
...
...
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