Changes between Version 91 and Version 92 of app2.0/object_properties


Ignore:
Timestamp:
12/08/2015 11:39:11 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v91 v92  
    654654 
    655655{{{#!java 
    656 TopicFaxianScreenVo: { 
     656topicFaxianScreenVo: { 
    657657    title: "电商商城", 
    658658    type: 1,  // 1 电商   2 标签  3 分类 
    659     screens: {$topic or $adPosition or $trial or $gift}  // 根据type判断这里是什么类型 
    660 } 
    661 }}} 
     659    screens: [{$mall}, ... or {$tag}, ... or {$topicType}, ...]  // 根据type判断这里是什么类型 
     660} 
     661}}}