mali-applet-ui 1.1.113 → 1.1.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <view class="ml-upload" :class="[className || '', {'is-loading': loading}]">
3
3
  <!-- 上传图片 -->
4
- <view v-if="mediatype === 'image' || platformEnv.isDDMP" class="ml-upload-image-list-warpper">
4
+ <view v-if="mediatype === 'image'" class="ml-upload-image-list-warpper">
5
5
  <view class="ml-upload-image-list-body">
6
6
  <view class="ml-upload-image-item" v-for="(item, index) in fileList" :key="index">
7
7
  <image class="ml-upload-image-img" mode="aspectFill" :src="getThumbnailUrl(item)" @tap="previewImageEvent(item)"></image>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.1.113",
3
+ "version": "1.1.114",
4
4
  "description": "码里UI-小程序组件库(vue2)",
5
5
  "files": [
6
6
  "lib",