aXin-0810 9 ヶ月 前
コミット
eaca935acc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/mallManagement/order/order_detail/index.vue

+ 1 - 1
src/views/mallManagement/order/order_detail/index.vue

@@ -379,7 +379,7 @@
           v-for="(item, index) in orderDetail.orderCommentImgs"
           :key="index"
           :src="$showImgUrl(item)"
-          :preview-src-list="orderDetail.orderCommentImgs.map((u = $showImgUrl(u)))"
+          :preview-src-list="orderDetail.orderCommentImgs.map(u => $showImgUrl(u))"
           fit="cover"
         ></el-image>
       </div>