@caijinlin
2015-09-21T09:17:08.000000Z
字数 4862
阅读 593
lingxi
option_name | display_name | type |
dashboard_menu | 个人面板导航菜单 | together |
dashboard_footer_logo_url | 个人中心顶部logo | together |
dashboard_header_logo_url | 个人中心底部logo | together |
award_grade | 奖项设置 | together |
together_raise_goal | 一起捐筹款目标设置 | together |
fund_raising_number_icon | 参与项目捐赠icon | together |
fund_donate_amount_icon | 项目捐赠额icon | together |
fund_refer_people_icon | 参与筹款人icon | together |
goal_finish_icon | 筹款目标完成icon | together |
crowd_fund_img_url | 一起捐标志logo | together |
org_fundraising_icon | 一起捐筹款支持icon | together |
fund_honnr_bg_url | 捐赠荣誉背景图 | together |
doante_agreement | 捐赠协议 | together |
fund_footer_logo_direct_link | 底部logo点击链接 | together |
form_items | 一起捐默认表单项 | together |
custom_style_script | 自定义script和样式 | together |
together_reason_default | 一起捐默认留言 | together |
crowd_fund_slide | 首页幻灯片 | together |
legal_statement_redirect_link | 法律声明链接 | together |
dasgboard_empty_user_project_tip | 无一起捐提示 | together |
dashboard_has_user_project_tip | 有一起捐提示 | together |
dashboard_empty_footprint_tip | 无足迹显示提示 | together |
dashboard_has_footprint_tip | 有足迹提示 | together |
dashboard_empty_donate_record_tip | 无捐赠记录提示 | together |
dashboard_has_donate_record_tip | 有捐赠记录提示 | together |
dashboard_empty_footprint_words | 无足迹时显示赞语 | together |
user_project_maximum | 创建项目一起捐最大次数 | together |
cf_project_block_title | 块标题 | together |
wx_fund_share_title | 首页分享标题 | together |
wx_fund_share_desc | 首页分享描述 | together |
wx_together_project_share_title | 一起捐项目分享标题 | together |
wx_together_project_share_desc | 一起捐项目分享描述 | together |
cf_project_list_page_size | 首页每页显示项目数 | together |
cf_crowd_users_list_page_size | 一起捐用户每页显示数 | together |
cf_donator_users_list_page_size | 捐款用户每页显示数 | together |
pay_success_page | 付款成功页显示 | crowdfunding |
fundraising_page_style | 筹款页面样式 | crowdfunding |
pay_form_style | 支付页面样式 | crowdfunding |
pay_success_page_style | 付款成功页面样式 | crowdfunding |
cf_html_title | 网页标题 | crowdfunding,together |
wx_project_share_title | 项目页分享描述 | crowdfunding,together |
wx_project_share_desc | 项目页分享描述 | crowdfunding,together |
form_amount_tip | 表单-捐赠金额提示 | crowdfunding,together |
captcha_msg | 绑定验证短信信息 | crowdfunding,together |
option_fundraising | 分档筹款设置 | crowdfunding,together |
wx_payment_api_key | 支付key | crowdfunding,together |
wx_payment_api_secret | 支付secret | crowdfunding,together |
weixin_appid | 微信appid | crowdfunding,together |
weixin_appsecret | 微信weixin_appsecret | crowdfunding,together |
sms_user | 短信user | crowdfunding,together |
sms_pass | 短信pass | crowdfunding,together |
sms_type | 短信type | crowdfunding,together |
sms_beian | 短信beian | crowdfunding,together |
wechat_feedback | 微信成功反馈 | crowdfunding,together |
form_items | 表单信息收集 | crowdfunding,together |
is_auto_contact | 自动创建联系人 | crowdfunding,together |
related_event_id | 关联活动 | crowdfunding,together |
related_tags | 关联标签 | crowdfunding,together |
contact_roles | 联系人分类 | crowdfunding,together |
email_feedback | 邮件反馈 | crowdfunding,together |
sms_feedback | 短信反馈 | crowdfunding,together |
notify_emails | 邮件通知管理员 | crowdfunding,together |
wx_default_share_img | 默认分享图片 | crowdfunding,together |
self_donate_share_title | 分享标题 | crowdfunding,together |
self_donate_share_content | 分享描述 | crowdfunding,together |
1.清华捐赠没有选择捐赠金额 option_fundraising
2.不同类型项目分享标题,网页标题等不一样,但option名字是一样的,现在如何处理? 目前新建项目时不包含此类设置,
这些属于domain级别的配置。(此类配置不多)
目前想到的方法:
1.option分开(两个名字)
2.代码里面判断类型进行设置
3.在保存option的时候加入类似type字段, CFC根据存的option中的type取。
清华与众筹默认值不相同的在代码里面进行判断。
option默认值相同的不管。
还没想到好的方法......
**清华与众筹页面模块比较
清华 | 众筹 |
1.detail 2.donate_success 3.donator_list=>donators |
1.detail 2.donate_success 3.donator_list => donators 4.index => project_list 5.together_detail 6.together_user_list=>crowd_users_list 7.fundraising 8.userbind(bind) 9.dashboard(donator_list, footprint, user_project_list) 10.share (share_donate_cerficate) |
**清华与众筹通用配置比较
字段名称 | type | 描述 |
cf_html_title | 网页标题 | crowdfunging |
form_items | 收集信息表单 | crowdfunging |
cf_donator_users_list_page_size | 捐款用户每页显示数 | crowdfunding |
wx_project_share_title | 项目分享标题 | crowdfunding |
wx_project_share_desc | 项目分享描述 | crowdfunding |
cf_html_title | 网页标题 | together |
form_items | 一起捐默认表单项 | together |
dashboard_menu | 个人面板导航菜单 | together |
dashboard_footer_logo_url | 个人中心顶部logo | together |
dashboard_header_logo_url | 个人中心底部logo | together |
award_grade | 奖项设置 | together |
together_raise_goal | 一起捐筹款目标设置 | together |
fund_raising_number_icon | 参与项目捐赠icon | together |
fund_donate_amount_icon | 项目捐赠额icon | together |
fund_refer_people_icon | 参与筹款人icon | together |
goal_finish_icon | 筹款目标完成icon | together |
crowd_fund_img_url | 一起捐标志logo | together |
fund_honnr_bg_url | 捐赠荣誉背景图 | together |
doante_agreement | 捐赠协议 | together |
fund_footer_logo_direct_link | 底部logo点击链接 | together |
fund_footer_logo_direct_link | 底部logo点击链接 | together |
custom_style_script | 自定义script和样式 | together |
together_reason_default | 一起捐默认留言 | together |
crowd_fund_slide | 首页幻灯片 | together |
legal_statement_redirect_link | 法律声明链接 | together |
dasgboard_empty_user_project_tip | 无一起捐提示 | together |
dashboard_has_user_project_tip | 有一起捐提示 | together |
dashboard_empty_footprint_tip | 无足迹显示提示 | together |
dashboard_has_footprint_tip | 有足迹提示 | together |
dashboard_empty_footprint_words | 无捐赠记录提示 | together |
dashboard_has_donate_record_tip | 有捐赠记录提示 | together |
cf_project_block_title | 项目标题(特例清华) | together |
user_project_maximum | 创建项目一起捐最大次数 | together |
wx_fund_share_title | 首页分享标题 | together |
wx_fund_share_desc | 首页分享描述 | together |
wx_together_project_share_title | 一起捐项目分享标题 | together |
wx_together_project_share_desc | 一起捐项目分享描述 | together |
wx_project_share_title | 项目分享标题 | together |
wx_project_share_desc | 项目分享描述 | together |
cf_project_list_page_size | 首页每页显示项目数 | together |
cf_crowd_users_list_page_size | 一起捐用户每页显示数 | together |
cf_donator_users_list_page_size | 捐款用户每页显示数 | together |