🐛 渲染问题修复

🐛 渲染问题修复
This commit is contained in:
ronger 2022-12-28 10:04:06 +08:00 committed by GitHub
commit 1ec442ff3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,7 +442,7 @@ export default {
_ts.$set(_ts, 'isEdit', true);
_ts.$set(_ts, 'portfolio', JSON.parse(JSON.stringify(_ts.portfolioDetail)));
_ts.$set(_ts, 'headImgUrl', _ts.portfolioDetail.headImgUrl);
_ts.$refs.cropper.replace(_ts.portfolioDetail.headImgUrl);
// _ts.$refs.cropper.replace(_ts.portfolioDetail.headImgUrl);
portfolioContent = _ts.portfolioDetail.portfolioDescription;
} else {
_ts.$set(_ts, 'isEdit', false);