|
@@ -35,21 +35,21 @@ var result = new Vue({
|
|
|
data: function() {
|
|
|
return {
|
|
|
resultList: [
|
|
|
- {_id: '1', title: '逢标必中的投标达人', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-1.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-1.png'},
|
|
|
- {_id: '2', title: '成功触手可及的追梦人', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-2.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-2.png'},
|
|
|
- {_id: '3', title: '怀抱热振元气满满的打工人', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-3.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-3.png'},
|
|
|
- {_id: '4', title: '日进斗金的大佬', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-4.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-4.png'},
|
|
|
- {_id: '5', title: '有钱任性的大BOSS', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-5.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-5.png'},
|
|
|
- {_id: '6', title: '开疆拓土的“顶梁柱”', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-6.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-6.png'},
|
|
|
- {_id: '7', title: '炉火纯青的盖章无影手', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-7.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-7.png'},
|
|
|
- {_id: '8', title: '有钱任性的大BOSS', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-8.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-5.png'},
|
|
|
- {_id: '9', title: '有钱任性的大BOSS', label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-9.png', bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-5.png'},
|
|
|
+ {_id: '1', title: '逢标必中的投标达人', label: domain +'/common-module/yearEndReport/images/result/label-1.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-1.png'},
|
|
|
+ {_id: '2', title: '成功触手可及的追梦人', label: domain + '/common-module/yearEndReport/images/result/label-2.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-2.png'},
|
|
|
+ {_id: '3', title: '怀抱热振元气满满的打工人', label: domain + '/common-module/yearEndReport/images/result/label-3.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-3.png'},
|
|
|
+ {_id: '4', title: '日进斗金的大佬', label: domain + '/common-module/yearEndReport/images/result/label-4.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-4.png'},
|
|
|
+ {_id: '5', title: '有钱任性的大BOSS', label: domain + '/common-module/yearEndReport/images/result/label-5.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-5.png'},
|
|
|
+ {_id: '6', title: '开疆拓土的“顶梁柱”', label: domain + '/common-module/yearEndReport/images/result/label-6.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-6.png'},
|
|
|
+ {_id: '7', title: '炉火纯青的盖章无影手', label: domain + '/common-module/yearEndReport/images/result/label-7.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-7.png'},
|
|
|
+ {_id: '8', title: '有钱任性的大BOSS', label: domain + '/common-module/yearEndReport/images/result/label-8.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-5.png'},
|
|
|
+ {_id: '9', title: '有钱任性的大BOSS', label: domain + '/common-module/yearEndReport/images/result/label-9.png', bg: domain + '/common-module/yearEndReport/images/result/item-bg-5.png'},
|
|
|
],
|
|
|
curRole: {
|
|
|
_id: '1',
|
|
|
title: '逢标必中的投标达人',
|
|
|
- label: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/label-1.png',
|
|
|
- bg: '{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/yearEndReport/images/result/item-bg-1.png'
|
|
|
+ label: domain + '/common-module/yearEndReport/images/result/label-1.png',
|
|
|
+ bg: domain + '/common-module/yearEndReport/images/result/item-bg-1.png'
|
|
|
},
|
|
|
picImgStatus: false,
|
|
|
showAction: false,
|