litian
2024-03-12 b7ed8541113f8fa116b19d13e34a70a929310077
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,7 +67,7 @@
  {
    title: '关于我们',
    icon: '/static/images/personal/about.png',
    url: '',
    url: '/pages/aboutUs/index',
    type: 'aboutUs',
  },
  {
@@ -175,6 +175,12 @@
      }
    })
  },
  //教师认证
  toCertification() {
    wx.navigateTo({
      url: "/pages/teacherCertification/index",
    });
  },
  //点击目录
  toPages(item) {