Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a70f8605
authored
Sep 25, 2020
by
wjw
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ww--电影场次更新
parent
c0de9f41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
pages/play/movie-detail/movie-detail.js
pages/play/movie-detail/movie-detail.wxss
pages/play/movie-detail/movie-detail.js
View file @
a70f8605
...
@@ -99,7 +99,7 @@ Page({
...
@@ -99,7 +99,7 @@ Page({
name
:
'今日'
+
App
.
modular
.
miment
().
format
(
'MM月DD日'
)
name
:
'今日'
+
App
.
modular
.
miment
().
format
(
'MM月DD日'
)
}
}
statusList
.
push
(
tempItem
)
statusList
.
push
(
tempItem
)
showList
[
index
]
=
movieInfo
.
allTimes
[
key
]
showList
[
index
]
=
movieInfo
.
today
index
++
index
++
}
else
if
(
key
===
App
.
modular
.
miment
().
add
(
1
,
'DD'
).
format
(
'YYYY-MM-DD'
))
{
}
else
if
(
key
===
App
.
modular
.
miment
().
add
(
1
,
'DD'
).
format
(
'YYYY-MM-DD'
))
{
tempItem
=
{
tempItem
=
{
...
@@ -107,7 +107,7 @@ Page({
...
@@ -107,7 +107,7 @@ Page({
name
:
'明日'
+
App
.
modular
.
miment
().
add
(
1
,
'DD'
).
format
(
'MM月DD日'
)
name
:
'明日'
+
App
.
modular
.
miment
().
add
(
1
,
'DD'
).
format
(
'MM月DD日'
)
}
}
statusList
.
push
(
tempItem
)
statusList
.
push
(
tempItem
)
showList
[
index
]
=
movieInfo
.
allTimes
[
key
]
showList
[
index
]
=
movieInfo
.
tomorrow
index
++
index
++
}
else
if
(
key
===
App
.
modular
.
miment
().
add
(
day
,
'DD'
).
format
(
'YYYY-MM-DD'
))
{
}
else
if
(
key
===
App
.
modular
.
miment
().
add
(
day
,
'DD'
).
format
(
'YYYY-MM-DD'
))
{
tempItem
=
{
tempItem
=
{
...
...
pages/play/movie-detail/movie-detail.wxss
View file @
a70f8605
...
@@ -149,7 +149,8 @@ page {
...
@@ -149,7 +149,8 @@ page {
width: 710rpx;
width: 710rpx;
height: 160rpx;
height: 160rpx;
margin-left: 40rpx;
margin-left: 40rpx;
border-bottom: 1px solid #3A3A40;
padding-right: 40rpx;
border-bottom: 1rpx solid #3A3A40;
}
}
.show-time-start {
.show-time-start {
width: 118rpx;
width: 118rpx;
...
@@ -158,13 +159,14 @@ page {
...
@@ -158,13 +159,14 @@ page {
font-weight: 600;
font-weight: 600;
}
}
.show-time-end {
.show-time-end {
width: 1
22
rpx;
width: 1
30
rpx;
margin-left: 48rpx;
margin-left: 48rpx;
color: #959DA9;
color: #959DA9;
font-size: 26rpx;
font-size: 26rpx;
}
}
.show-free {
.show-free {
margin-left: 130rpx;
margin-left: 80rpx;
width: 130rpx;
color: #fff;
color: #fff;
font-size: 26;
font-size: 26;
}
}
...
...
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