ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯(lián)系官方銷售客服

1835022288

028-61286886

投訴 已解決 調(diào)用表單中的聯(lián)動(dòng)菜單類型 7 0
迅睿CMS版本:4.2.7

調(diào)用表單中的聯(lián)動(dòng)菜單類型時(shí)候,發(fā)現(xiàn)前臺(tái)是不顯示菜單數(shù)據(jù)的,但是用4.2.5版本的話是顯示的,是什么原因呢,都是用的手冊(cè)里的默認(rèn)代碼,沒有做改動(dòng)

解決方案
  • 調(diào)用代碼怎么寫的?

    • 回復(fù)迅睿框架創(chuàng)始人

      {php extract(dr_get_form_post_value('liuyan'))}
      <form action="" class="form-horizontal" method="post" name="myform" id="myform">
      	{$form}
      	<div class="fc-form-body">
      		{$myfield}
      		{$diyfield}
      		{$sysfield}
      		{if $is_post_code}
      		<div class="form-group">
      			<label class="control-label col-md-2">{dr_lang('驗(yàn)證碼')}</label>
      			<div class="col-md-10">
      				<label>
      					<div class="form-recaptcha">
      						<div class="input-group">
      							<input type="text" class="form-control" name="code">
      							<div class="input-group-btn fc-code">
      								{dr_code(120, 35)}
      							</div>
      						</div>
      					</div>
      				</label>
      			</div>
      		</div>
      		{/if}
      	</div>
      
      	<div class="portlet-body form myfooter">
      		<div class="form-actions text-center">
      			<button type="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')" class="btn green"> <i class="fa fa-save"></i> 提交內(nèi)容</button>
      		</div>
      	</div>
      </form>
      多多學(xué)習(xí)
    • 4.2.5版本也是這樣直接調(diào)用,前臺(tái)能正常,新版本就不行了

      多多學(xué)習(xí)
  • 我測(cè)試沒有問題

    • 回復(fù)迅睿框架創(chuàng)始人

      你是怎么調(diào)用的呢,也是這樣的?

      多多學(xué)習(xí)
    • 回復(fù)迅睿框架創(chuàng)始人

      我查了下,是我網(wǎng)站的js沖突了,去掉后就正常了,但是在后臺(tái)顯示表單字段的時(shí)候地區(qū)顯示的是id號(hào),我想是直接顯示地區(qū)名稱,怎么弄呢


      image.png

      多多學(xué)習(xí)
  • 寫回調(diào)函數(shù)才能轉(zhuǎn)換

    linkage_address


    滿意答案
    短信幣+1
  • 迅睿框架創(chuàng)始人:完美解決問題,謝謝!
    多多學(xué)習(xí)