推荐一款uniapp的日历插件魔改版可显示阳历阴历农历公历

上图:

1.下载

https://download.youkuaiyun.com/download/ktucms/90436225

2.调用,解压后,放到根目录就行了。

js

js methds:

 et_rlbox_clear:function () {
          var that=this;
          that.pdata.datestr_start="";
          that.pdata.datestr_end="";
        },
        et_chooseDate: function () {
            var that = this;
            that.rlbox.show = true;
        },
        et_rlbox_hide: function () {
            var that = this;
            that.rlbox.show = false;
        },
        et_ets_rlbox: function (et) {
            var that = this;
            switch (et.action) {
                case 'confirm':
                    that.pdata.datestr_start = et.range.before;
                    that.pdata.datestr_end = et.range.after;
                    that.$nextTick(function () {
                        that.rlbox.show = false;
                    })
                    that.$forceUpdate();
                    break;
                case 'close':
                    that.rlbox.show = false;
                    that.$forceUpdate();
                    break;
            }
        },

html代码:

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值