@ -1399,7 +1399,6 @@ swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active {
}
.list-empty {
margin-top: 10rpx;
display: flex;
flex-direction: column;
align-items: center;
@ -13,7 +13,7 @@ Scene({
{ index: 0, value: 'focus', name: '关注' },
{ index: 1, value: 'factory', name: '全部' }
],
pageIndex: 1,
pageIndex: 0,
},
onLoad: function (options) {
this.setData({
@ -1,3 +1,5 @@
const app = getApp()
const formatTime = date => {
const year = date.getFullYear()
const month = date.getMonth() + 1