From 9d063ae42999814aa28d38bffcfca72603426c16 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 11 Apr 2023 10:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- team/qrcode/qrcode.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 88a06bd..e252abf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -228,7 +228,7 @@ // 学习速递 getStudy() { partnerOperatingList({ - createTimeSort: 'desc', + topSort: 'desc', pageNum: 1, pageSize: 5, querySource: 4, diff --git a/team/qrcode/qrcode.vue b/team/qrcode/qrcode.vue index bc6c539..f3438e1 100644 --- a/team/qrcode/qrcode.vue +++ b/team/qrcode/qrcode.vue @@ -51,7 +51,9 @@ teamId: team.teamId }).then(({ my }) => { this.my = my - this.getQrcode() + this.$nextTick(() => { + this.getQrcode() + }) }).catch(e => {}) }, // 生成二维码