Authored by 毕凯

日期插件优化

AnyPicker @ 6206acd1
Subproject commit 6206acd137894609015041be1d59d9684690f8fe
... ...
... ... @@ -18,10 +18,11 @@
<div class="title">
生日
</div>
<div class="birthday-div">
<input class="birthday-picker" type="text" name="birthday" value="{{birthday}}" min="1900-01-01" max="2016-02-29" readonly>
<!-- <div class="birthday-div">
<span>{{birthday}}</span>
<input class="birthday-input" type="date" name="birthday" value="{{birthday}}" min="1900-01-01" max="2016-02-29">
</div>
</div> -->
</div>
<div class="gender">
<div class="title">
... ... @@ -57,4 +58,5 @@
</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="http://cdn.yoho.cn/huodong/2016yuanxiao/AnyPicker/dist/anypicker-all.min.css" />
{{> cuxiao/yuanxiao/footer}}
... ...
... ... @@ -9,8 +9,8 @@ use Plugin\Helpers;
*/
class YuanxiaoController extends HuodongAction
{
// const STATIC_FILE = 'http://localhost:2222/assets/1.0.5';
const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.5';
const STATIC_FILE = 'http://localhost:2222/assets/1.0.5';
// const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.5';
const ENCRYPT_KEY = 'iamgtskkwhoareyou';
/**
... ...