2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.field.value}}
|
|
|
|
{{component this.previewComponent field=this.field fieldClass=this.fieldClass wizard=this.wizard}}
|
2016-09-17 01:10:12 +08:00
|
|
|
{{/if}}
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<label class="wizard-btn wizard-btn-upload {{if this.uploading "disabled"}}">
|
|
|
|
{{#if this.uploading}}
|
2016-09-09 04:58:07 +08:00
|
|
|
{{i18n "wizard.uploading"}}
|
|
|
|
{{else}}
|
|
|
|
{{i18n "wizard.upload"}}
|
2019-01-22 19:02:02 +08:00
|
|
|
{{d-icon "far-image"}}
|
2016-09-09 04:58:07 +08:00
|
|
|
{{/if}}
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<input class="wizard-hidden-upload-field" disabled={{this.uploading}} type="file" accept="image/*">
|
2016-09-09 04:58:07 +08:00
|
|
|
</label>
|