Commit 170d8d7b by wufan

fix:修复传图片失败裂图问题

parent 86568296
...@@ -143,7 +143,7 @@ class AddLiveBasic extends React.Component { ...@@ -143,7 +143,7 @@ class AddLiveBasic extends React.Component {
const _dataUrl = this.clip() const _dataUrl = this.clip()
self.setState({ self.setState({
dataUrl: _dataUrl, dataUrl: _dataUrl,
hasImgReady: false // 图片是否上传成功 hasImgReady: true
}) })
}, 100) }, 100)
......
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