|
@@ -97,7 +97,7 @@
|
|
|
|
|
|
<script>
|
|
|
import myfile from '@/components/my-file/my-file.vue';
|
|
|
- let jl = require('../../static/bufen.json')
|
|
|
+ // let jl = require('../../static/bufen.json')
|
|
|
|
|
|
import { decryptRowData_ECB, decryptData_ECB } from '@/common/sm4.js'
|
|
|
import { GetChildListByCode, getChildListByMchnt } from '@/api/dict.js'
|
|
@@ -305,8 +305,8 @@
|
|
|
})
|
|
|
this.faceBase64 = ''
|
|
|
this.cardType = uni.getStorageSync("cardType")
|
|
|
- if (this.cardType == 'front') e.data.data.arg.base64 = jl.front
|
|
|
- if (this.cardType == 'back') e.data.data.arg.base64 = jl.back
|
|
|
+ // if (this.cardType == 'front') e.data.data.arg.base64 = jl.front
|
|
|
+ // if (this.cardType == 'back') e.data.data.arg.base64 = jl.back
|
|
|
// 压缩
|
|
|
translateAll(base64ToUrl(e.data.data.arg.base64), (base64, blobUrl) => {
|
|
|
idcard(base64, this.token, this.cardType, this.callbackIdcard)
|