|
@@ -345,18 +345,21 @@
|
|
|
this.wxOpenData=this.$store.state.wxOpenData;
|
|
|
var indexaddcar = uni.getStorageSync("indexaddcar");
|
|
|
this.getwxLoing=true;
|
|
|
- if(indexaddcar==1){
|
|
|
- uni.removeStorageSync('indexaddcar');
|
|
|
- this.getCarList();
|
|
|
- }else{
|
|
|
- this.carInfo=this.$store.state.carInfo;
|
|
|
- console.log("车辆信息")
|
|
|
- console.log(this.carInfo)
|
|
|
- if(!this.carInfo){
|
|
|
+ if(this.userInfo){
|
|
|
+ if(indexaddcar==1){
|
|
|
+ uni.removeStorageSync('indexaddcar');
|
|
|
this.getCarList();
|
|
|
+ }else{
|
|
|
+ this.carInfo=this.$store.state.carInfo;
|
|
|
+ console.log("车辆信息")
|
|
|
+ console.log(this.carInfo)
|
|
|
+ if(!this.carInfo){
|
|
|
+ this.getCarList();
|
|
|
+ }
|
|
|
+ this.jsTime()
|
|
|
}
|
|
|
- this.jsTime()
|
|
|
}
|
|
|
+
|
|
|
|
|
|
|
|
|
|