question.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <template>
  2. <div class="question w-full relative">
  3. <h1 class="text-[#333] text-[36px] leading-[1.1] mb-0px mt-40px mx-[10%] ">常见问题</h1>
  4. <div class="row pt-24px px-[10%] pb-60px mx-[-15px]">
  5. <div class="menu float-left ml-15px">
  6. <ul class="mb-10px">
  7. <a href="#reading">
  8. <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
  9. value="reading" :class="{ active: '#reading' == ins.hash }" @click=" active('#reading')">
  10. 文件阅读
  11. </li>
  12. </a>
  13. <a href="#management">
  14. <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
  15. value="management" :class="{ active: '#management' == ins.hash}"
  16. @click=" active('#management')">
  17. 文件管理
  18. </li>
  19. </a>
  20. <a href="#note">
  21. <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
  22. value="note" :class="{ active: '#note' == ins.hash}" @click=" active('#note')">
  23. 文件注释
  24. </li>
  25. </a>
  26. <a href="#scan">
  27. <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
  28. value="scan" :class="{ active: '#scan' == ins.hash}" @click=" active('#scan')">
  29. 文件扫描
  30. </li>
  31. </a>
  32. <a href="#convert">
  33. <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
  34. value="convert" :class="{ active: '#convert' == ins.hash}" @click=" active('#convert')">
  35. 格式转换
  36. </li>
  37. </a>
  38. <a href="#payment">
  39. <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
  40. value="payment" :class="{ active: '#payment' == ins.hash}" @click=" active('#payment')">
  41. 支付问题
  42. </li>
  43. </a>
  44. </ul>
  45. </div>
  46. <div class="content ml-257px text-[#333]">
  47. <!-- 文件阅读 -->
  48. <div class="list reading hidden" :class="{active: '#reading' == ins.hash}">
  49. <div class="item mb-30px">
  50. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.是否支持护眼模式</h3>
  51. <p class="text-[16px] leading-[30px]">
  52. 目前有三种阅读模式:日间模式、夜间模式、柔和模式,满足用户在不同环境下看书的需求,有效缓解眼睛疲劳,保护视力。
  53. </p>
  54. </div>
  55. <div class="item mb-30px">
  56. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">2.如何使用纯文字模式(文字转语音TTS)?</h3>
  57. <p class="text-[16px] leading-[30px]">
  58. 打开PDF文档,点击右上角More按钮;点击选择 TTS 即可转换文本模式为语音模式;该功能需要手机自带语音引擎才能使用,
  59. 如无语音引擎需到外部下载第三方语音引擎即可使用。
  60. </p>
  61. </div>
  62. </div>
  63. <!-- 文件管理 -->
  64. <div class="list management hidden" :class="{active: '#management' == ins.hash}">
  65. <div class="item mb-30px">
  66. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.如何移动&amp;管理文件?</h3>
  67. <p class="text-[16px] leading-[30px]">
  68. <span
  69. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击工具栏的“管理”按钮,然后“移动”文件<br>
  70. <span
  71. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>长按选中对应文件,然后“移动”文件<br>
  72. <span
  73. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>选择一个文件夹,然后点击“移动”文件将文件移动到指定文件夹
  74. </p>
  75. </div>
  76. <div class="item mb-30px">
  77. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">2.如何分享文件链接?</h3>
  78. <p class="text-[16px] leading-[30px]">
  79. 点击“分享”;选择“以链接形式分享”,收到链接的用户不需下载任何PDF文件即可在浏览器上直接阅读文件
  80. </p>
  81. </div>
  82. </div>
  83. <!-- 文件注释 -->
  84. <div class="list hidden" :class="{active: '#note' == ins.hash}">
  85. <div class="item mb-30px">
  86. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.如何使用手绘&amp;手写?</h3>
  87. <p class="text-[16px] leading-[30px]">
  88. <span
  89. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击注释按钮可使用、退出该功能<br>
  90. <span
  91. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击并长按图标调整颜色、笔刷大小和透明度
  92. </p>
  93. </div>
  94. <div class="item mb-30px">
  95. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">2.如何移除PDF文件注释?</h3>
  96. <p class="text-[16px] leading-[30px]">
  97. <span
  98. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击选择需要移除的注释<br>
  99. <span
  100. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击弹出对话框中“清除”选项去除注释
  101. </p>
  102. </div>
  103. </div>
  104. <!-- 文件扫描 -->
  105. <div class="list scan hidden" :class="{active: '#scan' == ins.hash}">
  106. <div class="item mb-30px">
  107. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.如何使用PDF扫描&amp;转档功能?</h3>
  108. <p class="text-[16px] leading-[30px]">
  109. <span
  110. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击相机快速扫描文件<br>
  111. <span
  112. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>点击分享和保存到PDF将扫描文件保存为PDF文件<br>
  113. <span
  114. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>转档后可对文件进行编辑
  115. </p>
  116. </div>
  117. </div>
  118. <!-- 格式转换 -->
  119. <div class="list convert hidden" :class="{active: '#convert' == ins.hash}">
  120. <div class="item mb-30px">
  121. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.常见失败原因及解决方案</h3>
  122. <table border="1">
  123. <thead>
  124. <tr>
  125. <td
  126. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  127. 原因</td>
  128. <td
  129. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  130. 解决方法</td>
  131. </tr>
  132. </thead>
  133. <tbody>
  134. <tr>
  135. <td
  136. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  137. 转换券不足</td>
  138. <td
  139. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  140. 充值转换券或订阅套餐</td>
  141. </tr>
  142. <tr>
  143. <td
  144. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  145. 原文件损坏无法打开</td>
  146. <td
  147. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  148. 检查原文件是否损坏</td>
  149. </tr>
  150. <tr>
  151. <td
  152. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  153. 原文件加密无法打开</td>
  154. <td
  155. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  156. 更改原文件权限为可读取模式</td>
  157. </tr>
  158. <tr>
  159. <td
  160. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  161. 无法识别的文件类型</td>
  162. <td
  163. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  164. 暂时不支持该格式转档;文件格式与其后缀名不符</td>
  165. </tr>
  166. <tr>
  167. <td
  168. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  169. 未知错误</td>
  170. <td
  171. class="h-30px leading-[40px] text-[16px] px-10px text-[#333] border-solid border-gray-[#000] border">
  172. 加入17PDF官方QQ群(188917181)咨询</td>
  173. </tr>
  174. </tbody>
  175. </table>
  176. </div>
  177. <div class="item mb-30px">
  178. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">2.支持哪些格式转换?</h3>
  179. <p class="text-[16px] leading-[30px]">
  180. <span class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>支持PDF
  181. to Word、PPT、Excel、TXT、JPG/PNG无限次数转换
  182. </p>
  183. </div>
  184. <div class="item mb-30px">
  185. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">3.为什么图片格式的文件转档效果不好?</h3>
  186. <p class="text-[16px] leading-[30px]">
  187. 如原文件为图片格式或者通过扫描文档保存为PDF文件的,转档后的文件可能无法选取文字进行高亮等编辑。
  188. </p>
  189. </div>
  190. <div class="item mb-30px">
  191. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">4.文件转档后出现乱码?</h3>
  192. <p class="text-[16px] leading-[30px]">
  193. 如果是原文件就有乱码问题,先处理好文件再提交转档;<br>
  194. 如果原文件正常而转档后目标文件乱码,请联系我们处理。
  195. </p>
  196. </div>
  197. <div class="item mb-30px">
  198. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">5.转档失败会扣券吗?</h3>
  199. <p class="text-[16px] leading-[30px]">
  200. 不会,请放心重试。
  201. </p>
  202. </div>
  203. <div class="item mb-30px">
  204. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">6.转换后的文件保存在哪里?</h3>
  205. <p class="text-[16px] leading-[30px]">
  206. 转换成功的文件默认保存路径为文档/17PDF/Converted。
  207. </p>
  208. </div>
  209. <div class="item mb-30px">
  210. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">7.联系我们</h3>
  211. <p class="text-[16px] leading-[30px]">
  212. 加入17PDF官方QQ 群188917181咨询,即时为您解答相关问题。
  213. </p>
  214. </div>
  215. </div>
  216. <!-- 支付问题 -->
  217. <div class="list payment hidden" :class="{active: '#payment' == ins.hash}">
  218. <div class="item mb-30px">
  219. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.支付失败怎么办?</h3>
  220. <p class="text-[16px] leading-[30px]">
  221. 如有由于网络中断,或页面过期、超时、错误等问题导致支付失败,请先确认是否已经扣款,如未扣款可尝试再支付一次。或者,您可以联系微信或支付平台获得帮助。如果已经扣款但仍未生效,可能是网络繁忙,如果长时间未生效,请于QQ群188917181联系管理员处理。
  222. </p>
  223. </div>
  224. <div class="item mb-30px">
  225. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">2.可以退订吗?</h3>
  226. <p class="text-[16px] leading-[30px]">
  227. 暂时不支持退订退款。
  228. </p>
  229. </div>
  230. <div class="item mb-30px">
  231. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">3.支付页面显示错误或空白?</h3>
  232. <p class="text-[16px] leading-[30px]">
  233. 可能浏览器的兼容性导致无法正常支付,请使用IE浏览器进行支付操作。
  234. </p>
  235. </div>
  236. <div class="item mb-30px">
  237. <h3 class="text-[20px] text-[1.1] mb-18px font-bold">4.何时生效?</h3>
  238. <p class="text-[16px] leading-[30px]">
  239. <span
  240. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>购买券即时生效;<br>
  241. <span
  242. class="w-8px h-8px inline-block rounded-[100%] bg-[#333] mr-12px ml-4px"></span>单次购买一个套餐即时生效。
  243. </p>
  244. </div>
  245. </div>
  246. </div>
  247. </div>
  248. </div>
  249. </template>
  250. <script >
  251. import { onMounted, reactive } from "vue"
  252. export default{
  253. middleware:'user',
  254. setup(){
  255. const ins = reactive(
  256. {
  257. hash: "#reading"
  258. }
  259. )
  260. function active(hash) {
  261. ins.hash = hash
  262. };
  263. onMounted(() => {
  264. const hash = window.location.hash
  265. if (hash === '') {
  266. window.location.hash = "reading";
  267. }
  268. else {
  269. ins.hash=hash
  270. }
  271. })
  272. return {
  273. ins,
  274. active
  275. }
  276. }
  277. }
  278. </script>
  279. <style>
  280. /*左侧ul */
  281. .row:before,
  282. .row:after {
  283. content: " ";
  284. display: table;
  285. clear: both;
  286. }
  287. .question .row .menu ul li:hover {
  288. background: #efefef;
  289. }
  290. .question .row .menu ul li.active {
  291. background: #ff4f4f;
  292. color: #fff;
  293. }
  294. .question .row .content .list.active {
  295. display: block;
  296. }
  297. </style>