浏览代码

ready event is not available. due to previous bug fix.

master
Patrick Peng Sun 8 年前
父节点
当前提交
642088f872
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      spa/assets/js/spa.js

+ 1
- 1
spa/assets/js/spa.js 查看文件

@@ -35,7 +35,7 @@ function closeWechatBrowser(){
});
}

$(function() {
$(document).ready(function() {
console.log("ready");
$('.datepicker').pickadate({
format: 'mm/dd/yyyy',

正在加载...
取消
保存