Sherry 1 gadu atpakaļ
vecāks
revīzija
75b4ce58f8
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3
    1
      src/fe/healthpassport/js/register.js

+ 3
- 1
src/fe/healthpassport/js/register.js Parādīt failu

18
 		headSticker: null,
18
 		headSticker: null,
19
 		healthGenderRole: null
19
 		healthGenderRole: null
20
 	}
20
 	}
21
+	let userData;
21
 
22
 
22
 
23
 
23
 	//private methods
24
 	//private methods
170
 					
171
 					
171
 
172
 
172
 				}else {
173
 				}else {
173
-					LinePicHandler(linePicUrl);
174
+					imagePreview.html("");
175
+					imagePreview.append(`<img src=${finalase64Data} />`);
174
 					$(".photo .load-wrapp ").hide();
176
 					$(".photo .load-wrapp ").hide();
175
 				}
177
 				}
176
 
178