改什么底层代码啊。。只需要 任意调用接口的地方 this.setData 方法,把 formatter重新赋值就可以了。。。 this.setData({ formatter: function (day) { 你要写的bug } )}
vant 自定义日期文案 怎么动态的传值进去?这里面的值 formatter 应该 怎么动态的 传入进去? 有大佬知道吗? [图片] Page({ data: { formatter(day) { const month = day.date.getMonth() + 1; const date = day.date.getDate(); if (month === 5) { if (date === 1) { day.topInfo = '劳动节'; } else if (date === 4) { day.topInfo = '五四青年节'; } else if (date === 11) { day.text = '今天'; } } if (day.type === 'start') { day.bottomInfo = '入住'; } else if (day.type === 'end') { day.bottomInfo = '离店'; } return day; }, }, });
2020-12-09一样的问题。。还没有解决吗
版本管理中的代码管理网页打不开,显示401 未认证?401未认证认证失败,请联系管理员
2020-05-05