woodynew

Results 4 comments of woodynew

补充一下,问题里面的A B页面都在同一个命名空间下才会出现问题 A页面路由:product-manage/product B页面路由:product-manage/product-order

https://github.com/Bttstrp/bootstrap-switch/blob/master/dist/js/bootstrap-switch.js ``` function getClasses(options, id) { var state = options.state, size = options.size, disabled = options.disabled, readonly = options.readonly, indeterminate = options.indeterminate, inverse = options.inverse; return [state ? 'on' :...

@matusmark bootstrap-switch. Js is right

> 我无法复现你的问题,是否可以使用Docker,提供一个完整的复现的流程。 我先提供一下我的Docker和使用框架你看看。 导入代码: ` $config = ['path' => $diskArr['root']]; $excel = new \Vtiful\Kernel\Excel($config); $excelData = []; $excelDataList = []; //报错处 $excel->openFile($this->filePath)->setType($cellTypes) ->nextCellCallback(function ($row, $cell, $data) use (&$excelData, &$excelDataList) {...