mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update didi.js
This commit is contained in:
2
didi.js
2
didi.js
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user