|
@@ -70,11 +70,11 @@
|
|
|
<myfile :zczmList="zczmList" @recordsChange="zcChange"></myfile>
|
|
|
</uni-forms-item>
|
|
|
|
|
|
- <view v-if="show">
|
|
|
+ <view v-if="show" style="border: 1px solid red;">
|
|
|
<uni-forms-item label="直接上传">
|
|
|
<uni-data-checkbox v-model="radio" :localdata="radioData"></uni-data-checkbox>
|
|
|
</uni-forms-item>
|
|
|
- <text>注意:人证比对不成功可以直接注册人工审核!</text>
|
|
|
+ <text style="color: red; font-weight: bolder;">注意:人证比对不成功可以直接注册人工审核!</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="miaoshu" v-if="isCheck">
|
|
@@ -292,7 +292,7 @@
|
|
|
idcard(base64, this.token, this.cardType, this.callbackIdcard)
|
|
|
})
|
|
|
|
|
|
- uni.removeStorageSync('cardType')
|
|
|
+ // uni.removeStorageSync('cardType')
|
|
|
|
|
|
}, 1000);
|
|
|
|
|
@@ -413,6 +413,7 @@
|
|
|
this.token = e
|
|
|
},
|
|
|
callbackIdcard(words) {
|
|
|
+ alert(';aaaaaaaaa')
|
|
|
uni.hideLoading()
|
|
|
if (!this.cardType) {
|
|
|
this.cardType = uni.getStorageSync("cardType")
|
|
@@ -850,6 +851,10 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+ ::v-deep .uni-data-checklist {
|
|
|
+ margin-top: 5px !important;
|
|
|
+ }
|
|
|
+
|
|
|
.content {
|
|
|
padding: 1vh;
|
|
|
}
|