mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:43:25 +08:00
【修复】修复品牌添加页面原图上传未引用upload组件的问题。
This commit is contained in:
@@ -50,11 +50,12 @@
|
||||
//开启调试情况下获取接口赋值数据
|
||||
if (debug) { console.log(d.params.data); }
|
||||
|
||||
layui.use(['admin', 'form', 'laydate', 'cropperImg', 'coreHelper'],
|
||||
layui.use(['admin', 'form', 'laydate', 'upload', 'cropperImg', 'coreHelper'],
|
||||
function () {
|
||||
var $ = layui.$
|
||||
, form = layui.form
|
||||
, admin = layui.admin
|
||||
, upload = layui.upload
|
||||
, laydate = layui.laydate
|
||||
, cropperImg = layui.cropperImg
|
||||
, coreHelper = layui.coreHelper;
|
||||
|
||||
Reference in New Issue
Block a user