玥光宝盒
2019-07-22 17:05
if(g_itemVO.promoStatus==1){
//秒杀活动还未开始
$("#promoStartTime").text("秒杀活动将于 "+g_itemVO.promoStartTime+"开始售卖");
$("#promoprice").text(g_itemVO.promoPrice);
}else if(g_itemVO.promoStatus==2){
$("#promoStartTime").text("秒杀活动正在进行中");
$("#promoprice").text(g_itemVO.promoPrice);
}
itemVO.java
SpringBoot构建电商基础秒杀项目
49020 学习 · 954 问题
相似问题