在wxml中使用substring()没效果
<view class=“td”>{{item.createdDate.substring(0,10)}}</view>
如上,createdDate是包含日期和时间的字符串,如2017-12-04 07:02:56,为何不起作用,连数据都渲染不出来了
<view class=“td”>{{item.createdDate.substring(0,10)}}</view>
如上,createdDate是包含日期和时间的字符串,如2017-12-04 07:02:56,为何不起作用,连数据都渲染不出来了