Commit 415c920d71ff58667c9ba28626a5041465bd41f9

Authored by xianghenggang
1 parent 887f5c5ad6

no message

Showing 1 changed file with 1 additions and 1 deletions

littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js View file @ 415c920
... ... @@ -15,7 +15,7 @@
15 15 chooseOne:1,
16 16 chooseTwo:0,
17 17 showErr:false,
18   - today: new Date()
  18 + today: new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDate()
19 19 },
20 20 /*---------生命周期--------*/
21 21 onLoad: function (e) {