修改 wyx

This commit is contained in:
wangyuxin
2026-04-18 17:29:15 +08:00
parent 452bf0b84d
commit f5c58aed75
20 changed files with 32 additions and 28 deletions

View File

@@ -200,7 +200,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);
}
})
},

View File

@@ -439,7 +439,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);
}
})
},

View File

@@ -194,7 +194,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);
}
}
})

View File

@@ -144,7 +144,7 @@
uni.setStorageSync('bindCarId', this.selectedId);
uni.setStorageSync('bindCarName', this.selectedName);
this.goBack();
}, 3000);
}, 2500);

View File

@@ -177,7 +177,7 @@
uni.removeStorageSync('parkingSpaceId');
uni.removeStorageSync('parkingSpaceName');
this.goNext();
}, 3000);
}, 2500);
}

View File

@@ -137,7 +137,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);

View File

@@ -160,7 +160,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);

View File

@@ -109,7 +109,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);
},

View File

@@ -219,7 +219,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);
}

View File

@@ -159,7 +159,7 @@
}
})
uni.setStorageSync('houseIsDefault', e.detail.value)
}, 3000);
}, 2500);
},
tapHouse(item) {
uni.redirectTo({

View File

@@ -206,7 +206,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goBack();
}, 3000);
}, 2500);
}
},
});

View File

@@ -195,7 +195,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
this.goFreash()
}, 3000);
}, 2500);
}

View File

@@ -125,7 +125,7 @@
// 提交成功后跳转列表页
uni.hideLoading();
}, 3000);
}, 2500);
}
@@ -153,7 +153,7 @@
}, 3000);
}, 2500);
}
}