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

Myaccount.js 172B

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