中文字幕一区有码视三区-日本一区二区三区精品视-亚洲毛片18禁在线看-国产欧美亚洲91在线

J5_08留言模塊

weeya1年前JTBC教程216

聯(lián)系我們模塊放留言板
1、/Public/contactus/common/diplomat.index.php文件
      $renderer = new Renderer('index.detail');
替換為:
    $timestamp = time();
    $uniqueId = Random::getNumeric28();
    $sign = Encoder::saltedMD5($uniqueId . $timestamp);
    $renderer = new Renderer('index.detail', ['timestamp' => $timestamp, 'unique_id' => $uniqueId, 'sign' => $sign]);

2、JS文件要引進(jìn)來
<jtbc-script init="initForm" src="{$=$getActualRoute('feedback/')}{$=$assets_path}/js/feedback.js"></jtbc-script>

3、<div class="feedback_form">這個(gè)div要一致

4、外面還要有一個(gè)<container></container>包含起來。

5、</header>下面加一行這個(gè)。<headerholder></headerholder>

6、<button type="submit" class="b2 submit">提交</button>
提交是button,其他標(biāo)簽不行。

$variables = [
  'pagenum' => $model -> pagination -> pageNum,
  'pagecount' => $model -> pagination -> pageCount,
];

相關(guān)文章

J5_04產(chǎn)品新聞列表頁

1、頭尾模板調(diào)用代碼{$=$take('global.communal.header')}{$=$take('global.communal.footer')}1、模塊...

J5_07核心團(tuán)隊(duì)合作伙伴

核心團(tuán)隊(duì)team/榮譽(yù)資質(zhì)honor,有列表頁,有內(nèi)容頁{@}<a href="./?type=detail&amp;id={$id}" class="id...

J5增加PDF附件下載功能

1、模塊管理增加att字段,選擇29附件管理器2、模板代碼<table class="table table-striped m-0"><tbody><...

J5_02公共模板

頭部尾部    <TITLE>{$=$htmlEncode(implode(' - ', array_reverse($meta_title)...

J5_10多語言

多語言/Public/console/common/language/sel_lang.jtbc增加節(jié)點(diǎn)不同語言不同模板Public/common/diplomat/index.php修改return...

J5詳情頁獲取當(dāng)前分類父分類ID

1、修改程序 /public/zhiwu/common/template/index.jtbc文件public function detail(Request $req, Response $res)...

發(fā)表評(píng)論    

◎歡迎參與討論,請(qǐng)?jiān)谶@里發(fā)表您的看法、交流您的觀點(diǎn)。