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 {