yiming
2024-03-13 f9d4b09377c5471e1202be2fef2c89de27b6654d
pages/personalCenter/index.js
@@ -67,13 +67,13 @@
  {
    title: '关于我们',
    icon: '/static/images/personal/about.png',
    url: '',
    url: '/pages/aboutUs/index?types=jsek_aboutUs',
    type: 'aboutUs',
  },
  {
    title: '联系我们',
    icon: '/static/images/personal/contact.png',
    url: '',
    url: '/pages/aboutUs/index?types=jsek_contactUs',
    type: 'contact',
  }
];
@@ -205,5 +205,9 @@
      isWhite: e.scrollTop > 50 ? true : false
    })
  },
  //跳转关于我们和联系我们
  onAboutUS() {
    console.log(111);
  }
})