Commit 51a1ef6a authored by qipeng's avatar qipeng

传输时间处理

parent d754840b
......@@ -324,8 +324,8 @@ export default {
distributionPrice: 0, //临时用
merchantId: this.merchantId, //商户id
orderTouristList:[], //游客信息
playDate: this.dateList[this.active].startTime, //开始日期
endPlayDate: this.dateList[this.active].endTime, //结束日期
playDate: this.dateList[this.active].startTime.substring(0,10), //开始日期
endPlayDate: this.dateList[this.active].endTime.substring(0,10), //结束日期
startPlayTime: this.dateList[this.active].startTime.substring(11,19),
endPlayTime: this.dateList[this.active].endTime.substring(11,19),
isMaster: 0, //是否主产品 1 否, 0 是
......@@ -492,12 +492,12 @@ export default {
font-weight: 600;
font-size: 32rpx;
color: #333333;
line-height: 36rpx;
line-height: 40rpx;
padding: 0 24rpx 0 24rpx;
}
.exchange-gif{
width: 168rpx;
height: 24rpx;
width: 166rpx;
height: 40rpx;
margin-top: 6rpx;
margin-left: 12rpx;
}
......
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 to comment