聯(lián)系官方銷售客服
1835022288
028-61286886
怎么在 shop 調(diào)用圖書book開始章節(jié) 比如有欄目下有3本書。每本書有不同的章節(jié),現(xiàn)在在閱讀完 shop的簡要內(nèi)容后進入正文章節(jié)閱讀,但是由于系統(tǒng)章節(jié)extend是不同圖書用的連續(xù)的的id,現(xiàn)在要在shop.html調(diào)用不同文章的正文,該怎么寫代碼。
<a href="/index.php?s=book&c=extend&m=index" style="background:#ff6600;" class="long_btn">開始閱讀</a>
寫一個控制器做轉(zhuǎn)向
{list action=extend cid=$id order=id_asc num=1}
<h5><a target="_blank" href="{dr_mobile_extend_url(MOD_DIR, $t.id)}" style="background:#ff6600;" class="long_btn"> 開始閱讀 </a> </h5>
{/list}