修改测试问题
This commit is contained in:
@@ -711,7 +711,6 @@ const drawPics = (
|
||||
if (props.boxoList.systemType == 'ZL' || props.boxoList.systemType == 'YPT') {
|
||||
const str = waveId.split('e')
|
||||
const str1 = Number(str[1])
|
||||
console.log("🚀 ~ drawPics ~ props.wp.channelNames:", props.wp.channelNames)
|
||||
|
||||
props.wp.channelNames.forEach((element: string, i: number) => {
|
||||
if ((str1 == 1 && i == 4) || (str1 == 2 && i == 7) || (str1 == 3 && i == 10)) {
|
||||
|
||||
Reference in New Issue
Block a user