Showing
2 changed files
with
6 additions
and
3 deletions
@@ -18,7 +18,7 @@ module.exports = { | @@ -18,7 +18,7 @@ module.exports = { | ||
18 | domains: { | 18 | domains: { |
19 | // test3 | 19 | // test3 |
20 | singleApi: 'http://api-test3.yohops.com:9999/', | 20 | singleApi: 'http://api-test3.yohops.com:9999/', |
21 | - api: 'http://api-test3.yohops.com:9999/', | 21 | + api: 'http://192.168.103.59:8080/gateway/', |
22 | service: 'http://service-test3.yohops.com:9999/', | 22 | service: 'http://service-test3.yohops.com:9999/', |
23 | serviceNotify: 'http://service-test3.yohops.com:9999/', | 23 | serviceNotify: 'http://service-test3.yohops.com:9999/', |
24 | global: 'http://global-test-soa.yohops.com:9999/', | 24 | global: 'http://global-test-soa.yohops.com:9999/', |
1 | /** | 1 | /** |
2 | * Created by DELL on 2017.2.10. | 2 | * Created by DELL on 2017.2.10. |
3 | */ | 3 | */ |
4 | +var $ = require('yoho-jquery'); | ||
5 | + | ||
6 | +var percentVal = $('.adolesce-val').data('percent') || 0; | ||
7 | + | ||
4 | require('../common'); | 8 | require('../common'); |
5 | 9 | ||
6 | -let percentVal = $('.adolesce-val').data('percent'); | 10 | +$('head').append('<style>.progress:before{width:' + percentVal + '% !important;}</style>'); |
7 | 11 | ||
8 | -$('head').append('<style>.vip-me-page .vip-level .user .progress::before{width:' + percentVal + '%}</style>'); |
-
Please register or login to post a comment