Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
b78436aecf
3 changed files with 3 additions and 2 deletions
  1. 1
      colorui/main.wxss
  2. 2
      pages/agent/agent-list/index.js
  3. 2
      utils/util.js

1
colorui/main.wxss

@ -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;

2
pages/agent/agent-list/index.js

@ -13,7 +13,7 @@ Scene({
{ index: 0, value: 'focus', name: '关注' },
{ index: 1, value: 'factory', name: '全部' }
],
pageIndex: 1,
pageIndex: 0,
},
onLoad: function (options) {
this.setData({

2
utils/util.js

@ -1,3 +1,5 @@
const app = getApp()
const formatTime = date => {
const year = date.getFullYear()
const month = date.getMonth() + 1

Loading…
Cancel
Save