首页排序

master
yujialong 2 years ago
parent 333013dd5c
commit 9d063ae429
  1. 2
      pages/index/index.vue
  2. 4
      team/qrcode/qrcode.vue

@ -228,7 +228,7 @@
//
getStudy() {
partnerOperatingList({
createTimeSort: 'desc',
topSort: 'desc',
pageNum: 1,
pageSize: 5,
querySource: 4,

@ -51,7 +51,9 @@
teamId: team.teamId
}).then(({ my }) => {
this.my = my
this.getQrcode()
this.$nextTick(() => {
this.getQrcode()
})
}).catch(e => {})
},
//

Loading…
Cancel
Save