|
|
@@ -247,7 +247,7 @@
|
|
|
:delIcon="fileListID1.status != 2" :fileMediatype="'all'" uploadUrl="/custom/file/upload/1"
|
|
|
:baseUrl="updateUrl" :imageWidth="150" :imageHeight="150" :showPreviewDelete="false"
|
|
|
:canDelete="false" :uploadError="false" :showProgress="false" :showError="false"
|
|
|
- :image-styles="imageStyle" @update:modelValue="(val) => handleFileUpdate(val, '1')"
|
|
|
+ :image-styles="imageStyle"
|
|
|
customClass="avatar-uploader">
|
|
|
</cwg-file-picker-wrapper>
|
|
|
<!-- <view v-else>-->
|
|
|
@@ -269,7 +269,7 @@
|
|
|
:delIcon="fileListID2.status != 2" :fileMediatype="'all'" uploadUrl="/custom/file/upload/2"
|
|
|
:baseUrl="updateUrl" :imageWidth="150" :imageHeight="150" :showPreviewDelete="false"
|
|
|
:canDelete="false" :uploadError="false" :showProgress="false" :canChoose="true" :showError="false"
|
|
|
- :image-styles="imageStyle" @update:modelValue="(val) => handleFileUpdate(val, '2')"
|
|
|
+ :image-styles="imageStyle"
|
|
|
customClass="avatar-uploader">
|
|
|
</cwg-file-picker-wrapper>
|
|
|
</uni-col>
|