Browse Source

fix:生成图片的随机id

snow 1 year ago
parent
commit
446c2d0e15

+ 6 - 0
src/components/globalComponents/aaa/index.vue

@@ -46,11 +46,17 @@ export default {
     } else {
       this.img_list = this.pList;
     }
+
+    this.img_list = this.img_list.map(item => item + "?t=" + this.generateRandomString(20))
     if (this.img_list.length > 0) {
       this.src = this.img_list[0];
     }
   },
   methods: {
+    generateRandomString(length) {
+      let str = Math.random().toString(36).substring(2, length + 2);
+      return str;
+    },
     asd(index) {
       this.src = this.img_list[index];
     },

+ 1 - 1
src/views/goodStore/goodsCost/components/goodPreview.vue

@@ -3,7 +3,7 @@
     <el-col :span="24"
       >
       <div class="good-img">
-        <aaa :pList="sitem && sitem.good_img + testHiddenString ? sitem.good_img : ''" />
+        <aaa :pList="sitem && sitem.good_img ? sitem.good_img + testHiddenString : ''" />
       </div>
       <div class="good-img2">
         商品参数区域