maotao 6 ヶ月 前
コミット
1d5724743f
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  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;