From fe22300838a210d78ec610d5639dc2a8eaf5bfe8 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 27 Dec 2022 11:44:04 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=B8=B2=E6=9F=93=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/portfolio/post/_portfolio_id.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/portfolio/post/_portfolio_id.vue b/pages/portfolio/post/_portfolio_id.vue index 0fe94f0..4353cfc 100644 --- a/pages/portfolio/post/_portfolio_id.vue +++ b/pages/portfolio/post/_portfolio_id.vue @@ -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);