迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
栏目自定义字段checkbox,字段名称tjlx,我想在栏目循环的时候根据勾选的值来判断是否显示到推荐位置,请问这个语句应该怎么写呢?
{if $c.tjlx == 2} Special="true"
{else}
Special="false"
{/if}
和
{loop $c.tjlx $v}{$v}{/loop}
两个 不知道咋结合起来
{category module=store pid=0 num=20 return=c} <div class="weui-flex__item itm" data-abc="D" data-All="true" {if $t.tjlx == 1} isHot="true" {else} isHot="false"{/if} {if $c.tjlx == 2} isSpecial="true" {else} isSpecial="false"{/if} {if $c.tjlx == 3} isDy="true" {else} isDy="false"{/if} {if $c.tjlx == 4} isHand="true" {else} isHand="false"{/if} {if $c.tjlx == 5} isPage="true" {else} isPage="false"{/if} > <a href="{$c.url} "> <div class="img-wrap"> <img class="img" src="{dr_thumb($c.thumb)} "> </div> <p class="txt">{$c.name}</p> </a> </div> {/category}
{category module=store pid=0 num=20 return=c} <div class="weui-flex__item itm" data-abc="D" data-All="true" {if $c.tjlx == 1} isHot="true" {else} isHot="false"{/if} {if $c.tjlx == 2} isSpecial="true" {else} isSpecial="false"{/if} {if $c.tjlx == 3} isDy="true" {else} isDy="false"{/if} {if $c.tjlx == 4} isHand="true" {else} isHand="false"{/if} {if $c.tjlx == 5} isPage="true" {else} isPage="false"{/if} > <a target="_blank" href="{$c.url} "> <div class="img-wrap"> <img class="img" src="{dr_thumb($c.thumb)} "> </div> <p class="txt">{$c.name}</p> </a> </div> {/category}
{if in_array(1, $c.tjlx)} isHot="true" {else} isHot="false"{/if} {if in_array(2, $c.tjlx)} isSpecial="true" {else} isSpecial="false"{/if}
{if in_array(1, $c.tjlx) && in_array(2, $c.tjlx)}
改成c啊,不统一呢
这个是买的官方商城应用里的分类栏目 自定义字段