|
@@ -4,7 +4,7 @@
|
4
|
4
|
</div>
|
5
|
5
|
<div class="areaBox">
|
6
|
6
|
<div class="areaTitle">配置区
|
7
|
|
- {{cMaterial.list}}
|
|
7
|
+<!-- {{cMaterial.list}}-->
|
8
|
8
|
<span class="smallTitle lMarauto">预览广告数 : <span class="c-theme">{{NumberHandle(pageInfo.num_total.adNum)||0}}</span></span>
|
9
|
9
|
</div>
|
10
|
10
|
<div class="areaCon">
|
|
@@ -74,10 +74,12 @@
|
74
|
74
|
<template v-if="sub.name == '创意素材'">
|
75
|
75
|
<div class="flex bMar8" v-for="cItem in cMaterial.list" :key="cItem.id">
|
76
|
76
|
<template v-for="cSub in cItem.list" :key="cSub.itemId">
|
77
|
|
- <div class="flex" style="width: 100%;justify-content: center" v-if="cMaterial.haveCoverOrVideo == 2 || cMaterial.haveCoverOrVideo == 1">
|
|
77
|
+<!-- <div class="flex" style="width: 100%;justify-content: center" v-if="cMaterial.haveCoverOrVideo == 2 || cMaterial.haveCoverOrVideo == 1">-->
|
|
78
|
+ <div class="flex" style="width: 100%;justify-content: center" v-if="cSub.videoUrl">
|
78
|
79
|
<video :src="cSub.videoUrl" height="50"></video>
|
79
|
80
|
</div>
|
80
|
|
- <div style="width: 100%;justify-content: center" class="lMar10 flex" v-if="cMaterial.haveCoverOrVideo == 3 || cMaterial.haveCoverOrVideo == 1">
|
|
81
|
+<!-- <div style="width: 100%;justify-content: center" class="lMar10 flex" v-if="cMaterial.haveCoverOrVideo == 3 || cMaterial.haveCoverOrVideo == 1">-->
|
|
82
|
+ <div style="width: 100%;justify-content: center" class="lMar10 flex" v-if="cSub.picUrl">
|
81
|
83
|
<img :src="cSub.picUrl" height="50"/>
|
82
|
84
|
</div>
|
83
|
85
|
</template>
|