//开始激活 按钮事件 | //开始激活 按钮事件 | ||||
const btn = () => { | const btn = () => { | ||||
if(!state.disabled){ | |||||
return; | |||||
} | |||||
state.disabled = false | state.disabled = false | ||||
state.showPopup=true | state.showPopup=true | ||||
console.log('orderInfo参数', orderInfo, state.disabled) | console.log('orderInfo参数', orderInfo, state.disabled) |