Commit 50f316be by zhangzhen

细节优化

parent 0cb684fa
......@@ -186,7 +186,8 @@
margin: 20rpx 0;
transition-property: all;
transition-timing-function:ease;
box-shadow: -4rpx 4rpx 13rpx 0rpx rgba(74, 11, 47, 0.4);
box-shadow: 0rpx 0rpx 28rpx 0rpx rgba(0,0,0,0.6);
opacity: 0.9;
overflow: hidden;
.image{
width: 100%;
......
......@@ -631,7 +631,7 @@
if( actualTime < originTime - 4*60*60*1000 || this.onCheckPackUse(startDate,endDate,4)){
// console.log("实际时长小于原时长的60%则选择明天的时间");
// 加一天时间重新计算
if(this.dateIndex != 0){
if(this.dateIndex != 0 || this.orderType ==2){
useStatus = false;
return
}
......
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