上传文件限制大小

This commit is contained in:
2024-09-10 13:47:09 +08:00
parent 7d81e7d4d5
commit 3def3bf68b
3 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<view class="page-mask" bindtap="hidePagePopup"></view>
<view class="page-popup">
<view class="page-popup-box">
<view class="page-line" wx:for="{{total}}" wx:for-index="idx" data-index="{{idx+1}}" bindtap="changePage">第{{item+1}}页</view>
<view class="page-line" wx:for="{{total}}" wx:key="index" wx:for-index="idx" data-index="{{idx+1}}" bindtap="changePage">第{{item+1}}页</view>
</view>
</view>
</view>