@@ -89,7 +89,8 @@
mask: true,
});
post("/data/isBindAccount", {
- account: this.bindAccount
+ account: this.bindAccount,
+ type: 'bind',
}).then((res) => {
uni.hideLoading();
let _this = this;