From f8047c1d2380a47d5800b47b02e9459fb397f43d Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:37:33 +0800 Subject: [PATCH] Update didi.js --- didi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/didi.js b/didi.js index 7b0ec2a..5705450 100644 --- a/didi.js +++ b/didi.js @@ -23,7 +23,7 @@ class Task { this.ckStatus = true; this.couponsBindList = [] this.waterNum = 0; - this.city_id = str.split(strSplitor)[1]; + this.city_id = Number(str.split(strSplitor)[1]); } async main() { await this.productInit();