浏览代码

fix photo

Sherry 1年前
父节点
当前提交
75b4ce58f8
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      src/fe/healthpassport/js/register.js

+ 3
- 1
src/fe/healthpassport/js/register.js 查看文件

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