This commit is contained in:
2025-11-25 05:36:02 +08:00
parent 8e036cc171
commit b10e4b4336
65 changed files with 2672 additions and 2270 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
areaCode: `+${this.userInfo.areaCode}`,
code: this.codeValue,
password: this.formData.password,
platform: uni.$u.os() === "ios" ? 1 : 2,
platform: uni.$u.os(),
operationID: Date.now() + "",
};
businessReset(options)