[关闭]
@42withyou 2015-11-13T07:54:19.000000Z 字数 1250 阅读 399

在此处输入标题

未分类


ajax_get_project_baseinfo

增加了多个字段:

  1. {
  2. "type": "together",
  3. "parent_id": "0",
  4. "summary": "饮水思源,助力清华",
  5. "type_prop": {
  6. "type": "crowdfunding",
  7. "name": "\u4f17\u7b79",
  8. "index_page_slide_max_num": "3", # 首页幻灯片最大张数
  9. "component": {
  10. "summary": true, # 是否有简介
  11. "donate": true, # 是否可捐赠
  12. "type_config_step": true, # 是否显示类型配置步骤页
  13. "child": true, # 是否支持子项目
  14. "together": true, # 是否支持一起捐
  15. "follow": true, # 是否支持点赞
  16. "index_page_slide": true #是否支持首页轮播图配置
  17. }
  18. }
  19. }

增加编辑步骤 EDIT_STEP_TYPE_CONFIG = 35,用于配置类型相关的属性

根据 type_prop.component.type_config_step 决定是否显示其它配置步骤
根据 type_prop.component 每个配置 true or false 决定是否显示配置

通用配置:

  1. {
  2. "donate": {
  3. "value": true,
  4. },
  5. "follow": {
  6. "value": true,
  7. },
  8. "together": {
  9. "value": true,
  10. "options": {
  11. "together_raise_goal": "1000,3000,5000,10000", # 一起捐筹款目标,英文逗号分割的数字,可以不排序,但前端至少要验证是否是有效数字
  12. }
  13. }
  14. }
  1. {
  2. "img": "\/uploads\/attachment\/2015\/0811\/64160ae12db23edb52238f7ee54a56fa.jpg",
  3. "url": "http:\/\/cf.lingxi360.com\/cf\/public\/detail?project_id=3",
  4. "title": "",
  5. "desc": ""
  6. }, {
  7. "img": "\/uploads\/attachment\/2015\/0811\/9073c6db7a092785386ff907179f7c13.jpg",
  8. "url": "http:\/\/tsinghua.meet2003.com\/content\/101",
  9. "title": "",
  10. "desc": ""
  11. }

需要的素材

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注