修复bug
This commit is contained in:
@@ -152,15 +152,9 @@
|
||||
}
|
||||
|
||||
const goBackAdd = () => {
|
||||
uni.removeStorageSync('carBrandId');
|
||||
uni.removeStorageSync('carBrandName');
|
||||
|
||||
uni.navigateTo({
|
||||
url: '/pageSubPack/my/addCar',
|
||||
success: res => {},
|
||||
fail: () => {},
|
||||
complete: () => {}
|
||||
});
|
||||
uni.removeStorageSync("carBrandId");
|
||||
uni.removeStorageSync("carBrandName");
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
onShow(() => {})
|
||||
|
||||
Reference in New Issue
Block a user