更新
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user