events_survey_content.html 632 B

12345678910111213141516171819202122232425
  1. <section class="button-wrapper luck_show">
  2. <a class="button ac_btn_box">参与问卷</a>
  3. </section>
  4. </section>
  5. <section class="applycont">
  6. <{if $surveyInfo.events_hd_tips}>
  7. <h2><{$surveyInfo.events_hd_tips}></h2>
  8. <{/if}>
  9. <div class="pro_list_box pro_list_survey">
  10. <{foreach from=$surveyInfo.survery_prize item=data name=survery}>
  11. <dl>
  12. <dt><img src="<{$data.img_url}>"></dt>
  13. <dd>
  14. <p class="pro_name"><{$data.name}></p>
  15. <p class="pro_num"><{$data.num}><{$data.unit_name}></p>
  16. </dd>
  17. </dl>
  18. <{/foreach}>
  19. </div>
  20. </section>
  21. <section class="applycont">