联系官方销售客服

1835022288

028-61286886

应用插件 版主:官方插件技术组
阅读密码插件前台不显示问题
类型:迅睿CMS 更新时间:2023-12-05 19:47:53
插件 阅读密码 V2.2
应用作者 九天网络
发布时间 2021-04-02 18:52:24
更新时间 2021-04-06 12:07:40


阅读密码设置后,前台没有表单出来可以正常显示?


{php $jiaoyan = \Phpcmf\Service::M('ydmm', 'ydmm')->jiaoyan($id);}


{if $fwmm}<!-- 判断访问密码字段是否存在 -->

{if $jiaoyan} <!-- 判断是否输对过密码 如果输过就显示内容-->

{$content} 

{else} <!-- 显示密码框 记得先加载模板js-->

        <form action="" class="form-horizontal" method="post" name="myform" id="myform">

            <div class="myformbody" style="min-height: 200px;">

                <div class="row form-group">

                    <label class="control-label col-md-4 text-right">输入阅读密码</label>

                    <div class="col-md-8">

                        <input type="password" class="form-control" required="required" name="pwd" style="width: 200px;display: inline-block;">

                        <button type="button" onclick="dr_ajax_submit('{SITE_URL}index.php?s=ydmm&id={$id}&mid={MOD_DIR}', 'myform', '2000', '{dr_now_url()}')" class="btn btn-success" style="vertical-align: 1px"> <i class="fa fa-save"></i> 提交验证</button>

                    </div>

                </div>

            </div>

        </form>

{/if}

{else}{$content}<!-- 如果fwmm字段不存在  就直接显示内容-->

{$content}

{/if}



加到show.html后,前台没有任何反应,内容可以正常显示。文章设置的是纯静态,是不是纯静态下不起作用?


360截图20230130142141913


应用版权:第三方
应用名称:阅读密码

{php $jiaoyan = \Phpcmf\Service::M('ydmm', 'ydmm')->jiaoyan($id);}


{if $fwmm}<!-- 判断访问密码字段是否存在 -->

{if $jiaoyan} <!-- 判断是否输对过密码 如果输过就显示内容-->

{$content} 

{else} <!-- 显示密码框 记得先加载模板js-->

        <form action="" class="form-horizontal" method="post" name="myform" id="myform">

            <div class="myformbody" style="min-height: 200px;">

                <div class="row form-group">

                    <label class="control-label col-md-4 text-right">输入阅读密码</label>

                    <div class="col-md-8">

                        <input type="password" class="form-control" required="required" name="pwd" style="width: 200px;display: inline-block;">

                        <button type="button" onclick="dr_ajax_submit('{SITE_URL}index.php?s=ydmm&id={$id}&mid={MOD_DIR}', 'myform', '2000', '{dr_now_url()}')" class="btn btn-success" style="vertical-align: 1px"> <i class="fa fa-save"></i> 提交验证</button>

                    </div>

                </div>

            </div>

        </form>

{/if}

{else}{$content}<!-- 如果fwmm字段不存在  就直接显示内容-->

{$content}

{/if}

插件教程:https://www.xunruicms.com/doc/app-717.html