diff --git a/packageIntegral/productList/index.vue b/packageIntegral/productList/index.vue index 6681a80..dc1b701 100644 --- a/packageIntegral/productList/index.vue +++ b/packageIntegral/productList/index.vue @@ -598,4 +598,4 @@ } } - \ No newline at end of file + diff --git a/packageOrders/pages/orderList/orderList.vue b/packageOrders/pages/orderList/orderList.vue index 6afaba5..86ca245 100644 --- a/packageOrders/pages/orderList/orderList.vue +++ b/packageOrders/pages/orderList/orderList.vue @@ -109,19 +109,21 @@ - 开始时间: + 开始时间: - + + - 结束时间: + 结束时间: - + + @@ -452,10 +454,10 @@ } }, startDateChange:function(e){ - this.startDate = e.detail.value + this.startDate = e let data=this.startDate this.endStartDate = data - this.endEndDate = this.getEndDate(Date.parse(data)+ 3600 * 1000 * 24 * 30) + this.endEndDate = this.getEndDate(Date.parse(data)+ 3600 * 1000 * 24 * 31) this.params.startTime = this.startDate }, endDateChange:function(e){ @@ -465,7 +467,7 @@ icon: 'none' }); }else{ - this.endDate = e.detail.value + this.endDate = e this.params.endTime = this.endDate }