|
|
|
@ -47,7 +47,9 @@ Component({
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
wx.setStorageSync('modelsData', this.data.boxArr)
|
|
|
|
|
wx.setStorageSync('sBrand', this.data.sBrand)
|
|
|
|
|
if(wx.getStorageSync('sBrand').length<1){
|
|
|
|
|
wx.setStorageSync('sBrand', this.data.sBrand)
|
|
|
|
|
}
|
|
|
|
|
wx.navigateTo({
|
|
|
|
|
url: `/contrastPackages/carModelsRatio/index`,
|
|
|
|
|
})
|
|
|
|
|