问答详情
源自:6-3 秒杀模型管理--活动模型与商品模型结合02

g_itemVO.promoStatus在哪配置的?

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);

    }


提问者:玥光宝盒 2019-07-22 17:05

个回答

  • weixin_慕设计3477671
    2020-08-28 00:11:48
    已采纳

    itemVO.java