KKSU
2024-01-12 6b0030d653bb587edd9ecb0accec8778589d7f7b
套餐
2 files modified
2 ■■■■■ changed files
src/main/resources/templates/febs/views/modules/banner/platformBannerAdd.html 1 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/banner/platformBannerDetail.html 1 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/banner/platformBannerAdd.html
@@ -117,6 +117,7 @@
        var uploadInst = upload.render({
            elem: '#test1'
            ,url: ctx + 'admin/goods/uploadFileBase64' //改成您自己的上传接口
            ,size: 10240 // 限制文件大小,单位 KB
            ,before: function(obj){
                //预读本地文件示例,不支持ie8
                obj.preview(function(index, file, result){
src/main/resources/templates/febs/views/modules/banner/platformBannerDetail.html
@@ -117,6 +117,7 @@
        var uploadInst = upload.render({
            elem: '#test1'
            ,url: ctx + 'admin/goods/uploadFileBase64' //改成您自己的上传接口
            ,size: 10240 // 限制文件大小,单位 KB
            ,before: function(obj){
                //预读本地文件示例,不支持ie8
                obj.preview(function(index, file, result){