當自定義會員中心界面或者后臺界面時,如果本頁面使用了list標簽,那么必須給list標簽指定return返回值,否則是無法調用頁面本身的pages變量的,例如:
頁面中使用了list標簽
{list action=********} ******** {/list}
那么需要改成:
{list action=******** return=r} ******** {/list}
加上return標簽
文檔最后更新時間:2018-03-13 03:28:39