@@ -254,7 +254,7 @@ export default {
if (this.btnLoading) return
this.btnLoading = true
setTimeout(() => {
- if ( this.btnLoading && !this.isPay ) {
+ if ( this.btnLoading && !this.isPay && this.parkMallCode !== 3) {
const toast1 = Toast({
message: '网络连接失败,请重试',
duration: 3000,