常见问题:接入 100%

pull/34/head
YunaiV 2023-12-27 22:07:28 +08:00
parent 1bd12a1a3b
commit c5b91b3298
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<!-- FAQ 常见问题 -->
<template>
<s-layout class="set-wrap" title="常见问题" :bgStyle="{ color: '#FFF' }">
<uni-collapse>
@ -48,6 +49,13 @@
}
}
onLoad(() => {
// TODO 使 faq
if (true) {
sheep.$router.go('/pages/public/richtext', {
title: '常见问题',
})
return;
}
getFaqList();
});
</script>