Changes between Version 10 and Version 11 of app2.0/object_properties


Ignore:
Timestamp:
02/05/2015 05:41:33 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v10 v11  
    418418indexVo: { 
    419419    type: 1,  // 1 爆料   2 推荐位  3 试用  4 优惠券 
    420     topic: $topic, 
    421     adPosition: $adPosition, 
    422     trial: $trial, 
    423     gift: $gift 
    424 } 
    425 }}} 
     420    value: {$topic or $adPosition or $trial or $gift}  // 根据type判断这里是什么类型 
     421} 
     422}}}