改正了电话号码前有多几个0的问题
This commit is contained in:
@@ -334,7 +334,8 @@ class CommandorPage {
|
||||
if (field) {
|
||||
field.value = phone
|
||||
}
|
||||
}, "0" + this.contact.phoneNumber)
|
||||
}, "" + this.contact.phoneNumber)
|
||||
// }, "0" + this.contact.phoneNumber)
|
||||
// 如果需要显示键盘的话,使用下面方法
|
||||
// await page.evaluate(() => {
|
||||
// let field = document.getElementById("phone_number");
|
||||
|
||||
Reference in New Issue
Block a user