Browse Source

fix: 🧩 修改false

pull/6/head
liyongle 3 years ago
parent
commit
77f3ddcbb2
  1. 2
      src/components/PictureText/PictureText.vue

2
src/components/PictureText/PictureText.vue

@ -1,5 +1,5 @@
<template>
<div v-if="false && acList.length" class="picture-container">
<div v-if="acList.length" class="picture-container">
<div>
<swiper
v-if="acList.length && acList[0].content.file_code.length"

Loading…
Cancel
Save