mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-09 23:19:45 +08:00
[更新]微信关键字管理
This commit is contained in:
parent
64dd473329
commit
b33f471992
@ -15,7 +15,7 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="content"}
|
{block name="content"}
|
||||||
<div class="row">
|
<div class="row" style="min-width:1130px">
|
||||||
<!-- 效果预览区域 开始 -->
|
<!-- 效果预览区域 开始 -->
|
||||||
<div class="col-xs-4" style="width:400px;">
|
<div class="col-xs-4" style="width:400px;">
|
||||||
<div style="position:relative" class="phone-container animated fadeIn">
|
<div style="position:relative" class="phone-container animated fadeIn">
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<div class='col-xs-6'>
|
<div class='col-xs-6'>
|
||||||
<form class="form-horizontal" role="form" data-auto="true" action="__SELF__" method="post">
|
<form class="form-horizontal" role="form" data-auto="true" action="__SELF__" method="post">
|
||||||
<fieldset class="layui-elem-field layui-box">
|
<fieldset class="layui-elem-field layui-box">
|
||||||
<legend>编辑规则</legend>
|
<legend>{$title}</legend>
|
||||||
<div>
|
<div>
|
||||||
{if !isset($vo.keys) or ($vo.keys neq 'default' and $vo.keys neq 'subscribe')}
|
{if !isset($vo.keys) or ($vo.keys neq 'default' and $vo.keys neq 'subscribe')}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<label class="layui-form-label">
|
<label class="layui-form-label">
|
||||||
<input data-none-auto type="radio" name="status" value="0"> 禁用
|
<input data-none-auto type="radio" name="status" value="0"> 禁用
|
||||||
</label>
|
</label>
|
||||||
{else/}
|
{else}
|
||||||
<label class="layui-form-label">
|
<label class="layui-form-label">
|
||||||
<input data-none-auto type="radio" name="status" value="1"> 启用
|
<input data-none-auto type="radio" name="status" value="1"> 启用
|
||||||
</label>
|
</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user