修复bug
This commit is contained in:
@@ -294,16 +294,14 @@
|
||||
}
|
||||
|
||||
const goBack = () => {
|
||||
uni.removeStorageSync('carNum')
|
||||
uni.removeStorageSync('carBrand')
|
||||
uni.removeStorageSync('carModel')
|
||||
uni.removeStorageSync('carColor')
|
||||
uni.removeStorageSync('carImageUrl')
|
||||
uni.removeStorageSync('carBrandId')
|
||||
uni.removeStorageSync('checkType')
|
||||
uni.navigateTo({
|
||||
url: '/pageSubPack/my/myCarIndex'
|
||||
})
|
||||
uni.removeStorageSync("carNum")
|
||||
uni.removeStorageSync("carBrand")
|
||||
uni.removeStorageSync("carModel")
|
||||
uni.removeStorageSync("carColor")
|
||||
uni.removeStorageSync("carImageUrl")
|
||||
uni.removeStorageSync("carBrandId")
|
||||
uni.removeStorageSync("checkType")
|
||||
uni.navigateBack()
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user