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

+ 1 - 0
src/views/bind.vue

@@ -46,6 +46,7 @@ export default {
       let data = {};
       data.uid = this.uid;
       data.openid = this.openid;
+      console.log(data);
       let res = await this.bind(data);
       if (res.errcode == '0') {
         this.$message({