|
@@ -69,7 +69,7 @@
|
|
<!-- <uni-file-picker v-model="zczm" @select="imgSelect3" @delete="imgDelete3"></uni-file-picker> -->
|
|
<!-- <uni-file-picker v-model="zczm" @select="imgSelect3" @delete="imgDelete3"></uni-file-picker> -->
|
|
<myfile :zczmList="zczmList" @recordsChange="zcChange"></myfile>
|
|
<myfile :zczmList="zczmList" @recordsChange="zcChange"></myfile>
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
-
|
|
|
|
|
|
+
|
|
<view v-if="show" style="border: 1px solid red;">
|
|
<view v-if="show" style="border: 1px solid red;">
|
|
<uni-forms-item label="直接上传">
|
|
<uni-forms-item label="直接上传">
|
|
<uni-data-checkbox v-model="radio" :localdata="radioData"></uni-data-checkbox>
|
|
<uni-data-checkbox v-model="radio" :localdata="radioData"></uni-data-checkbox>
|
|
@@ -413,7 +413,6 @@
|
|
this.token = e
|
|
this.token = e
|
|
},
|
|
},
|
|
callbackIdcard(words) {
|
|
callbackIdcard(words) {
|
|
- alert(';aaaaaaaaa')
|
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
if (!this.cardType) {
|
|
if (!this.cardType) {
|
|
this.cardType = uni.getStorageSync("cardType")
|
|
this.cardType = uni.getStorageSync("cardType")
|
|
@@ -851,10 +850,6 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
- ::v-deep .uni-data-checklist {
|
|
|
|
- margin-top: 5px !important;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.content {
|
|
.content {
|
|
padding: 1vh;
|
|
padding: 1vh;
|
|
}
|
|
}
|