This commit is contained in:
kf_wuhao 2021-03-02 17:45:40 +08:00
parent 4e3c47e966
commit b1d974c991

View File

@ -2343,7 +2343,7 @@ if ($act == 'newevent') {
$("#yyfujian").empty(); $("#yyfujian").empty();
$("#yffujian").empty(); $("#yffujian").empty();
// console.log(res.chanpin_remark) // console.log(res.chanpin_remark)
if(res.event == '打包' || res.event=="更新"){//延期记录只有打包和更新才有 if(res.event == '打包' || res.event=="版本更新"){//延期记录只有打包和更新才有
console.log(8888) console.log(8888)
if(res.yanqi_history != null){ if(res.yanqi_history != null){
var recording = JSON.parse(res.yanqi_history); var recording = JSON.parse(res.yanqi_history);