btnSearch:"#root > section > main > div > div > div > div.order-main > div.order-table-container > div.order-search-pane > div > div > div:nth-child(2) > button:nth-child(2)",
'#root > section > main > div > div > div > div.order-main > div.order-table-container > div.order-search-pane > div > div > div:nth-child(2) > button:nth-child(2)',
letloadingMask=document.querySelector("#root > section > main > div > div > div > div.order-main > div.order-table-container > div.loading-mark-container > div")asany;
if(loadingMask.style.display=="none"){
if(document.querySelector("#root > section > main > div > div > div > div.order-main > div.order-table-container > div.loading-mark-container > table > tbody > tr > td > div > div.mb10 > p")){
//无订单
result.status=2;
result.msg="无相关订单"
returnresult;
}else{
result.status=0;
result.msg=""
returnresult;
}
}
letloadingMask=document.querySelector(
'#root > section > main > div > div > div > div.order-main > div.order-table-container > div.loading-mark-container > div'
)asany
if(loadingMask.style.display=='none'){
if(
document.querySelector(
'#root > section > main > div > div > div > div.order-main > div.order-table-container > div.loading-mark-container > table > tbody > tr > td > div > div.mb10 > p'