fix:修复bug
This commit is contained in:
+11
-11
@@ -1,26 +1,26 @@
|
||||
// 帮助中心文案配置
|
||||
export const HELP_CONTENT = {
|
||||
// FAQ列表
|
||||
// FAQ列表(存储翻译键,由组件动态翻译)
|
||||
FAQ_LIST: [
|
||||
{
|
||||
question: '如何租借风扇?',
|
||||
answer: '点击首页"扫码租借"按钮,使用微信扫描设备上的二维码,按提示完成支付即可使用。'
|
||||
question: 'help.faq1Question',
|
||||
answer: 'help.faq1Answer'
|
||||
},
|
||||
{
|
||||
question: '收费标准是怎样的?',
|
||||
answer: '本产品租界风扇采用免押金租借形式,无需支付押金,具体计费方式以场地机柜扫码提示为准。'
|
||||
question: 'help.faq2Question',
|
||||
answer: 'help.faq2Answer'
|
||||
},
|
||||
{
|
||||
question: '如何归还风扇?',
|
||||
answer: '将风扇带到任意归还点,点击首页"扫码归还"按钮,扫描归还点二维码即可完成归还。'
|
||||
question: 'help.faq3Question',
|
||||
answer: 'help.faq3Answer'
|
||||
},
|
||||
{
|
||||
question: '押金多久能退还?',
|
||||
answer: '归还设备后押金将自动发起退款,预计0-7个工作日到账。'
|
||||
question: 'help.faq4Question',
|
||||
answer: 'help.faq4Answer'
|
||||
},
|
||||
{
|
||||
question: '设备无法正常使用怎么办?',
|
||||
answer: '您可以通过"我的-投诉与建议"提交故障反馈,或直接拨打客服电话处理。'
|
||||
question: 'help.faq5Question',
|
||||
answer: 'help.faq5Answer'
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user