| | |
| | | if(mo[i].sourceType==1) |
| | | { |
| | | thatTr.td[3].value=thatTr.td[3].value+" (淘宝)"; |
| | | thatTr.td[0].key="https://detail.tmall.com/item.htm?id="+thatTr.td[0].key; |
| | | thatTr.td[1].key="https://detail.tmall.com/item.htm?id="+thatTr.td[1].key; |
| | | } |
| | | else if(mo[i].sourceType==2) |
| | | { |
| | | thatTr.td[3].value=thatTr.td[3].value+" (京东)"; |
| | | thatTr.td[0].key="https://item.jd.com/"+thatTr.td[0].key+".html"; |
| | | thatTr.td[1].key="https://item.jd.com/"+thatTr.td[1].key+".html"; |
| | | } |
| | | else if(mo[i].sourceType==3) |
| | | { |
| | | thatTr.td[3].value=thatTr.td[3].value+" (拼多多)"; |
| | | thatTr.td[0].key="http://yangkeduo.com/goods.html?goods_id="+thatTr.td[0].key; |
| | | thatTr.td[1].key="http://yangkeduo.com/goods.html?goods_id="+thatTr.td[1].key; |
| | | } |
| | | |
| | | // 订单状态 |