{ife 'creditshop.goods' $item} 引导关注链接请到【基础设置】中设置 {else}
{if empty($item['type'])}不需要{else}必须关注{/if}
{/if}
{ife 'creditshop.goods' $item} 未关注情况下,弹出的提示文字,默认为'您必须关注我们的公众帐号,才能参加活动哦!' {else}
{$item['followtext']}
{/if}
{ife 'creditshop.goods' $item} 如果不填写,默认为商品名称 {else}
{$item['share_title']}
{/if}
{ife 'creditshop.goods' $item} {php echo tpl_form_field_image('share_icon', $item['share_icon'])} 如果不选择,默认为商品缩略图片 {else} {if !empty($item['share_icon'])} {/if} {/if}
{ife 'creditshop.goods' $item} 如果不填写,默认为商城名称 {else}
{$item['share_desc']}
{/if}