修改bug,优化导航
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
|
||||
const selectItem = (typeStr) => {
|
||||
if (typeStr === '车辆品牌') {
|
||||
uni.redirectTo({
|
||||
uni.navigateTo({
|
||||
url: '/pageSubPack/my/selectCarBrand'
|
||||
})
|
||||
}
|
||||
@@ -301,7 +301,7 @@
|
||||
uni.removeStorageSync('carImageUrl')
|
||||
uni.removeStorageSync('carBrandId')
|
||||
uni.removeStorageSync('checkType')
|
||||
uni.redirectTo({
|
||||
uni.navigateTo({
|
||||
url: '/pageSubPack/my/myCarIndex'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user