|
@@ -21,7 +21,7 @@ function resetExTpTable() {
|
|
|
$('#rate_set').find('td').eq(3).text(bqhs !== 0 ? bqhs : '');
|
|
|
$('#rate_set').find('td').eq(4).text(jzbqhs !== 0 ? jzbqhs : '');
|
|
|
// $('#ex_expr').html(ex_expr);
|
|
|
- $('#ex_expr').attr('title', '本期价差:' + ex_expr);
|
|
|
+ $('#ex_expr').attr('data-original-title', '本期价差:' + ex_expr);
|
|
|
}
|
|
|
$(document).ready(() => {
|
|
|
autoFlashHeight();
|