浏览代码

拉取代码

maotao 6 月之前
父节点
当前提交
1d5724743f
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;