Fix:2568 【商城小程序】店铺主页-修改资料、商户入驻-店铺图片、管理后台编辑店铺图片,解除上传图片数量限制(原先是限制最多上传9张)

This commit is contained in:
linxi
2024-11-25 16:32:40 +08:00
parent 33d8e42c6f
commit 141fbaa330
+2 -2
View File
@@ -140,7 +140,7 @@
<view class="cell acea-row row-between row-middle">
<view class="cell-title">
店铺图片
<text class="txt">最多上传9张图片</text>
<!-- <text class="txt">最多上传9张图片</text> -->
</view>
</view>
</view>
@@ -149,7 +149,7 @@
<tm-upload
:dataList="picsArray"
:upload_img_wh="(750 - 3 * 16 - 2 * 32) / 3.0"
:upload_max="10"
:upload_max="99999"
:url="uploadUrl"
:header="uploadHeader"
@change="uploadedImgChange"