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.

701 lines
34 KiB

2 years ago
  1. <template>
  2. <div class="faq-wrapper">
  3. <div v-if="$i18n.locale == 'en'">
  4. <div class="faq">
  5. <client-only>
  6. <v-card flat class="rounded-0 d-flex flex-row align-center"
  7. :class="width > breakPoint ? 'justify-space-around' : 'justify-center'" style="background: #f7ede4"
  8. width="100%" :height="width > 960 ? '276' : width > 550 ? '220' : '149'">
  9. <v-img :max-width="width > breakPoint ? 175 : 84" min-width="84" height="178" contain
  10. :class="width > breakPoint ? 'mr-3' : 'align-self-end ml-n5 mr-10'"
  11. :src="require('~/assets/img/faq1.png')">
  12. </v-img>
  13. <v-card flat color="transparent" class="primary--text text-center">
  14. <div style="font-weight: 700" :style="width > breakPoint ? ' font-size: 30px' : 'font-size: 18px;'"
  15. class="mb-3">
  16. How Can We Help You?
  17. </div>
  18. <div :style="width > breakPoint ? ' font-size: 16px' : 'font-size: 12px;'">
  19. Got a question? Were here to answer!<br />
  20. <span v-show="width > 870">If you dont see your question here, please contact us.</span>
  21. </div>
  22. </v-card>
  23. <v-img max-width="175" min-width="175" height="178" v-show="width > 870" contain
  24. :src="require('~/assets/img/faq2.png')"></v-img>
  25. </v-card>
  26. </client-only>
  27. <client-only>
  28. <v-card width="100%" height="auto" style="background: #f8f8f8" class="d-flex justify-center" flat>
  29. <v-card flat color="transparent" :width="width > breakPoint ? '728' : '434'" height="auto" class="px-10"
  30. style="margin: 80px 0px">
  31. <div class="tw-mt-[70.5px]">
  32. <div class="d-flex flex-row justify-start">
  33. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[0])">
  34. </v-img>
  35. <div style="font-weight: 700" :style="
  36. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  37. " class="mb-5">
  38. ShowEasy Service
  39. </div>
  40. </div>
  41. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  42. <v-expansion-panel v-for="(item, i) in 2" :key="i">
  43. <v-expansion-panel-header class="t16">
  44. <template v-slot:actions>
  45. <v-icon color="primary" class="tw-mr-[48.88px]">
  46. $expand
  47. </v-icon>
  48. </template>
  49. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  50. Q1 : How do I search for events?
  51. </div>
  52. <div v-if="i == 1" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  53. Q2 : How do I add events to my wishlist (my favorites)?
  54. </div>
  55. </v-expansion-panel-header>
  56. <v-expansion-panel-content>
  57. <div v-if="i == 0">
  58. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  59. <p>
  60. You can search the events by using the "searching bar" on the homepage of ShowEasy, you can
  61. also
  62. use "country/city" or "category" to search for the events.
  63. </p>
  64. <p>
  65. You can use "filter" on the left side of the "exhibitions page" to narrow down your
  66. searching
  67. range. The results will be showing on the right side of the page.
  68. </p>
  69. <p>
  70. The results can be sort by "date", "popularity", "interested", and "rating" in order to find
  71. a
  72. perfect match for you.
  73. </p>
  74. </div>
  75. </div>
  76. <div v-if="i == 1">
  77. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]" style="margin:20px;">
  78. <p>
  79. There is a heart shape "like" button on the page of every event's information, you may like
  80. these
  81. events that you are interested in after logging in to your account and these events will
  82. appear in
  83. "my favorites". You may also like these events on their own information page.
  84. </p>
  85. <p>
  86. If you want to check the events that you have liked, click "my favorites" to compare or to
  87. unlike
  88. (click the heart shape button again to unlike).
  89. </p>
  90. </div>
  91. </div>
  92. </v-expansion-panel-content>
  93. </v-expansion-panel>
  94. </v-expansion-panels>
  95. </div>
  96. <div class="tw-mt-[70.5px]">
  97. <div class="d-flex flex-row justify-start">
  98. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[1])">
  99. </v-img>
  100. <div style="font-weight: 700" :style="
  101. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  102. " class="mb-5">
  103. Sign Up
  104. </div>
  105. </div>
  106. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  107. <v-expansion-panel v-for="(item, i) in 3" :key="i">
  108. <v-expansion-panel-header class="t16">
  109. <template v-slot:actions>
  110. <v-icon color="primary" class="tw-mr-[48.88px]">
  111. $expand
  112. </v-icon>
  113. </template>
  114. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  115. Q1 : How do I sign up for ShowEasy account?
  116. </div>
  117. <div v-if="i == 1" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  118. Q2 : What benefits can I get after signing up for ShowEasy account?
  119. </div>
  120. <div v-if="i == 2" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  121. Q3 : Why didn't I receive any email or confirmation code?
  122. </div>
  123. </v-expansion-panel-header>
  124. <v-expansion-panel-content>
  125. <div v-if="i == 0">
  126. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  127. <p>
  128. It's totally free to <a href="/user" class="text-decoration-none">sign up</a> for ShowEasy
  129. account, here are the ways:
  130. </p>
  131. <p>
  132. By usingGoogleorFacebookaccount
  133. <ol>
  134. <li>From ShowEasy homepage, click the "login/ sign up" button on the upper right side,
  135. chooseGoogleorFacebookto log in.</li>
  136. <li>After logging in to your account (Google or Facebook), the system will have your email
  137. address
  138. and other information from the social platform you have chosen.</li>
  139. <li>Fill in other required columns, read and agree the policy, then click "submit"</li>
  140. </ol>
  141. </p>
  142. <p>
  143. By using email address
  144. <ol>
  145. <li>From ShowEasy homepage, click "log in/ sign up" on the upper right side, then click
  146. "sign up
  147. now"</li>
  148. <li>Enter your email address, name, phone number, password etc., read and agree the policy,
  149. click
  150. "submit"</li>
  151. <li>You will receive a confirmation mail, click "member verification"</li>
  152. <li>You may now log in to your account from ShowEasy homepage!</li>
  153. </ol>
  154. </p>
  155. </div>
  156. </div>
  157. <div v-if="i == 1">
  158. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  159. <p>
  160. As long as you are a member of ShowEasy, you may use all the convenient services that
  161. ShowEasy
  162. provides!
  163. </p>
  164. <p>
  165. Including: my favorites, reviews, price enquiry, tickets purchase etc.
  166. </p>
  167. <p>
  168. There will be some surprises waiting for you in the future!
  169. </p>
  170. </div>
  171. </div>
  172. <div v-if="i == 2">
  173. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  174. <ul>
  175. <li>
  176. I didn't receive any email
  177. Please go check your "junk" first, sometimes your email server may misjudge ShowEasy's
  178. message
  179. as junk mail.
  180. </li>
  181. <p class="tw-mt-[15px]">
  182. We suggest you remove our mail from "junk" and add <span
  183. class="primary--text">info@showeasy.com</span> to your contact in order to avoid this
  184. kind of
  185. incident.
  186. </p>
  187. <li>
  188. I entered my email address but I didn't receive the confirmation code...
  189. Please wait for a few minutes, we suggest you to re-enter your email address if you still
  190. didn't
  191. receive it, or contact us directly.
  192. </li>
  193. <p class="tw-mt-[15px]">
  194. Contact<br />
  195. Monday-Friday 09:00-17:50<br />
  196. Tel : 02-2725-5000<br />
  197. Email : info@showeasy.com
  198. </p>
  199. </ul>
  200. </div>
  201. </div>
  202. </v-expansion-panel-content>
  203. </v-expansion-panel>
  204. </v-expansion-panels>
  205. </div>
  206. <div class="tw-mt-[70.5px]">
  207. <div class="d-flex flex-row justify-start">
  208. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[2])">
  209. </v-img>
  210. <div style="font-weight: 700" :style="
  211. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  212. " class="mb-5">
  213. Account Settings
  214. </div>
  215. </div>
  216. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  217. <v-expansion-panel v-for="(item, i) in 3" :key="i">
  218. <v-expansion-panel-header class="t16">
  219. <template v-slot:actions>
  220. <v-icon color="primary" class="tw-mr-[48.88px]">
  221. $expand
  222. </v-icon>
  223. </template>
  224. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  225. Q1 : How can I reset my password if I forget it?
  226. </div>
  227. <div v-if="i == 1" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  228. Q2 : How can I change my password?
  229. </div>
  230. <div v-if="i == 2" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  231. Q3 : How can I edit my personal information?
  232. </div>
  233. </v-expansion-panel-header>
  234. <v-expansion-panel-content>
  235. <div v-if="i == 0">
  236. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  237. <p>
  238. Click Login->Forget password?-> enter the email address you signed up for ShowEasy
  239. account ->
  240. you will receive an email with the link to reset your password, follow the following steps
  241. then
  242. you can reset your password
  243. </p>
  244. <p>
  245. Remember your new password when you log in next time!
  246. </p>
  247. </div>
  248. </div>
  249. <div v-if="i == 1">
  250. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  251. <p>
  252. After logging in to your account, click the button on the upper right side
  253. ->settings->editin
  254. password column->once your changes are complete, click submit
  255. </p>
  256. </div>
  257. </div>
  258. <div v-if="i == 2">
  259. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  260. <p>
  261. After logging in to your account, click the button on the upper right side, then you can
  262. modify
  263. your profile and other information.
  264. </p>
  265. <p>
  266. Once your changes are complete, click on thesave button on the bottom of the page.
  267. </p>
  268. </div>
  269. </div>
  270. </v-expansion-panel-content>
  271. </v-expansion-panel>
  272. </v-expansion-panels>
  273. </div>
  274. <div class="tw-mb-[298px] tw-mt-[70.5px]">
  275. <div class="d-flex flex-row justify-start">
  276. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[3])">
  277. </v-img>
  278. <div style="font-weight: 700" :style="
  279. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  280. " class="mb-5">
  281. Contact
  282. </div>
  283. </div>
  284. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  285. <v-expansion-panel v-for="(item, i) in 1" :key="i">
  286. <v-expansion-panel-header class="t16">
  287. <template v-slot:actions>
  288. <v-icon color="primary" class="tw-mr-[48.88px]">
  289. $expand
  290. </v-icon>
  291. </template>
  292. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  293. Q: How to contact ShowEasy?
  294. </div>
  295. </v-expansion-panel-header>
  296. <v-expansion-panel-content>
  297. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  298. <p>
  299. If you have any questions about ShowEasy, we are pleased to receive your call during our
  300. service
  301. hours:
  302. </p>
  303. <p>
  304. Monday-Friday 09:00-18:00 (GMT+8)<br />
  305. Tel: 02-2725-5000<br />
  306. Email: info@showeasy.com<br />
  307. </p>
  308. </div>
  309. </v-expansion-panel-content>
  310. </v-expansion-panel>
  311. </v-expansion-panels>
  312. </div>
  313. </v-card>
  314. </v-card>
  315. </client-only>
  316. </div>
  317. </div>
  318. <div v-if="$i18n.locale == 'zh-tw'">
  319. <div class="faq">
  320. <client-only>
  321. <v-card flat class="rounded-0 d-flex flex-row align-center"
  322. :class="width > breakPoint ? 'justify-space-around' : 'justify-center'" style="background: #f7ede4"
  323. width="100%" :height="width > 960 ? '276' : width > 550 ? '220' : '149'">
  324. <v-img :max-width="width > breakPoint ? 175 : 84" min-width="84" height="178" contain
  325. :class="width > breakPoint ? 'mr-3' : 'align-self-end ml-n5 mr-10'"
  326. :src="require('~/assets/img/faq1.png')">
  327. </v-img>
  328. <v-card flat color="transparent" class="primary--text text-center">
  329. <div style="font-weight: 700" :style="width > breakPoint ? ' font-size: 30px' : 'font-size: 18px;'"
  330. class="mb-3">
  331. {{ $t('How Can We Help You?') }}
  332. </div>
  333. <div :style="width > breakPoint ? ' font-size: 16px' : 'font-size: 12px;'">
  334. {{ $t('Got a question? We’re here to answer!') }}<br />
  335. <span v-show="width > 870">{{ $t('If you dont see your question here, please contact us.') }}</span>
  336. </div>
  337. </v-card>
  338. <v-img max-width="175" min-width="175" height="178" v-show="width > 870" contain
  339. :src="require('~/assets/img/faq2.png')"></v-img>
  340. </v-card>
  341. </client-only>
  342. <client-only>
  343. <v-card width="100%" height="auto" style="background: #f8f8f8" class="d-flex justify-center" flat>
  344. <v-card flat color="transparent" :width="width > breakPoint ? '728' : '434'" height="auto" class="px-10"
  345. style="margin: 80px 0px">
  346. <div class="tw-mt-[70.5px]">
  347. <div class="d-flex flex-row justify-start">
  348. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[0])">
  349. </v-img>
  350. <div style="font-weight: 700" :style="
  351. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  352. " class="mb-5">
  353. ShowEasy服務
  354. </div>
  355. </div>
  356. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  357. <v-expansion-panel v-for="(item, i) in 2" :key="i">
  358. <v-expansion-panel-header class="t16">
  359. <template v-slot:actions>
  360. <v-icon color="primary" class="tw-mr-[48.88px]">
  361. $expand
  362. </v-icon>
  363. </template>
  364. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  365. Q1 : 如何使用搜尋展覽
  366. </div>
  367. <div v-if="i == 1" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  368. Q2 : 如何收藏展覽?
  369. </div>
  370. </v-expansion-panel-header>
  371. <v-expansion-panel-content>
  372. <div v-if="i == 0">
  373. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  374. <p>
  375. 進入ShowEasy首頁後可以直接在搜尋欄填上您想找的展覽名稱 , 或是運用國家/城市產業別進行搜尋
  376. </p>
  377. <p>
  378. 展覽列表頁面 , 您也可以利用勾選左側的篩選條件來縮小您的搜尋範圍結果將同步於右側清單欄位
  379. </p>
  380. <p>
  381. 搜尋結果上方亦可依排序條件如展期熱門程度收藏數等進行排序以便找到最適合您的展覽
  382. </p>
  383. </div>
  384. </div>
  385. <div v-if="i == 1">
  386. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  387. <p>
  388. 每個展覽介紹都有個愛心符號登入會員點選愛心成為實心後該展覽將列入您的收藏清單您也可以在個別展覽頁面按下加入收藏按鈕
  389. </p>
  390. <p>
  391. 若要查看已收藏的展覽可以進入我的收藏查看比較若要取消請再次點選愛心符號即可取消收藏
  392. </p>
  393. </div>
  394. </div>
  395. </v-expansion-panel-content>
  396. </v-expansion-panel>
  397. </v-expansion-panels>
  398. </div>
  399. <div class="tw-mt-[70.5px]">
  400. <div class="d-flex flex-row justify-start">
  401. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[1])">
  402. </v-img>
  403. <div style="font-weight: 700" :style="
  404. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  405. " class="mb-5">
  406. 註冊會員
  407. </div>
  408. </div>
  409. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  410. <v-expansion-panel v-for="(item, i) in 3" :key="i">
  411. <v-expansion-panel-header class="t16">
  412. <template v-slot:actions>
  413. <v-icon color="primary" class="tw-mr-[48.88px]">
  414. $expand
  415. </v-icon>
  416. </template>
  417. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  418. Q1 : 如何註冊成為ShowEasy會員?
  419. </div>
  420. <div v-if="i == 1" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  421. Q2 : 註冊會員有什麼好處?
  422. </div>
  423. <div v-if="i == 2" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  424. Q3 : 為什麼沒有收到email或驗證碼?
  425. </div>
  426. </v-expansion-panel-header>
  427. <v-expansion-panel-content>
  428. <div v-if="i == 0">
  429. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  430. <p>
  431. 建立<a href="/user" class="text-decoration-none">ShowEasy會員帳號</a>完全免費您可透過以下方式進行
  432. </p>
  433. <p>
  434. 使用GoogleFacebook帳號登入
  435. <ol>
  436. <li>進入showeasy.com點選右上方登入/註冊選擇右邊使用GoogleFacebook帳號登入</li>
  437. <li>輸入您在上述平台的帳號及密碼後 , 系統自動帶入您的電子郵件及在平台上的資料</li>
  438. <li>補上其他必填欄位詳閱相關條款勾選後 , 點選確認送出即可使用</li>
  439. </ol>
  440. </p>
  441. <p>
  442. 使用email註冊
  443. <ol>
  444. <li>進入showeasy.com點選右上方登入/註冊選擇下方立即註冊</li>
  445. <li>填寫您的電子信箱姓名手機以及密碼等欄位詳閱相關條款勾選後 , 點選確認送出</li>
  446. <li>至您的電子信箱內查收驗證信件點選信件會員驗證</li>
  447. <li>至showeasy.com點選右上方登入/註冊輸入您的帳號密碼登入後即可使用</li>
  448. </ol>
  449. </p>
  450. </div>
  451. </div>
  452. <div v-if="i == 1">
  453. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  454. <p>
  455. 只要您註冊成為ShowEasy會員即可享有ShowEasy平台所提供的各種便利服務
  456. </p>
  457. <p>
  458. 包括收藏展覽評論功能商品詢價票券訂購等功能
  459. </p>
  460. <p>
  461. 未來可能還會有不定期的驚喜!
  462. </p>
  463. </div>
  464. </div>
  465. <div v-if="i == 2">
  466. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  467. <ul>
  468. <li>
  469. 沒有收到email
  470. 請先至垃圾郵件確認 , 有時候您的電子信箱可能將ShowEasy的訊息誤判為垃圾信
  471. </li>
  472. <p class="tw-mt-[15px]">
  473. 為了避免再次發生這種情況建議您可以將我們的郵件從垃圾箱移到收件匣並將
  474. <span class="primary--text">info@showeasy.com</span>添加至您的通訊錄
  475. </p>
  476. <li>
  477. 填入電子郵件後等不到驗證碼?
  478. 可稍待幾分鐘等候系統發出如依然未收到建議您可以重新輸入帳號再次嘗試或與我們聯絡
  479. </li>
  480. <p class="tw-mt-[15px]">
  481. 聯絡資訊<br />
  482. 週一到週五 9:00-17:50<br />
  483. Tel : 02-2725-5000<br />
  484. Email : info@showeasy.com
  485. </p>
  486. </ul>
  487. </div>
  488. </div>
  489. </v-expansion-panel-content>
  490. </v-expansion-panel>
  491. </v-expansion-panels>
  492. </div>
  493. <div class="tw-mt-[70.5px]">
  494. <div class="d-flex flex-row justify-start">
  495. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[2])">
  496. </v-img>
  497. <div style="font-weight: 700" :style="
  498. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  499. " class="mb-5">
  500. 會員帳號設定
  501. </div>
  502. </div>
  503. <v-expansion-panels multiple accordion style="border-radius: 20px;">
  504. <v-expansion-panel v-for="(item, i) in 3" :key="i">
  505. <v-expansion-panel-header class="t16">
  506. <template v-slot:actions>
  507. <v-icon color="primary" class="tw-mr-[48.88px]">
  508. $expand
  509. </v-icon>
  510. </template>
  511. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  512. Q1 : 忘記密碼怎麼辦?
  513. </div>
  514. <div v-if="i == 1" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  515. Q2 : 如何更改個人資料?
  516. </div>
  517. <div v-if="i == 2" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  518. Q3 : 如何重設密碼?
  519. </div>
  520. </v-expansion-panel-header>
  521. <v-expansion-panel-content>
  522. <div v-if="i == 0">
  523. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  524. <p>
  525. <ul>
  526. <li>
  527. 請於登入畫面點選忘記密碼
  528. </li>
  529. <li>
  530. 輸入您註冊ShowEasy帳號時所使用的電子郵件
  531. </li>
  532. <li>
  533. 您將收到一封含有重置密碼的連結點入後依步驟即可進行密碼修改
  534. </li>
  535. <li>
  536. 請記錄您的新密碼供下次登入時使用
  537. </li>
  538. </ul>
  539. </p>
  540. </div>
  541. </div>
  542. <div v-if="i == 1">
  543. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  544. <p>
  545. 您可以登入會員後點選右上方個人帳號名稱即可在個人資料管理中進行修改
  546. 更改完成後請點擊頁面最下方儲存
  547. </p>
  548. </div>
  549. </div>
  550. <div v-if="i == 2">
  551. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  552. <p>
  553. 您可以登入會員後點選右上方個人帳號名稱登入管理修改密碼即可進行修改
  554. </p>
  555. <p>
  556. 更改完成後請點擊確認送出
  557. </p>
  558. </div>
  559. </div>
  560. </v-expansion-panel-content>
  561. </v-expansion-panel>
  562. </v-expansion-panels>
  563. </div>
  564. <div class="tw-mb-[298px] tw-mt-[70.5px]">
  565. <div class="d-flex flex-row justify-start">
  566. <v-img max-width="24" max-height="24" contain class="mr-4" :src="require('~/assets/svg/' + icons[3])">
  567. </v-img>
  568. <div style="font-weight: 700" :style="
  569. width > breakPoint ? 'font-size: 18px;' : 'font-size: 14px;'
  570. " class="mb-5">
  571. 聯絡資訊
  572. </div>
  573. </div>
  574. <v-expansion-panels multiple :accordion="customAccordion" style="border-radius: 20px;">
  575. <v-expansion-panel v-for="(item, i) in 1" :key="i">
  576. <v-expansion-panel-header class="t16">
  577. <template v-slot:actions>
  578. <v-icon color="primary" class="tw-mr-[48.88px]">
  579. $expand
  580. </v-icon>
  581. </template>
  582. <div v-if="i == 0" class="tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  583. Q: 如何聯絡ShowEasy?
  584. </div>
  585. </v-expansion-panel-header>
  586. <v-expansion-panel-content>
  587. <div class="t12 tw-ml-[40px] tw-mr-[40px] tw-mt-[21.5px] tw-mb-[21.5px]">
  588. <p>
  589. 如果對ShowEasy有任何疑問歡迎在我們上班時間來電洽詢
  590. </p>
  591. <p>
  592. Tel: 02-2725-5000週一到週五 9:00-18:00)<br />
  593. Email: info@showeasy.com <br />
  594. </p>
  595. </div>
  596. </v-expansion-panel-content>
  597. </v-expansion-panel>
  598. </v-expansion-panels>
  599. </div>
  600. </v-card>
  601. </v-card>
  602. </client-only>
  603. </div>
  604. </div>
  605. </div>
  606. </template>
  607. <script>
  608. export default {
  609. auth: false,
  610. data() {
  611. return {
  612. icons: ["gear.svg", "sign-up.svg", "setting.svg", "mail.svg"],
  613. panels: [-1, -1, -1, -1],
  614. width: undefined,
  615. breakPoint: 550,
  616. };
  617. },
  618. created() {
  619. if (process.client) {
  620. this.width = window.innerWidth;
  621. }
  622. },
  623. mounted() {
  624. this.$nextTick(() => {
  625. window.addEventListener("resize", this.onResize);
  626. });
  627. },
  628. beforeDestroy() {
  629. window.removeEventListener("resize", this.onResize);
  630. },
  631. methods: {
  632. panelHandle(cardIdx, itemIdx) {
  633. for (let i = 0; i < 4; i++) {
  634. if (i == cardIdx) {
  635. this.$set(this.panels, i, itemIdx);
  636. } else {
  637. this.$set(this.panels, i, -1);
  638. }
  639. }
  640. },
  641. onResize() {
  642. if (process.client) {
  643. this.width = window.innerWidth;
  644. }
  645. },
  646. },
  647. };
  648. </script>
  649. <style lang="scss" scoped>
  650. p {
  651. list-style: none;
  652. margin-bottom: 15px;
  653. white-space: initial;
  654. }
  655. .v-expansion-panel {
  656. &::before {
  657. box-shadow: none;
  658. border-bottom: 500px;
  659. }
  660. }
  661. .theme--light .v-expansion-panels .v-expansion-panel:not(:first-child) {
  662. &::after {
  663. margin-left: 30px;
  664. margin-right: 30px;
  665. }
  666. }
  667. </style>