geer-builder 1.2.711 → 1.2.713
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/GUserVerification.vue +8 -1
- package/package.json +1 -1
package/GUserVerification.vue
CHANGED
|
@@ -30,7 +30,10 @@
|
|
|
30
30
|
<q-tooltip content-class="bg-white text-primary">Close</q-tooltip>
|
|
31
31
|
</q-btn>
|
|
32
32
|
</q-bar>
|
|
33
|
-
|
|
33
|
+
<div class="fields row" v-if="!user_info.verification_status && user_info.verification_reason_of_reject">
|
|
34
|
+
<div class="field col-12">Your previous submitted ID's are rejected. </div>
|
|
35
|
+
<div class="field col-12">Reason: {{user_info.verification_reason_of_reject}} </div>
|
|
36
|
+
</div>
|
|
34
37
|
<div class="fields row">
|
|
35
38
|
<div class="field col-6">
|
|
36
39
|
<div class="field-label">Gov ID</div>
|
|
@@ -85,6 +88,10 @@
|
|
|
85
88
|
</q-btn>
|
|
86
89
|
</q-bar>
|
|
87
90
|
|
|
91
|
+
<div class="fields row" v-if="!user_info.verification_status && user_info.verification_reason_of_reject">
|
|
92
|
+
<div class="field col-12">Your previous submitted ID's are rejected. </div>
|
|
93
|
+
<div class="field col-12">Reason: {{user_info.verification_reason_of_reject}} </div>
|
|
94
|
+
</div>
|
|
88
95
|
<div class="fields row">
|
|
89
96
|
<div class="field col-6">
|
|
90
97
|
<div class="field-label">Gov ID</div>
|