You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

infor.js 186 B

12345678910
  1. layui.use('form', function() {
  2. let form = layui.form;
  3. form.render()
  4. //监听select选择 课程总览
  5. // form.on('select', function(data) {
  6. // console.log("data==");
  7. // });
  8. });