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

Myaccount.js 235B

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