Преглед на файлове

feat: 新增PC工作台内详情页-右侧广告位 曝光统计2

zhangyuhan преди 5 дни
родител
ревизия
19cf6a96ab
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      apps/bigmember_pc/src/components/common/ContentLayout.vue
  2. 1 1
      apps/jy-pc/src/components/layout/ContentLayOut.vue

+ 1 - 0
apps/bigmember_pc/src/components/common/ContentLayout.vue

@@ -12,6 +12,7 @@
               class="ad-item-container"
               v-for="(item, index) in adList"
               :key="index"
+              :data-exposure="'工作台内详情页-右侧广告位' + (item.s_remark || '')"
             >
               <a
                 :href="item.s_link"

+ 1 - 1
apps/jy-pc/src/components/layout/ContentLayOut.vue

@@ -7,7 +7,7 @@
       <slot name="right">
         <slot name="right-top"></slot>
         <div class="ad-list">
-          <div class="ad-item-container" v-for="item in adList" :key="item.id" :data-exposure="'PC工作台内详情页-右侧广告位' + (item.s_remark || '')">
+          <div class="ad-item-container" v-for="item in adList" :key="item.id" :data-exposure="'工作台内其他详情页-右侧广告位' + (item.s_remark || '')">
             <a :href="item.s_link" target="_blank" :id="item.id">
               <img :src="item.s_pic" />
             </a>