説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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')