tianyi 1 month ago
parent
commit
e3eb84d069
  1. 3
      pages/login/login.vue

3
pages/login/login.vue

@ -393,7 +393,8 @@
captchaId: this.captchaId, captchaId: this.captchaId,
code: this.code, code: this.code,
saveLogin: true, saveLogin: true,
type: 0 type: 0,
clientId: uni.getStorageSync('registerID')
}; };
} }
let that = this; let that = this;

Loading…
Cancel
Save