kongdeqiang
2023-07-05 de3fd59e158b4f905afa8b32019f11196d5625d5
src/components/page/IndexTest.vue
@@ -107,13 +107,10 @@
                    return;
                }
                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/api/park', {id:this.outParkId}, res => {
                    this.$message({
                        message: '2秒后自动跳转到支付页面,防止内外网数据同步延迟,请稍等',
                        type: 'success',
                        duration:2000,
                    });
                  setTimeout(function(){window.location.href = res.msg;},2000);
                    this.showFlag = false;
                  if(res.code === 0){
                    window.location.href = res.msg
                    this.showFlag = false
                  }
                })
            },
            noCarOut(){