diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue
index 6e2941a..c412909 100644
--- a/components/tpx-input/tpx-input.vue
+++ b/components/tpx-input/tpx-input.vue
@@ -14,7 +14,11 @@
return ''
}
},
- placeholder: '',
+ placeholder:{
+ default () {
+ return ''
+ }
+ },
},
data() {
},
diff --git a/components/tpx-textarea/tpx-textarea.vue b/components/tpx-textarea/tpx-textarea.vue
index f4e1256..3d28a45 100644
--- a/components/tpx-textarea/tpx-textarea.vue
+++ b/components/tpx-textarea/tpx-textarea.vue
@@ -13,7 +13,11 @@
return ''
}
},
- placeholder: '',
+ placeholder:{
+ default () {
+ return ''
+ }
+ },
},
data() {
},
diff --git a/components/tpx-upload/tpx-upload.vue b/components/tpx-upload/tpx-upload.vue
new file mode 100644
index 0000000..a038522
--- /dev/null
+++ b/components/tpx-upload/tpx-upload.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/user/certification.vue b/pages/user/certification.vue
index 5b5dfd3..c80517b 100644
--- a/pages/user/certification.vue
+++ b/pages/user/certification.vue
@@ -3,7 +3,7 @@
-
+
@@ -16,6 +16,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -49,6 +65,7 @@
},
data() {
return {
+ fileList1: [],
typeList: [
{ title: '身份证', val: 1 },
{ title: '护照', val: 2 },