Authored by 郝肖肖

'ie8兼容vip'

... ... @@ -18,7 +18,7 @@ module.exports = {
domains: {
// test3
singleApi: 'http://api-test3.yohops.com:9999/',
api: 'http://api-test3.yohops.com:9999/',
api: 'http://192.168.103.59:8080/gateway/',
service: 'http://service-test3.yohops.com:9999/',
serviceNotify: 'http://service-test3.yohops.com:9999/',
global: 'http://global-test-soa.yohops.com:9999/',
... ...
/**
* Created by DELL on 2017.2.10.
*/
var $ = require('yoho-jquery');
var percentVal = $('.adolesce-val').data('percent') || 0;
require('../common');
let percentVal = $('.adolesce-val').data('percent');
$('head').append('<style>.progress:before{width:' + percentVal + '% !important;}</style>');
$('head').append('<style>.vip-me-page .vip-level .user .progress::before{width:' + percentVal + '%}</style>');
... ...