guhongwei 5 năm trước cách đây
mục cha
commit
0ccf6b5f43
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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({