Update didi.js

This commit is contained in:
smallfawn
2024-03-22 21:37:33 +08:00
committed by GitHub
parent 15ec977f81
commit f8047c1d23

View File

@@ -23,7 +23,7 @@ class Task {
this.ckStatus = true; this.ckStatus = true;
this.couponsBindList = [] this.couponsBindList = []
this.waterNum = 0; this.waterNum = 0;
this.city_id = str.split(strSplitor)[1]; this.city_id = Number(str.split(strSplitor)[1]);
} }
async main() { async main() {
await this.productInit(); await this.productInit();