yiming
2024-03-13 c0c9335c4e404beb94890fe2ef402380b8e3b151
pages/personalCenter/index.js
@@ -15,7 +15,7 @@
  {
    title: '我的证书',
    icon: '/static/images/personal/certificate.png',
    url: '/pages/personalCenter/certificate/index',
    url: '',
    type: 'certificate',
  },
  {
@@ -37,16 +37,16 @@
    type: 'sampleBook',
  },
  {
    title: '出书申请',
    icon: '/static/images/personal/chushu.png',
    url: '/pages/personalCenter/publishBooks/index',
    type: 'publishBooks',
  },
  {
    title: '我的上传',
    icon: '/static/images/personal/upload.png',
    url: '',
    type: 'upload',
  },
  {
    title: '出书申请',
    icon: '/static/images/personal/chushu.png',
    url: '/pages/personalCenter/publishBooks/index',
    type: 'publishBooks',
  }
];
const moreMenu = [
@@ -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',
  }
];
@@ -175,6 +175,12 @@
      }
    })
  },
  //教师认证
  toCertification() {
    wx.navigateTo({
      url: "/pages/teacherCertification/index",
    });
  },
  //点击目录
  toPages(item) {
@@ -205,5 +211,9 @@
      isWhite: e.scrollTop > 50 ? true : false
    })
  },
  //跳转关于我们和联系我们
  onAboutUS() {
    console.log(111);
  }
})