From 6800be033ffcd618d8b0b819fed8235a19d6b136 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 25 九月 2024 16:18:15 +0800
Subject: [PATCH] cs

---
 pages/personalCenter/index.js |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/pages/personalCenter/index.js b/pages/personalCenter/index.js
index ffbd26b..6199b78 100644
--- a/pages/personalCenter/index.js
+++ b/pages/personalCenter/index.js
@@ -18,6 +18,7 @@
   {
     title: '鎴戠殑璇佷功',
     icon: '/static/images/personal/certificate.png',
+    // url: '',
     url: '/pages/personalCenter/certificate/index',
     type: 'certificate',
   },
@@ -42,12 +43,14 @@
   {
     title: '鎴戠殑涓婁紶',
     icon: '/static/images/personal/upload.png',
-    url: '',
+    // url: '',
+    url: '/pages/personalCenter/myUpload/index',
     type: 'upload',
   },
   {
     title: '鍑轰功鐢宠',
     icon: '/static/images/personal/chushu.png',
+    // url: '',
     url: '/packagePersonal/pages/publishBooks/index',
     type: 'publishBooks',
   }
@@ -389,7 +392,15 @@
       isWhite: data
     })
   },
-
+  // delectBtn() {
+  //   app.MG.ugc
+  //     .delTopicMessage({
+  //       messageIds: [2986, 1302, 1301, 3074, 1305, 1304]
+  //     })
+  //     .then((res) => {
+  //       console.log('鍒犻櫎鎴愬姛')
+  //     })
+  // },
 
   /**
    * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�

--
Gitblit v1.9.1