Browse Source

修改

master
453530270@qq.com 2 years ago
parent
commit
c3069fb6c4
  1. 5
      pages/reg/index.vue

5
pages/reg/index.vue

@ -336,10 +336,7 @@ export default {
},
onLoad(query){
this.query = query
this.form.invite_code = this.query.invite_code||this.form.invite_code;
if(this.query.invite_code){
this.showInvite_code = false;
}
this.form.invite_code = this.query.invite_code||this.form.invite_code
},
created() {
this.clause();

Loading…
Cancel
Save