From 53b52d71d3c132166024dadd0aaffe511a8a540f Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 27 Nov 2024 15:04:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2568=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=97=E9=93=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5-=E4=BF=AE=E6=94=B9=E8=B5=84=E6=96=99=E3=80=81?= =?UTF-8?q?=E5=95=86=E6=88=B7=E5=85=A5=E9=A9=BB-=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E3=80=81=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=BA=97=E9=93=BA=E5=9B=BE=E7=89=87=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E9=99=A4=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E9=99=90=E5=88=B6=EF=BC=88=E5=8E=9F=E5=85=88=E6=98=AF?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=9C=80=E5=A4=9A=E4=B8=8A=E4=BC=A09?= =?UTF-8?q?=E5=BC=A0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innProfileEdit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pagesInn/inn/innProfileEdit.vue b/pagesInn/inn/innProfileEdit.vue index c93d998..76cdb46 100644 --- a/pagesInn/inn/innProfileEdit.vue +++ b/pagesInn/inn/innProfileEdit.vue @@ -150,6 +150,7 @@ :dataList="picsArray" :upload_img_wh="(750 - 3 * 16 - 2 * 32) / 3.0" :upload_max="99999" + :upload_count="9999" :url="uploadUrl" :header="uploadHeader" @change="uploadedImgChange" @@ -170,6 +171,7 @@ :dataList="qualificationsArray" :upload_img_wh="(750 - 3 * 16 - 2 * 32) / 3.0" :upload_max="10" + :url="uploadUrl" :header="uploadHeader" @change="uploadedImg2Change"