tijiao
This commit is contained in:
@@ -15,7 +15,7 @@ function side_list() {
|
||||
},
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
|
||||
|
||||
if (Jour_num == 1 && $('.FreeapplicationBox')) {
|
||||
|
||||
$('.FreeapplicationBox').css('display', 'inline-block');
|
||||
@@ -92,9 +92,9 @@ function side_list() {
|
||||
$('.ncon_SCom > div > div:nth-child(4) > p> b').html(arr_jour.title)
|
||||
// $('.Join_Team').css('display', 'none');
|
||||
// $('.Tmr_lian_jie').css('display', 'block');
|
||||
|
||||
|
||||
// tmr单独
|
||||
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
|
||||
|
||||
const pathname = window.location.pathname.split("/").pop();
|
||||
|
||||
// 2. 判断是否为 for_author.html
|
||||
@@ -127,9 +127,9 @@ function side_list() {
|
||||
|
||||
// $('.Join_Bord2').css('display', 'block')
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
|
||||
|
||||
|
||||
@@ -463,7 +463,7 @@ function side_list() {
|
||||
|
||||
|
||||
// 左侧消息列表数据
|
||||
|
||||
|
||||
|
||||
// 左侧待审稿件列表数据
|
||||
// $.ajax({
|
||||
@@ -500,9 +500,9 @@ function side_list() {
|
||||
// })
|
||||
|
||||
}
|
||||
function initNotices(){
|
||||
var Journals_color=localStorage.getItem('Journals_color')
|
||||
$.ajax({
|
||||
function initNotices() {
|
||||
var Journals_color = localStorage.getItem('Journals_color')
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + 'api/Journal/getNotices',
|
||||
data: {
|
||||
"journal_id": Jour_num
|
||||
@@ -517,7 +517,7 @@ function initNotices(){
|
||||
for (var i = 0; i < arr.length; i++) {
|
||||
if (i == 2) break;
|
||||
str += `<li><font style="color:${Journals_color} ">» ${formatTimeToDate4(arr[i].ctime * 1000)}</font><br/>
|
||||
<a target="_blank" href="notice.html?J_num=${Jour_num }¬ice_id=${arr[i].journal_notices_id}">${arr[i].title}</a></li>`
|
||||
<a target="_blank" href="notice.html?J_num=${Jour_num}¬ice_id=${arr[i].journal_notices_id}">${arr[i].title}</a></li>`
|
||||
}
|
||||
var jourNoticeStr = `
|
||||
<div class="jour_notice">
|
||||
@@ -535,7 +535,7 @@ function initNotices(){
|
||||
`
|
||||
if (result.data.notices.length > 0) {
|
||||
$('.ncon_SCom .Scientist_Community_box').html(jourNoticeStr);
|
||||
}else{
|
||||
} else {
|
||||
$('.ncon_SCom .Scientist_Community_box').html(`<img src="/img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 40px">
|
||||
<a href="/rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
|
||||
<div class="bor_sty_col" style="left: 272px"></div>
|
||||
@@ -543,7 +543,7 @@ function initNotices(){
|
||||
<div class="bor_sty_col" style="left: 821px"></div>`);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// 时间轴
|
||||
// $.ajax({
|
||||
|
||||
Reference in New Issue
Block a user