From 619dde286d98985e98443cf2ca41259145cd864f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?=
<15778543+xufeiyang6017@user.noreply.gitee.com>
Date: Thu, 22 Jan 2026 13:13:33 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=B4=A7=E6=BA=90?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=AF=BC=E8=88=AA=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/profile/index.js | 7 +++++++
pages/profile/index.wxml | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/pages/profile/index.js b/pages/profile/index.js
index f929d95..2ffdd04 100644
--- a/pages/profile/index.js
+++ b/pages/profile/index.js
@@ -1023,6 +1023,13 @@ Page({
});
},
+ // 跳转到货源管理页面
+ navigateToGoods() {
+ wx.navigateTo({
+ url: '/pages/goods/index'
+ });
+ },
+
// 退出登录
logout() {
wx.showModal({
diff --git a/pages/profile/index.wxml b/pages/profile/index.wxml
index 4ccc763..7e49c06 100644
--- a/pages/profile/index.wxml
+++ b/pages/profile/index.wxml
@@ -48,7 +48,7 @@
📦
订单
-
+
📦
货源管理