Created
June 11, 2019 07:13
-
-
Save xfdev/851081213c94402a06cd0ca5e0f17dfd to your computer and use it in GitHub Desktop.
删除订单
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var OKbtn = document.getElementsByClassName("order-del")[0]; | |
| OKbtn.click(); | |
| var delbtn = document.getElementsByClassName("btn-1 remove-order")[0]; | |
| delbtn.click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment