曹睿
8 天以前 c056874186f0e2520f575d3363c5497df089e984
src/pages/mine/index.vue
@@ -268,14 +268,14 @@
};
// 常见问题
const navigateToFAQ = () => {
  uni.navigateTo({ url: "/pages/mine/faq/index" });
};
// const navigateToFAQ = () => {
//   uni.navigateTo({ url: "/pages/mine/faq/index" });
// };
// 关于我们
const navigateToAbout = () => {
  uni.navigateTo({ url: "/pages/mine/about/index" });
};
// const navigateToAbout = () => {
//   uni.navigateTo({ url: "/pages/mine/about/index" });
// };
// 设置
const navigateToSettings = () => {
@@ -283,9 +283,9 @@
};
// 问题反馈
const handleQuestionFeedback = () => {
  uni.navigateTo({ url: "/pages/mine/feedback/index" });
};
// const handleQuestionFeedback = () => {
//   uni.navigateTo({ url: "/pages/mine/feedback/index" });
// };
// 导航到各个板块
const navigateToSection = (section: string, subSection?: string) => {