From b7ed8541113f8fa116b19d13e34a70a929310077 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 12 三月 2024 14:38:22 +0800 Subject: [PATCH] 样书申请 --- pages/personalCenter/index.js | 22 ++++++++++++++-------- 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/pages/personalCenter/index.js b/pages/personalCenter/index.js index 2c1760e..e7c30db 100644 --- a/pages/personalCenter/index.js +++ b/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) { -- Gitblit v1.9.1