Sfoglia il codice sorgente

Signed-off-by: zhaobao <528046418@qq.com>

zhaobao 1 anno fa
parent
commit
1a84acdfee

+ 1 - 1
pages/app_views/checkList/form/form.vue

@@ -67,7 +67,7 @@
 				let attachList=[]
 				for(let i=0;i<this.formData.attachList.length;i++){
 					let filePath=this.formData.attachList[i].url
-					fileresq=await upload({filePath,formData:{
+					let fileresq=await upload({filePath,formData:{
 						additions: `经度:${this.formData.dutyLongitude};纬度:${this.formData.dutyLatitude}`
 					}})
 					fileresq=JSON.parse(fileresq)

+ 1 - 1
pages/history/history.vue

@@ -87,7 +87,7 @@
 				},
 				total:0,
 				items:[],
-				tabIdx:3,
+				tabIdx:1,
 				isAccount:undefined
 			}
 		},

+ 1 - 1
pages/index/index.vue

@@ -83,7 +83,7 @@
 						ocId,
 						code
 					})	
-				    uni.setStorageSync('userId',res.data.accountId)								
+				    uni.setStorageSync('userId',res.data.target.accountId)								
 					let desc="";
 					if(type===1){desc=res.data.target.riskPointDesc}
 					if(type===2){