From ce09d36d6b09632a3dafbdff4a61418c53d3aba6 Mon Sep 17 00:00:00 2001 From: blak-kong <546598185@qq.com> Date: Tue, 12 Mar 2024 14:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/instrumentClickinUpload/index.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/pages/instrumentClickinUpload/index.tsx b/src/pages/instrumentClickinUpload/index.tsx index 0f5a208..9d2b6d3 100644 --- a/src/pages/instrumentClickinUpload/index.tsx +++ b/src/pages/instrumentClickinUpload/index.tsx @@ -55,7 +55,7 @@ export default class InstrumentClickInUpload extends Component { secondClockImg: null, thirdClockImg: null, }, - clockcontents:'', + clockcontents: "", // 现在选中的数据 currentInfo: { modeVideo: "", @@ -261,15 +261,7 @@ export default class InstrumentClickInUpload extends Component { videoLoadedMetaData = async () => {}; handleTextareaInput = async (e) => { -<<<<<<< HEAD this.setState({ punchInInfo: { clockContent: e.detail.value } }); -======= - const punchInInfo = this.state.punchInInfo; - punchInInfo.clockContent = e.detail.value; - let clockcontents = e.detail.value; - this.setState({ punchInInfo, clockcontents }); - // this.setState({ punchInInfo:{...punchInInfo,clockContent: e.detail.value} }); ->>>>>>> qsj }; onModeLockOpen = async () => {