{% extends "./inc/base.html" %} {% block style %} {% endblock %} {% block content %} {% include "./inc/mp_side.html" %} {{controller.meta_title}} 关键词回复 消息自动回复 关注自动回复 {%set i = 1 %} {% for info in list %} {%if info.type == "text"%} 文字 {% elif info.type == "news" %} 图文 {% elif info.type == "image"%} 图片 {% elif info.type == "voice"%} 语音 {%elif info.type == "video"%} 视频 {%endif%} {%set i=i+1%} {%endfor%} {%set n=1%} {% for info in list %} {%if info.type =="text"%} {{ info.content if info.type == 'text' else ''}} 表情 ,按下Shift+Enter键换行 还可以输入600字 {%elif info.type == "news"%} 从素材库中选择 新建图文 {% if info.type == 'news' and info.content %} {% set content = info.content|strToJson %} {% for item in content %} {{item.title}} 向上 向下 删除 {{item.title}} 向上 向下 删除 {% endfor %} 删除 {% endif %} {%elif info.type == "image"%} 从素材库中选择 上传图片 {%elif info.type == "voice"%} 从素材库中选择 新建语音 {%elif info.type == "video"%} 从素材库中选择 新建视频 {%endif%} {%set n=n+1%} {%endfor%} 保存 {% endblock %} {% block script %} {% endblock %}
{{controller.meta_title}}
,按下Shift+Enter键换行
还可以输入600字