Sfoglia il codice sorgente

Merge branch 'master' of http://47.98.226.240:3000/twt/txCar

* 'master' of http://47.98.226.240:3000/twt/txCar:
  车辆设置
guo 3 anni fa
parent
commit
8b385f8be5
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      pages/index/index.vue

+ 7 - 0
pages/index/index.vue

@@ -158,6 +158,13 @@
 					
 					if (cardata) {
 						this.memberCar = cardata
+					}else{
+						uni.setStorage({
+							key: 'maintainCarData',
+							data: this.memberCar,
+							success: function () {			
+						     }
+						}); 
 					}
 					
 				})