迅睿開(kāi)源框架是一款PHP8高性能·簡(jiǎn)單易用的PHP開(kāi)源開(kāi)發(fā)框架, 基于MIT開(kāi)源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設(shè)計(jì)理念, 支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務(wù)經(jīng)理
微信掃描以上二維碼
028-61286886
技術(shù)咨詢
移動(dòng)端表單提交后,提示后,跳轉(zhuǎn)到錯(cuò)誤頁(yè)面,不知道怎么辦了
后臺(tái)設(shè)置表單跳轉(zhuǎn)后的url就行了,開(kāi)發(fā)者模式提醒可以i不管他了
開(kāi)源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!
回復(fù)@迅??蚣苈?lián)合創(chuàng)始人 不好使,表單提交不成功,,PC就成功的,而且沒(méi)有跳轉(zhuǎn)到指定的鏈接,我的表單代碼是
<form action="" class="my-4" method="post" name="myform" id="myform"> <input name="is_form" type="hidden" value="1"> <input name="is_admin" type="hidden" value="0"> <input name="is_tips" type="hidden" value=""> <input name="csrf_test_name" type="hidden" value="75d111f35943662e52723616577c5c4b"> <li> <input type="text" name="data[author]" id="dr_author" maxlength="20" placeholder="姓名" class="login_input " /> </li> <li> <input type="text" name="data[title]" id="dr_title" maxlength="20" placeholder="手機(jī)號(hào)碼" class="login_input" > </li> <li> <textarea name="content" name="data[neirong]" id="dr_neirong" rows="" onKeyUp="strlen_verify(this,'booklen',255)" placeholder="咨詢內(nèi)容" class="login_textarea" ></textarea> </li> <li> <input class="login_btn common_bg" type="button" onclick="dr_ajax_submit('http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post', 'myform', '2000', 'http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post')" value="提 交"> </li> </form>
dr_ajax_submit('/index.php?s=form&c=ceshi&m=post'
回復(fù)@舞臺(tái)劇
<input class="login_btn common_bg" type="button" onclick="dr_ajax_submit('http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post', 'myform', '2000', 'http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post')" value="提 交">
把后面的http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post改成你想要跳轉(zhuǎn)到的頁(yè)面鏈接,看看行不
回復(fù)@流星 跳轉(zhuǎn)是跳轉(zhuǎn)了,但是表單不成功
dr_ajax_submit('/mobile/index.php?s=form&c=ceshi&m=post'
如果是目錄模式的手機(jī)端這樣
后臺(tái)設(shè)置表單跳轉(zhuǎn)后的url就行了,開(kāi)發(fā)者模式提醒可以i不管他了
開(kāi)源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!
回復(fù)@迅??蚣苈?lián)合創(chuàng)始人 不好使,表單提交不成功,,PC就成功的,而且沒(méi)有跳轉(zhuǎn)到指定的鏈接,我的表單代碼是
<form action="" class="my-4" method="post" name="myform" id="myform"> <input name="is_form" type="hidden" value="1"> <input name="is_admin" type="hidden" value="0"> <input name="is_tips" type="hidden" value=""> <input name="csrf_test_name" type="hidden" value="75d111f35943662e52723616577c5c4b"> <li> <input type="text" name="data[author]" id="dr_author" maxlength="20" placeholder="姓名" class="login_input " /> </li> <li> <input type="text" name="data[title]" id="dr_title" maxlength="20" placeholder="手機(jī)號(hào)碼" class="login_input" > </li> <li> <textarea name="content" name="data[neirong]" id="dr_neirong" rows="" onKeyUp="strlen_verify(this,'booklen',255)" placeholder="咨詢內(nèi)容" class="login_textarea" ></textarea> </li> <li> <input class="login_btn common_bg" type="button" onclick="dr_ajax_submit('http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post', 'myform', '2000', 'http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post')" value="提 交"> </li> </form>dr_ajax_submit('/index.php?s=form&c=ceshi&m=post'回復(fù)@舞臺(tái)劇
<input class="login_btn common_bg" type="button" onclick="dr_ajax_submit('http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post', 'myform', '2000', 'http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post')" value="提 交">把后面的http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post改成你想要跳轉(zhuǎn)到的頁(yè)面鏈接,看看行不
回復(fù)@流星 跳轉(zhuǎn)是跳轉(zhuǎn)了,但是表單不成功
dr_ajax_submit('/mobile/index.php?s=form&c=ceshi&m=post'如果是目錄模式的手機(jī)端這樣