@@ -696,6 +696,10 @@ export default {
url: '/pages/login/login'
});
} else {
+ if(this.payStatus==0){
+ this.jumpBuy()
+ return
+ }
if (this.userInfo.certified != 1) {
uni.showModal({
title: '提示',