Ver código fonte

拉取代码

maotao 9 meses atrás
pai
commit
1d5724743f
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      pages/bindUser/bindUser.vue

+ 2 - 1
pages/bindUser/bindUser.vue

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