Blame view

apps/utils/yas-constants.js 635 Bytes
TaoHuang authored
1 2

export default {
TaoHuang authored
3
  scene: {
TaoHuang authored
4 5
    index: 101,
    list: 102,
TaoHuang authored
6 7
    author: 103,
    authorList: 104,
yyq authored
8 9 10
    labelList: 105,
    newsDetail: 106,
    topicList: 107
TaoHuang authored
11 12
  },
  eventName: {
TaoHuang authored
13 14 15 16 17 18 19 20 21
    show: 'YB_SHOW_EVENT',
    fav: 'YB_STROLL_ATC_LIKE_C',
    star: 'YB_STROLL_ATC_COL_C',
    avatar: 'YB_STROLL_ACT_AUTH_C',
    fellow: 'YB_STROLL_AUTH_ATT_C',
    articleExpand: 'YB_STROLL_LIST_ACT_C',
    comment: 'YB_STROLL_ATC_COM_C',
    productClick: 'YB_STROLL_ARC_RLT_PRD_C',
    productFav: 'YB_STROLL_ARC_RLT_PRD_COL_C',
yyq authored
22 23 24
    labelClick: 'YB_STROLL_ACT_LBL_C',
    topicFollow: 'YB_STROLL_TOPIC_ATT_C',
    detailShow: 'YB_STROLL_CONT'
TaoHuang authored
25 26
  }
};