|
|
|
@ -83,7 +83,6 @@ Page({ |
|
|
|
start_date:util.formatDate(today), |
|
|
|
end_date:year2+"/"+month2+"/"+monthDays2[0] |
|
|
|
}).then(res=>{ |
|
|
|
if (!res || res.code != 1) return |
|
|
|
let prices={}; |
|
|
|
res.data.map(item=>{ |
|
|
|
// 给规格排序
|
|
|
|
@ -125,7 +124,7 @@ Page({ |
|
|
|
monthIndex:selectMonth==month1?0:1 |
|
|
|
}) |
|
|
|
this.changePrice() |
|
|
|
}) |
|
|
|
}).catch(e=>{console.log(e)}) |
|
|
|
}, |
|
|
|
// 获取这个月有几天
|
|
|
|
getMonthDays:function(month,year){ |
|
|
|
|