From c0c9335c4e404beb94890fe2ef402380b8e3b151 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 13 三月 2024 19:57:35 +0800 Subject: [PATCH] fix(sad): 阿斯蒂芬 --- pages/personalCenter/index.js | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/pages/personalCenter/index.js b/pages/personalCenter/index.js index 2c1760e..7b52b27 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,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); } }) \ No newline at end of file -- Gitblit v1.9.1