迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發框架,基于MIT開源許可協議發布,免費且不限制商業使用,是免費開源的產品,以萬端互聯為設計理念,支持的微信公眾號、小程序、APP客戶端、移動端網站、PC網站等多終端式管理系統。
聯系官方銷售客服
1835022288
028-61286886
會員中心如何調用出當前會員的粉絲數?關注數?
找了本論壇各種標簽,都不行。只顯示一個C
http://www.zbshanke.com/doc/469.html
user.id改為member.id 表示當前的用戶
<span>粉絲:{count table=member_friend touid=$member.id}</span><span>關注:{count table=member_friend uid=$member.id}</span>
抄代碼你都抄錯
<span>粉絲:{count action=table table=member_friend touid=$member.id}</span>
回復@Pretty 少了個action=table 顯示了,謝謝謝謝。。。。。。
http://www.zbshanke.com/doc/469.html
user.id改為member.id 表示當前的用戶
<span>粉絲:{count table=member_friend touid=$member.id}</span><span>關注:{count table=member_friend uid=$member.id}</span>
抄代碼你都抄錯
<span>粉絲:{count action=table table=member_friend touid=$member.id}</span>
回復@Pretty 少了個action=table 顯示了,謝謝謝謝。。。。。。