설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Myaccount.js 210B

123456789
  1. function initmyaccount(){
  2. $('.my_account_page').removeClass('d-none')
  3. myProfile();
  4. bindOrderDetails();
  5. wattantyFunction();
  6. addressDetails()
  7. }
  8. checkValidAuth(initmyaccount,'./login.html')