Fix:2568 【商城小程序】店铺主页-修改资料、商户入驻-店铺图片、管理后台编辑店铺图片,解除上传图片数量限制(原先是限制最多上传9张)
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
<view class="cell acea-row row-between row-middle">
|
<view class="cell acea-row row-between row-middle">
|
||||||
<view class="cell-title">
|
<view class="cell-title">
|
||||||
店铺图片
|
店铺图片
|
||||||
<text class="txt">最多上传9张图片</text>
|
<!-- <text class="txt">最多上传9张图片</text> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
<tm-upload
|
<tm-upload
|
||||||
:dataList="picsArray"
|
:dataList="picsArray"
|
||||||
:upload_img_wh="(750 - 3 * 16 - 2 * 32) / 3.0"
|
:upload_img_wh="(750 - 3 * 16 - 2 * 32) / 3.0"
|
||||||
:upload_max="10"
|
:upload_max="99999"
|
||||||
:url="uploadUrl"
|
:url="uploadUrl"
|
||||||
:header="uploadHeader"
|
:header="uploadHeader"
|
||||||
@change="uploadedImgChange"
|
@change="uploadedImgChange"
|
||||||
|
|||||||
Reference in New Issue
Block a user