From 391558c1e30ab213afd157e37e7e7174c5162148 Mon Sep 17 00:00:00 2001 From: zengBin Date: Wed, 9 Oct 2024 17:24:18 +0800 Subject: [PATCH] update --- src/pages/home/information.wpy | 4 +--- src/pages/news/chitchat.wpy | 12 ++++++++---- src/pages/news/visitor.wpy | 7 +++++-- src/pages/tabBar/news.wpy | 9 +++------ src/utils/im.js | 5 ++++- 5 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/pages/home/information.wpy b/src/pages/home/information.wpy index 963d7fb..a5d3a68 100644 --- a/src/pages/home/information.wpy +++ b/src/pages/home/information.wpy @@ -1044,10 +1044,8 @@ wepy.page({ } } vm.throttle = true - wx.hideLoading() }).catch(() => { vm.throttle = true - wx.hideLoading() }) } }, @@ -1156,7 +1154,7 @@ wepy.page({ vm.loginShow = true return } - if (!vm.userData.is_rank) { + if (!vm.userData.rank_id) { vm.modalName = 'purchase' return } diff --git a/src/pages/news/chitchat.wpy b/src/pages/news/chitchat.wpy index cdc88c0..6b295d5 100644 --- a/src/pages/news/chitchat.wpy +++ b/src/pages/news/chitchat.wpy @@ -559,7 +559,7 @@ page {