Commit a70f8605 by wjw

ww--电影场次更新

parent c0de9f41
...@@ -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 = {
......
...@@ -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: 122rpx; width: 130rpx;
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;
} }
......
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