Commit a70f8605 by wjw

ww--电影场次更新

parent c0de9f41
......@@ -99,7 +99,7 @@ Page({
name: '今日' + App.modular.miment().format('MM月DD日')
}
statusList.push(tempItem)
showList[index] = movieInfo.allTimes[key]
showList[index] = movieInfo.today
index++
} else if (key === App.modular.miment().add(1, 'DD').format('YYYY-MM-DD')) {
tempItem = {
......@@ -107,7 +107,7 @@ Page({
name: '明日' + App.modular.miment().add(1, 'DD').format('MM月DD日')
}
statusList.push(tempItem)
showList[index] = movieInfo.allTimes[key]
showList[index] = movieInfo.tomorrow
index++
} else if (key === App.modular.miment().add(day, 'DD').format('YYYY-MM-DD')) {
tempItem = {
......
......@@ -149,7 +149,8 @@ page {
width: 710rpx;
height: 160rpx;
margin-left: 40rpx;
border-bottom: 1px solid #3A3A40;
padding-right: 40rpx;
border-bottom: 1rpx solid #3A3A40;
}
.show-time-start {
width: 118rpx;
......@@ -158,13 +159,14 @@ page {
font-weight: 600;
}
.show-time-end {
width: 122rpx;
width: 130rpx;
margin-left: 48rpx;
color: #959DA9;
font-size: 26rpx;
}
.show-free {
margin-left: 130rpx;
margin-left: 80rpx;
width: 130rpx;
color: #fff;
font-size: 26;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment