From e582aa8b50bf2a7fede14ee7ee71aba536d185c6 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Thu, 2 Feb 2023 09:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/purchase/apply.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/purchase/apply.vue b/pages/purchase/apply.vue index 2d04281..626bac8 100644 --- a/pages/purchase/apply.vue +++ b/pages/purchase/apply.vue @@ -146,7 +146,6 @@ export default { } }, onLoad(){ - uni.reLaunch({url:"/pages/home/my?toPage=record"}) this.init() }, methods:{ @@ -176,7 +175,7 @@ export default { body: this.formData }) if(res.statu){ - uni.switchTab({url:"/pages/home/my?toPage=record"}) + uni.reLaunch({url:"/pages/home/my?toPage=record"}) }else{ uni.showModal({ title:"提示",