Browse Source

no message

DESKTOP-SVI9JE1\muzen 2 years ago
parent
commit
779ec13f01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/help/index.vue

+ 2 - 2
src/pages/help/index.vue

@@ -15,7 +15,7 @@
     <view class="upload">
       <view class="img-list" v-for="(item, index) in form.imageFiles" :key="index">
         <uni-icons class="close" type="closeempty" color="#FFF" size="12" @click="getDelete(index)" />
-        <image :src="item" />
+        <img :src="item" />
       </view>
       <button v-if="form.imageFiles.length < 9" @click="upload">
         <uni-icons type="plusempty" color="#A4D099" size="36" />
@@ -187,7 +187,7 @@ export default {
     position: relative;
   }
 
-  uni-image {
+  img {
     width: 160rpx;
     height: 160rpx;
     margin: 0 24rpx 24rpx 0;