From a9d99871a30d9a1aba69db88feba1187a0ac8f9e Mon Sep 17 00:00:00 2001 From: jiang <2500238435@qq.com> Date: Mon, 6 Jan 2025 10:13:47 +0800 Subject: [PATCH] sytle --- config/help.js | 28 ------------------------- {config/constants => constants}/help.js | 0 pages/help/index.vue | 2 +- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 config/help.js rename {config/constants => constants}/help.js (100%) diff --git a/config/help.js b/config/help.js deleted file mode 100644 index 18c272a..0000000 --- a/config/help.js +++ /dev/null @@ -1,28 +0,0 @@ -export const helpConfig = { - faqList: [ - { - question: '如何租借风扇?', - answer: '点击首页"扫码租借"按钮,使用微信扫描设备上的二维码,按提示完成支付即可使用。' - }, - { - question: '收费标准是怎样的?', - answer: '使用费用为2元/小时,不足1小时按1小时计算。押金99元,归还后自动退还。' - }, - { - question: '如何归还风扇?', - answer: '将风扇带到任意归还点,点击首页"扫码归还"按钮,扫描归还点二维码即可完成归还。' - }, - { - question: '押金多久能退还?', - answer: '归还设备后押金将自动发起退款,预计0-7个工作日到账。' - }, - { - question: '设备无法正常使用怎么办?', - answer: '您可以通过"我的-投诉与建议"提交故障反馈,或直接拨打客服电话处理。' - } - ], - contactInfo: { - phone: '400-888-8888', - serviceTime: '周一至周日 09:00-22:00' - } -} \ No newline at end of file diff --git a/config/constants/help.js b/constants/help.js similarity index 100% rename from config/constants/help.js rename to constants/help.js diff --git a/pages/help/index.vue b/pages/help/index.vue index d4fbc8b..7d576d5 100644 --- a/pages/help/index.vue +++ b/pages/help/index.vue @@ -36,7 +36,7 @@