From 687ebc8e115bdd655483fd44fc90ff09a6d1770c Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 13 Nov 2024 13:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/home/home.vue | 25 ------------------------- 1 file changed, 25 deletions(-) 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'