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(){
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:"提示",

Loading…
Cancel
Save