Blame view

public/js/home/vip.page.js 249 Bytes
hongweigao authored
1 2 3
/**
 * Created by DELL on 2017.2.10.
 */
郝肖肖 authored
4 5 6 7
var $ = require('yoho-jquery');

var percentVal = $('.adolesce-val').data('percent') || 0;
hongweigao authored
8
require('../common');
郝肖肖 authored
9
郝肖肖 authored
10
$('head').append('<style>.progress:before{width:' + percentVal + '% !important;}</style>');
郝肖肖 authored
11