Commit 35c97633 by wufan

fix:webbanner添加加载完成变量

parent 0a104e40
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wufan * @Author: wufan
* @Date: 2020-11-30 10:47:38 * @Date: 2020-11-30 10:47:38
* @LastEditors: wufan * @LastEditors: wufan
* @LastEditTime: 2021-01-03 22:40:31 * @LastEditTime: 2021-01-04 11:11:38
* @Description: web店铺banner页面 * @Description: web店铺banner页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -355,7 +355,8 @@ class StoreWebDecoration extends React.Component { ...@@ -355,7 +355,8 @@ class StoreWebDecoration extends React.Component {
showSelectFileModal, showSelectFileModal,
diskList, diskList,
visible, visible,
cutImageBlob cutImageBlob,
hasImgReady
} = this.state; } = this.state;
const DraggableContainer = (props) => ( const DraggableContainer = (props) => (
<SortableContainer <SortableContainer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment