maotao 6 mesi fa
parent
commit
1d5724743f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      pages/bindUser/bindUser.vue

+ 2 - 1
pages/bindUser/bindUser.vue

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