diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index 224eeab..d70ce54 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -380,19 +380,6 @@ title:'登录后才能出示付款码哦', icon:'none' }) - return - // uni.showModal({ - // content: "登录后才能出示付款码哦", - // confirmText: "去登录", - // success: function(res) { - // if (res.confirm) { - // uni.navigateTo({ - // url: "/BagAuth/pages/login/login", - // }); - // } - // }, - // }); - // return; } this.showThreeSites = true }, @@ -405,18 +392,6 @@ icon:'none' }) return - // uni.showModal({ - // content: "登录后才能获取加油卡哦", - // confirmText: "去登录", - // success: function(res) { - // if (res.confirm) { - // uni.navigateTo({ - // url: "/BagAuth/pages/login/login", - // }); - // } - // }, - // }); - // return; } uni.navigateTo({ url: '/BagMoney/pages/oilCards/oilCards'