From 5f747054980577ee506f72e0b6c81ad856788717 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Tue, 1 Aug 2023 11:22:07 +0200 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=AD=A3=E4=BA=86=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E5=8F=B7=E7=A0=81=E5=89=8D=E6=9C=89=E5=A4=9A=E5=87=A0=E4=B8=AA?= =?UTF-8?q?0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/workers/CommandorPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index d5221e8..344ccd7 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -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");