initital commit

This commit is contained in:
fengachen
2021-09-15 09:58:01 +08:00
commit d46f96d263
90 changed files with 17509 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!--components/imageUpload/imageUpload.wxml-->
<view class="img_box">
<view class="imgs" wx:for="{{tempFilePaths}}" wx:key="index">
<image src='{{item}}' bindlongpress="deleteImage" bindtap="previewImage" data-index="{{index}}" mode='widthFix' />
</view>
<view class="imgs">
<view class="images" bindtap="upload">
<text class="add-images">+</text>
</view>
</view>
</view>