修复bug
This commit is contained in:
@@ -882,6 +882,11 @@
|
||||
});
|
||||
|
||||
const goBack = () => {
|
||||
// 第二步返回第一步
|
||||
if (currentStep.value === 1) {
|
||||
currentStep.value = 0
|
||||
return
|
||||
}
|
||||
uni.removeStorageSync("communityId");
|
||||
uni.removeStorageSync("communityName");
|
||||
uni.removeStorageSync("buildingId");
|
||||
@@ -896,6 +901,10 @@
|
||||
uni.removeStorageSync("houseIsDefault")
|
||||
uni.removeStorageSync("updateHouseId")
|
||||
uni.navigateBack()
|
||||
// uni.redirectTo({
|
||||
// url: '/pageSubPack/my/myHouseIndex',
|
||||
|
||||
// });
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user