Commit 694f8bb0 authored by 黄媛媛's avatar 黄媛媛

1

parent 5dace7b5
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
title: res.message, title: res.message,
icon: "none", icon: "none",
}); });
if(this.gotyp == 1){ if(this.gotype == 1){
setTimeout(()=>{ setTimeout(()=>{
uni.navigateBack({ uni.navigateBack({
delta:1, delta:1,
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
} }
}); });
},1000) },1000)
}else if(this.gotyp == 2){ }else if(this.gotype == 2){
setTimeout(()=>{ setTimeout(()=>{
uni.navigateBack({ uni.navigateBack({
delta:2, delta:2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment