摘要: 页面使用form表单,button放在form表单中,没有设置type类型,默认为submit提交,所有打开弹窗的时候就会出现一闪而过就消失的问题。 解决方法:给button添加 type='button' 阅读全文
posted @ 2020-08-11 15:52 糖糖Y 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 3 class IndexController extends Controller 4 { 5 public function index(Request $request){ 6 $course_id = $request->input("course_id"); 7 $li 阅读全文
posted @ 2020-08-11 15:48 糖糖Y 阅读(612) 评论(0) 推荐(0) 编辑