liuyu 5 năm trước cách đây
mục cha
commit
b27817dc3a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/registered.vue

+ 1 - 0
src/views/registered.vue

@@ -40,6 +40,7 @@ export default {
     async onSubmit(form) {
       form.role = '4';
       form.openid = this.$route.query.openid;
+      console.log(form);
       const res = await this.register(form);
       console.log(res);
       if (res.errcode === 0) {