【功能修复】申请售后的图片从 images 修复为 applyPicUrls

master
YunaiV 2025-01-04 09:00:52 +08:00
parent 9f7015090d
commit 515b8bb00f
1 changed files with 2 additions and 2 deletions

View File

@ -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({});