|
|
@@ -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>
|