【功能修复】申请售后的图片从 images 修复为 applyPicUrls
parent
9f7015090d
commit
515b8bb00f
|
@ -67,7 +67,7 @@
|
|||
<!-- TODO 芋艿:上传的测试 -->
|
||||
<view class="upload-img">
|
||||
<s-uploader
|
||||
v-model:url="formData.images"
|
||||
v-model:url="formData.applyPicUrls"
|
||||
fileMediatype="image"
|
||||
limit="9"
|
||||
mode="grid"
|
||||
|
@ -155,7 +155,7 @@
|
|||
way: '',
|
||||
applyReason: '',
|
||||
applyDescription: '',
|
||||
images: [],
|
||||
applyPicUrls: [],
|
||||
});
|
||||
const rules = reactive({});
|
||||
|
||||
|
|
Loading…
Reference in New Issue