Commit 957c7069 authored by limeimei's avatar limeimei

修改支付

parent bb278459
Pipeline #2065 canceled with stages
...@@ -79,10 +79,13 @@ ...@@ -79,10 +79,13 @@
gohome() { gohome() {
// AppInterface.closeCamera(); // AppInterface.closeCamera();
clearInterval(this.timer); clearInterval(this.timer);
this.$router.replace({ this.$router.replace({
name: "visitor", name: "visitor",
}); });
AppInterface.closeCamera();
}, },
}, },
beforeDestroy() { beforeDestroy() {
......
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
this.$router.replace({ this.$router.replace({
name: "sim", name: "sim",
}); });
AppInterface.closeCamera();
}, },
}, },
beforeDestroy() { beforeDestroy() {
......
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