level 2
leunghingwah
楼主
$leung.auth_pid = 1;
<if condition=" $leung.auth_pid eq 1">就可以。
而
<if condition=" 1 eq $leung.auth_pid">这样就不行了呢;
2015年10月06日 15点10分
1
<if condition=" $leung.auth_pid eq 1">就可以。
而
<if condition=" 1 eq $leung.auth_pid">这样就不行了呢;