瀏覽代碼

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

zhangyuhan 5 天之前
父節點
當前提交
0f90f223f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/jy-pc/src/components/layout/ContentLayOut.vue

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