Browse Source

[WHAT] 電話號碼+國碼 component開發+驗證 [WHY] 開發 ShowEasy 前台

Dev
Janie 2 years ago
parent
commit
f0e298dcf7
  1. 3
      FrontEnd/pages/user/contactInfo.vue

3
FrontEnd/pages/user/contactInfo.vue

@ -219,7 +219,6 @@ export default {
this.$auth.$storage.removeUniversal("userBeforePath");
if (window.innerWidth < 1024) {
console.log(window.innerWidth);
this.$router.push(this.localePath("/"));
} else {
this.$router.push(this.localePath("/user"));
@ -232,7 +231,7 @@ export default {
`/trending/api/Members/Contacts`
)
.then((response) => {
console.log(JSON.stringify(response));
//console.log(JSON.stringify(response));
if(response && response.data && response.data.DATA && response.data.DATA.rel){
let data = response.data.DATA.rel
if(data){

Loading…
Cancel
Save