处理冲突

master
blak-kong 2 years ago
parent 4a7354064e
commit ce09d36d6b

@ -55,7 +55,7 @@ export default class InstrumentClickInUpload extends Component<any, any> {
secondClockImg: null, secondClockImg: null,
thirdClockImg: null, thirdClockImg: null,
}, },
clockcontents:'', clockcontents: "",
// 现在选中的数据 // 现在选中的数据
currentInfo: { currentInfo: {
modeVideo: "", modeVideo: "",
@ -261,15 +261,7 @@ export default class InstrumentClickInUpload extends Component<any, any> {
videoLoadedMetaData = async () => {}; videoLoadedMetaData = async () => {};
handleTextareaInput = async (e) => { handleTextareaInput = async (e) => {
<<<<<<< HEAD
this.setState({ punchInInfo: { clockContent: e.detail.value } }); 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 () => { onModeLockOpen = async () => {

Loading…
Cancel
Save