panhui il y a 4 ans
Parent
commit
71ed82c7de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Post.vue

+ 1 - 1
src/components/Post.vue

@@ -7,7 +7,7 @@
                 </div>
                 <template v-if="!img">
                     <div class="assignmentPost" v-if="assignment && pageUrl === 'productDetail'" ref="post">
-                        <van-image class="assignmentPostBg" width="300" height="500" :src="shareBg" fit="cover" />
+                        <van-image class="assignmentPostBg" width="300" height="500" :src="shareBg" />
                         <div class="qrcode">
                             <vue-qrcode :value="url" :options="{ width: 82, margin: 0 }"></vue-qrcode>
                         </div>