guhongwei 5 years ago
parent
commit
6d501e0408
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bind.vue

+ 1 - 1
src/views/bind.vue

@@ -42,7 +42,7 @@ export default {
     async bindBtn() {
       let data = {};
       data.uid = this.uid;
-      data.openid = '05';
+      // data.openid = '05';
       let res = await this.bind(data);
       if (res.errcode == '0') {
         this.$message({