知南丶北游
知南丶北游
`//js此处画图 let windowWidth = 320 try { let res = wx.getSystemInfoSync() windowWidth = res.windowWidth let statistics = that.data.statistics Object.keys(statistics).forEach(function (key) { console.log(key + '---' + statistics[key]) new wxCharts({ animation: true,...
这么久都没维护了,什么情况。
```html 申请日期: 申请节次: ``` ```js let oDate = new Date() let today = oDate.getFullYear() + "/" + (oDate.getMonth() + 1) + "/" + oDate.getDate() $("#applyDate").val(jinTian) $("#applyDate").calendar({ dateFormat: 'yyyy/mm/dd', minDate: today,...