wesmiler 6 년 전
부모
커밋
a8543791fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/themes/default/weixin/print/photo.html

+ 1 - 1
public/themes/default/weixin/print/photo.html

@@ -15,7 +15,7 @@
             <div v-if="picList.length<=0" class="empty">
                 <img src="/static/weixin/img/no-pic.png"  width="80" height="80">
             </div>
-            <div v-else-if="pic.url" :id="'pic_'+k" class="print-item print-pic" :data-id="pic.id" v-for="(pic,k) in picList">
+            <div v-else :id="'pic_'+k" class="print-item print-pic" :data-id="pic.id" v-for="(pic,k) in picList">
                 <div class="actions">
                     <div class="op">
                         <span class="edit" @click="picEdit(k)"><img src=""/>编辑</span>