充值卡

master
gongfuxiang 2024-05-27 01:14:33 +08:00
parent 482e8a2f94
commit 59374d1a96
1 changed files with 5 additions and 1 deletions

View File

@ -89,7 +89,11 @@
self.setData({
form_submit_loading: false
});
uni.navigateBack();
if(app.globalData.prev_page() == null) {
app.globalData.url_open('/pages/plugins/rechargecard/index/index', true);
} else {
uni.navigateBack();
}
}, 1500);
} else {
if (app.globalData.is_login_check(res.data, this, 'form_submit', e)) {