g_itemVO.promoStatus在哪配置的?
if(g_itemVO.promoStatus==1){
? ? //秒殺活動(dòng)還未開始
? ? $("#promoStartTime").text("秒殺活動(dòng)將于 "+g_itemVO.promoStartTime+"開始售賣");
? ? $("#promoprice").text(g_itemVO.promoPrice);
? ? }else if(g_itemVO.promoStatus==2){
? ? $("#promoStartTime").text("秒殺活動(dòng)正在進(jìn)行中");
? ? $("#promoprice").text(g_itemVO.promoPrice);
? ? }
2020-08-28
itemVO.java