diff --git a/pages/electronic_work_card/index.vue b/pages/electronic_work_card/index.vue
index 8105976..a9a4ca9 100644
--- a/pages/electronic_work_card/index.vue
+++ b/pages/electronic_work_card/index.vue
@@ -19,7 +19,7 @@
-
+
@@ -41,7 +41,8 @@
return {
info: {},
USER_ID: '',
- CODE_TYPE: ''
+ CODE_TYPE: '',
+ cleanCode :''
}
},
created() {
@@ -65,6 +66,7 @@
console.log(this.$filePath + resData.pd.PHOTO)
this.info.PHOTO = this.$filePath + resData.pd.PHOTO
this.info.code = 'data:image/jpg;base64,' + code
+ this.cleanCode = code
},
fnPreview(urls) {
uni.previewImage({