Browse Source

页面跳转

master
邓宏 2 years ago
parent
commit
e582aa8b50
  1. 3
      pages/purchase/apply.vue

3
pages/purchase/apply.vue

@ -146,7 +146,6 @@ export default {
} }
}, },
onLoad(){ onLoad(){
uni.reLaunch({url:"/pages/home/my?toPage=record"})
this.init() this.init()
}, },
methods:{ methods:{
@ -176,7 +175,7 @@ export default {
body: this.formData body: this.formData
}) })
if(res.statu){ if(res.statu){
uni.switchTab({url:"/pages/home/my?toPage=record"}) uni.reLaunch({url:"/pages/home/my?toPage=record"})
}else{ }else{
uni.showModal({ uni.showModal({
title:"提示", title:"提示",

Loading…
Cancel
Save