微信小程序组件vant的van-datetime-picker报错
微信小程序组件vant的van-datetime-picker报错
很多教程用的都是button,或者view,没有发生value的冲突
1 | <van-cell title="发表日期" required is-link value="{{currentDate}}" bind:click="showPopup" /> |
把van-datetime-picker中的value=”“去除掉,或者是不能跟van-cell里面的value重复,猜测应该是van-datetime-picker会把返回的number类型的时间戳进行格式化,如果跟上面一样,会导致无法处理string类型的时间