this.$axios.$post(`/user/invite/index`,{page:this.page }).then(res =>{if (res.code =="200"){if(!this.invitation){this.invitation =res.data.invite_codethis.link ='https://'+window.location.host +`/?invitation=${this.invitation}`}this.userList =res.data.records.rows ||[];}});
this.$axios.$post(`/user/invite/index`,{page:this.page }).then(res =>{if (res.code =="200"){if(!this.invitation){this.invitation =res.data.invite_codethis.link ='https://'+window.location.host +`/?invitation=${this.invitation}`}this.userList =res.data.records.rows ||[];}});
发布时间:2024-05-09 11:03:01