liyongli 2 лет назад
Родитель
Сommit
3d8089f13a

+ 14 - 8
src/views/report/Advertisement/index.vue

@@ -1,12 +1,15 @@
 <template>
   <div style="font-size: 0; background-color: #fff">
-    <img
-      src="https://cxzx.smcic.net/zhoubao/assets/guanggao01.jpg"
-      width="100%"
-      style="margin-bottom: 1em; display: block"
-      alt=""
-    />
-    <div :style="'height: ' + fontSize + 'px;'"></div>
+    <div class="Advertisement">
+      <img
+        class="item"
+        src="https://cxzx.smcic.net/zhoubao/assets/guanggao01.jpg"
+        width="100%"
+        style="margin-bottom: 1em; display: block"
+        alt=""
+      />
+      <div :style="'height: ' + fontSize + 'px;'"></div>
+    </div>
     <div
       v-if="orgin.html"
       :style="'font-size: ' + fontSize + 'px;'"
@@ -142,7 +145,10 @@
         </div>
         <div class="bottom">
           本数据由“陕西广电融媒体集团大数据平台”提供。
-          <p>技术支持 <span style="white-space: nowrap;">白帆 13325452244;</span><span style="white-space: nowrap;">陈科 18629350958</span></p>
+          <p>
+            技术支持 <span style="white-space: nowrap">白帆13325452244;</span
+            ><span style="white-space: nowrap">陈科18629350958;</span>
+          </p>
         </div>
       </div>
     </div>

+ 1 - 1
src/views/report/Mobile/index.vue

@@ -194,7 +194,7 @@
       </div>
       <div class="bottom content">
         本数据由“陕西广电融媒体集团大数据平台”提供。
-        <p>技术支持 <span style="white-space: nowrap;">白帆 13325452244;</span><span style="white-space: nowrap;">陈科 18629350958</span></p>
+        <p>技术支持 <span style="white-space: nowrap;">白帆13325452244;</span><span style="white-space: nowrap;">陈科18629350958;</span></p>
       </div>
     </div>
   </div>

+ 9 - 8
src/views/report/Traditional/index.vue

@@ -8,6 +8,7 @@
       alt=""
     />
     <p
+      class="content"
       :style="
         'text-indent: 2em; font-weight: 600; padding: 0.5em 3px;font-size: ' +
         fontSize +
@@ -134,7 +135,7 @@
             </van-cell>
             <van-cell-group title="视听收视新指标">
               <van-row>
-                <van-col span="10" class="td"> 收视时长: </van-col>
+                <van-col span="10" class="td" style="text-align: right;"> 收视时长: </van-col>
                 <van-col span="14" class="td">
                   <counto
                     :startVal="0"
@@ -147,7 +148,7 @@
                     ratios.timecountWei
                   }}
                 </van-col>
-                <van-col span="10" class="td"> 收视次数: </van-col>
+                <van-col span="10" class="td" style="text-align: right;"> 收视次数: </van-col>
                 <van-col span="14" class="td">
                   <counto
                     :startVal="0"
@@ -161,7 +162,7 @@
                   }}
                 </van-col>
 
-                <van-col span="10" class="td"> 周活跃户数: </van-col>
+                <van-col span="10" class="td" style="text-align: right;"> 周活跃户数: </van-col>
                 <van-col span="14" class="td">
                   <counto
                     :startVal="0"
@@ -207,8 +208,8 @@
           <div class="bottom content">
             本数据由“陕西广电融媒体集团大数据平台”提供。
             <p>
-              技术支持 <span style="white-space: nowrap">白帆 13325452244;</span
-              ><span style="white-space: nowrap">陈科 18629350958</span>
+              技术支持 <span style="white-space: nowrap">白帆13325452244;</span
+              ><span style="white-space: nowrap">陈科18629350958;</span>
             </p>
           </div>
         </van-popup>
@@ -216,8 +217,8 @@
       <div class="bottom content">
         本数据由“陕西广电融媒体集团大数据平台”提供。
         <p>
-          技术支持 <span style="white-space: nowrap">白帆 13325452244;</span
-          ><span style="white-space: nowrap">陈科 18629350958</span>
+          技术支持 <span style="white-space: nowrap">白帆13325452244;</span
+          ><span style="white-space: nowrap">陈科18629350958;</span>
         </p>
       </div>
     </div>
@@ -357,7 +358,7 @@ export default {
     },
     showPopup(i) {
       this.show = true;
-      const reaios = this.platfromData[i] || {};
+      const reaios = JSON.parse(JSON.stringify(this.platfromData[i] || {}));
       let hitcount = this.formatType(reaios.hitcount, 1);
       reaios.hitcount = hitcount.N;
       reaios.hitcountP = hitcount.P;